public class CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CephFSVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
CephFSVolumeSourceFluent() |
CephFSVolumeSourceFluent(CephFSVolumeSource instance) |
public CephFSVolumeSourceFluent()
public CephFSVolumeSourceFluent(CephFSVolumeSource instance)
protected void copyInstance(CephFSVolumeSource instance)
public A addAllToMonitors(Collection<String> items)
public A removeAllFromMonitors(Collection<String> items)
public String getMonitor(int index)
public String getFirstMonitor()
public String getLastMonitor()
public boolean hasMonitors()
public String getPath()
public boolean hasPath()
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getSecretFile()
public boolean hasSecretFile()
public LocalObjectReference buildSecretRef()
public A withSecretRef(LocalObjectReference secretRef)
public boolean hasSecretRef()
public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
public CephFSVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
public String getUser()
public boolean hasUser()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CephFSVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CephFSVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.