Class CephfsFluent<A extends CephfsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CephfsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
CephfsBuilder,VolumesFluent.CephfsNested
public class CephfsFluent<A extends CephfsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCephfsFluent.CephfsSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description CephfsFluent()CephfsFluent(Cephfs instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CephfsFluent
public CephfsFluent()
-
CephfsFluent
public CephfsFluent(Cephfs instance)
-
-
Method Detail
-
addAllToMonitors
public A addAllToMonitors(Collection<String> items)
-
removeAllFromMonitors
public A removeAllFromMonitors(Collection<String> items)
-
getMonitor
public String getMonitor(int index)
-
getFirstMonitor
public String getFirstMonitor()
-
getLastMonitor
public String getLastMonitor()
-
hasMonitors
public boolean hasMonitors()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getSecretFile
public String getSecretFile()
-
hasSecretFile
public boolean hasSecretFile()
-
buildSecretRef
public SecretRef buildSecretRef()
-
hasSecretRef
public boolean hasSecretRef()
-
withNewCephfsSecretRef
public CephfsFluent.CephfsSecretRefNested<A> withNewCephfsSecretRef()
-
withNewSecretRefLike
public CephfsFluent.CephfsSecretRefNested<A> withNewSecretRefLike(SecretRef item)
-
editCephfsSecretRef
public CephfsFluent.CephfsSecretRefNested<A> editCephfsSecretRef()
-
editOrNewSecretRef
public CephfsFluent.CephfsSecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public CephfsFluent.CephfsSecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CephfsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CephfsFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-