Class StorageosFluent<A extends StorageosFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.StorageosFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
StorageosBuilder,VolumesFluent.StorageosNested
public class StorageosFluent<A extends StorageosFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStorageosFluent.StorageosSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description StorageosFluent()StorageosFluent(Storageos instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretRefbuildSecretRef()StorageosFluent.StorageosSecretRefNested<A>editOrNewSecretRef()StorageosFluent.StorageosSecretRefNested<A>editOrNewSecretRefLike(SecretRef item)StorageosFluent.StorageosSecretRefNested<A>editStorageosSecretRef()booleanequals(Object o)StringgetFsType()BooleangetReadOnly()StringgetVolumeName()StringgetVolumeNamespace()booleanhasFsType()inthashCode()booleanhasReadOnly()booleanhasSecretRef()booleanhasVolumeName()booleanhasVolumeNamespace()StringtoString()AwithFsType(String fsType)StorageosFluent.StorageosSecretRefNested<A>withNewSecretRefLike(SecretRef item)StorageosFluent.StorageosSecretRefNested<A>withNewStorageosSecretRef()AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithSecretRef(SecretRef secretRef)AwithVolumeName(String volumeName)AwithVolumeNamespace(String volumeNamespace)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
StorageosFluent
public StorageosFluent()
-
StorageosFluent
public StorageosFluent(Storageos 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()
-
withNewStorageosSecretRef
public StorageosFluent.StorageosSecretRefNested<A> withNewStorageosSecretRef()
-
withNewSecretRefLike
public StorageosFluent.StorageosSecretRefNested<A> withNewSecretRefLike(SecretRef item)
-
editStorageosSecretRef
public StorageosFluent.StorageosSecretRefNested<A> editStorageosSecretRef()
-
editOrNewSecretRef
public StorageosFluent.StorageosSecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public StorageosFluent.StorageosSecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
-
getVolumeName
public String getVolumeName()
-
hasVolumeName
public boolean hasVolumeName()
-
getVolumeNamespace
public String getVolumeNamespace()
-
hasVolumeNamespace
public boolean hasVolumeNamespace()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageosFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageosFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-