Class CinderFluent<A extends CinderFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CinderFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
CinderBuilder,VolumesFluent.CinderNested
public class CinderFluent<A extends CinderFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCinderFluent.CinderSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description CinderFluent()CinderFluent(Cinder instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretRefbuildSecretRef()CinderFluent.CinderSecretRefNested<A>editCinderSecretRef()CinderFluent.CinderSecretRefNested<A>editOrNewSecretRef()CinderFluent.CinderSecretRefNested<A>editOrNewSecretRefLike(SecretRef item)booleanequals(Object o)StringgetFsType()BooleangetReadOnly()StringgetVolumeID()booleanhasFsType()inthashCode()booleanhasReadOnly()booleanhasSecretRef()booleanhasVolumeID()StringtoString()AwithFsType(String fsType)CinderFluent.CinderSecretRefNested<A>withNewCinderSecretRef()CinderFluent.CinderSecretRefNested<A>withNewSecretRefLike(SecretRef item)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithSecretRef(SecretRef secretRef)AwithVolumeID(String volumeID)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CinderFluent
public CinderFluent()
-
CinderFluent
public CinderFluent(Cinder instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public SecretRef buildSecretRef()
-
hasSecretRef
public boolean hasSecretRef()
-
withNewCinderSecretRef
public CinderFluent.CinderSecretRefNested<A> withNewCinderSecretRef()
-
withNewSecretRefLike
public CinderFluent.CinderSecretRefNested<A> withNewSecretRefLike(SecretRef item)
-
editCinderSecretRef
public CinderFluent.CinderSecretRefNested<A> editCinderSecretRef()
-
editOrNewSecretRef
public CinderFluent.CinderSecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public CinderFluent.CinderSecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
-
getVolumeID
public String getVolumeID()
-
hasVolumeID
public boolean hasVolumeID()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CinderFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CinderFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-