Package io.fabric8.kubernetes.api.model
Class FlexVolumeSourceFluentImpl<A extends FlexVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.FlexVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,FlexVolumeSourceFluent<A>
- Direct Known Subclasses:
FlexVolumeSourceBuilder,VolumeFluentImpl.FlexVolumeNestedImpl,WatchEventFluentImpl.FlexVolumeSourceObjectNestedImpl
public class FlexVolumeSourceFluentImpl<A extends FlexVolumeSourceFluent<A>> extends BaseFluent<A> implements FlexVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFlexVolumeSourceFluentImpl.SecretRefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.FlexVolumeSourceFluent
FlexVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description FlexVolumeSourceFluentImpl()FlexVolumeSourceFluentImpl(FlexVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
FlexVolumeSourceFluentImpl
public FlexVolumeSourceFluentImpl()
-
FlexVolumeSourceFluentImpl
public FlexVolumeSourceFluentImpl(FlexVolumeSource instance)
-
-
Method Detail
-
getDriver
public String getDriver()
- Specified by:
getDriverin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withDriver
public A withDriver(String driver)
- Specified by:
withDriverin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
hasDriver
public Boolean hasDriver()
- Specified by:
hasDriverin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(String arg1)
- Specified by:
withNewDriverin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuilder arg1)
- Specified by:
withNewDriverin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuffer arg1)
- Specified by:
withNewDriverin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
addToOptions
public A addToOptions(String key, String value)
- Specified by:
addToOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
addToOptions
public A addToOptions(Map<String,String> map)
- Specified by:
addToOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
removeFromOptions
public A removeFromOptions(String key)
- Specified by:
removeFromOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
removeFromOptions
public A removeFromOptions(Map<String,String> map)
- Specified by:
removeFromOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
getOptions
public Map<String,String> getOptions()
- Specified by:
getOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withOptions
public A withOptions(Map<String,String> options)
- Specified by:
withOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
hasOptions
public Boolean hasOptions()
- Specified by:
hasOptionsin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildSecretRef
public LocalObjectReference buildSecretRef()
- Specified by:
buildSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
- Specified by:
withSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name)
- Specified by:
withNewSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewSecretRef
public FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
withNewSecretRefLike
public FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
- Specified by:
withNewSecretRefLikein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
editSecretRef
public FlexVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
editOrNewSecretRef
public FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRefin interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewSecretRefLikein interfaceFlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
-
-