Package io.fabric8.kubernetes.api.model
Class StorageOSPersistentVolumeSourceFluentImpl<A extends StorageOSPersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.StorageOSPersistentVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,StorageOSPersistentVolumeSourceFluent<A>
- Direct Known Subclasses:
PersistentVolumeSpecFluentImpl.StorageosNestedImpl,StorageOSPersistentVolumeSourceBuilder,WatchEventFluentImpl.StorageOSPersistentVolumeSourceObjectNestedImpl
public class StorageOSPersistentVolumeSourceFluentImpl<A extends StorageOSPersistentVolumeSourceFluent<A>> extends BaseFluent<A> implements StorageOSPersistentVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStorageOSPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.StorageOSPersistentVolumeSourceFluent
StorageOSPersistentVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description StorageOSPersistentVolumeSourceFluentImpl()StorageOSPersistentVolumeSourceFluentImpl(StorageOSPersistentVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
StorageOSPersistentVolumeSourceFluentImpl
public StorageOSPersistentVolumeSourceFluentImpl()
-
StorageOSPersistentVolumeSourceFluentImpl
public StorageOSPersistentVolumeSourceFluentImpl(StorageOSPersistentVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public ObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildSecretRef
public ObjectReference buildSecretRef()
- Specified by:
buildSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(ObjectReference secretRef)
- Specified by:
withSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewSecretRef
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewSecretRefLike
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(ObjectReference item)
- Specified by:
withNewSecretRefLikein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
editSecretRef
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
editOrNewSecretRef
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRefin interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(ObjectReference item)
- Specified by:
editOrNewSecretRefLikein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
getVolumeName
public String getVolumeName()
- Specified by:
getVolumeNamein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withVolumeName
public A withVolumeName(String volumeName)
- Specified by:
withVolumeNamein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasVolumeName
public Boolean hasVolumeName()
- Specified by:
hasVolumeNamein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeName
public A withNewVolumeName(String arg1)
- Specified by:
withNewVolumeNamein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeName
public A withNewVolumeName(StringBuilder arg1)
- Specified by:
withNewVolumeNamein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeName
public A withNewVolumeName(StringBuffer arg1)
- Specified by:
withNewVolumeNamein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
getVolumeNamespace
public String getVolumeNamespace()
- Specified by:
getVolumeNamespacein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withVolumeNamespace
public A withVolumeNamespace(String volumeNamespace)
- Specified by:
withVolumeNamespacein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasVolumeNamespace
public Boolean hasVolumeNamespace()
- Specified by:
hasVolumeNamespacein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeNamespace
public A withNewVolumeNamespace(String arg1)
- Specified by:
withNewVolumeNamespacein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeNamespace
public A withNewVolumeNamespace(StringBuilder arg1)
- Specified by:
withNewVolumeNamespacein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeNamespace
public A withNewVolumeNamespace(StringBuffer arg1)
- Specified by:
withNewVolumeNamespacein interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
-