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 class
StorageOSPersistentVolumeSourceFluentImpl.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:
getFsType
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public ObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public ObjectReference buildSecretRef()
- Specified by:
buildSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(ObjectReference secretRef)
- Specified by:
withSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewSecretRef
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewSecretRefLike
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(ObjectReference item)
- Specified by:
withNewSecretRefLike
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
editSecretRef
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
editOrNewSecretRef
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRef
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(ObjectReference item)
- Specified by:
editOrNewSecretRefLike
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
getVolumeName
public String getVolumeName()
- Specified by:
getVolumeName
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withVolumeName
public A withVolumeName(String volumeName)
- Specified by:
withVolumeName
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasVolumeName
public Boolean hasVolumeName()
- Specified by:
hasVolumeName
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeName
public A withNewVolumeName(String arg1)
- Specified by:
withNewVolumeName
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeName
public A withNewVolumeName(StringBuilder arg1)
- Specified by:
withNewVolumeName
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeName
public A withNewVolumeName(StringBuffer arg1)
- Specified by:
withNewVolumeName
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
getVolumeNamespace
public String getVolumeNamespace()
- Specified by:
getVolumeNamespace
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withVolumeNamespace
public A withVolumeNamespace(String volumeNamespace)
- Specified by:
withVolumeNamespace
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
hasVolumeNamespace
public Boolean hasVolumeNamespace()
- Specified by:
hasVolumeNamespace
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeNamespace
public A withNewVolumeNamespace(String arg1)
- Specified by:
withNewVolumeNamespace
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeNamespace
public A withNewVolumeNamespace(StringBuilder arg1)
- Specified by:
withNewVolumeNamespace
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
withNewVolumeNamespace
public A withNewVolumeNamespace(StringBuffer arg1)
- Specified by:
withNewVolumeNamespace
in interfaceStorageOSPersistentVolumeSourceFluent<A extends StorageOSPersistentVolumeSourceFluent<A>>
-
-