Package io.fabric8.kubernetes.api.model
Class FlexPersistentVolumeSourceFluentImpl<A extends FlexPersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.FlexPersistentVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,FlexPersistentVolumeSourceFluent<A>
- Direct Known Subclasses:
FlexPersistentVolumeSourceBuilder
,PersistentVolumeSpecFluentImpl.FlexVolumeNestedImpl
,WatchEventFluentImpl.FlexPersistentVolumeSourceObjectNestedImpl
public class FlexPersistentVolumeSourceFluentImpl<A extends FlexPersistentVolumeSourceFluent<A>> extends BaseFluent<A> implements FlexPersistentVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
FlexPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.FlexPersistentVolumeSourceFluent
FlexPersistentVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description FlexPersistentVolumeSourceFluentImpl()
FlexPersistentVolumeSourceFluentImpl(FlexPersistentVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
FlexPersistentVolumeSourceFluentImpl
public FlexPersistentVolumeSourceFluentImpl()
-
FlexPersistentVolumeSourceFluentImpl
public FlexPersistentVolumeSourceFluentImpl(FlexPersistentVolumeSource instance)
-
-
Method Detail
-
getDriver
public String getDriver()
- Specified by:
getDriver
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withDriver
public A withDriver(String driver)
- Specified by:
withDriver
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
hasDriver
public Boolean hasDriver()
- Specified by:
hasDriver
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(String arg1)
- Specified by:
withNewDriver
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuilder arg1)
- Specified by:
withNewDriver
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuffer arg1)
- Specified by:
withNewDriver
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
addToOptions
public A addToOptions(String key, String value)
- Specified by:
addToOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
addToOptions
public A addToOptions(Map<String,String> map)
- Specified by:
addToOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
removeFromOptions
public A removeFromOptions(String key)
- Specified by:
removeFromOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
removeFromOptions
public A removeFromOptions(Map<String,String> map)
- Specified by:
removeFromOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
getOptions
public Map<String,String> getOptions()
- Specified by:
getOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withOptions
public A withOptions(Map<String,String> options)
- Specified by:
withOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
hasOptions
public Boolean hasOptions()
- Specified by:
hasOptions
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public SecretReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public SecretReference buildSecretRef()
- Specified by:
buildSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(SecretReference secretRef)
- Specified by:
withSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name, String namespace)
- Specified by:
withNewSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewSecretRef
public FlexPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
withNewSecretRefLike
public FlexPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
- Specified by:
withNewSecretRefLike
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
editSecretRef
public FlexPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
editOrNewSecretRef
public FlexPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRef
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public FlexPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
- Specified by:
editOrNewSecretRefLike
in interfaceFlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>
-
-