Package io.fabric8.kubernetes.api.model
Interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeFluent.FlexVolumeNested<N>,WatchEventFluent.FlexVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneableFlexVolumeSource,FlexVolumeSourceBuilder,FlexVolumeSourceFluentImpl,VolumeFluentImpl.FlexVolumeNestedImpl,WatchEventFluentImpl.FlexVolumeSourceObjectNestedImpl
public interface FlexVolumeSourceFluent<A extends FlexVolumeSourceFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFlexVolumeSourceFluent.SecretRefNested<N> -
Method Summary
-
Method Details
-
getDriver
String getDriver() -
withDriver
-
hasDriver
Boolean hasDriver() -
withNewDriver
-
withNewDriver
-
withNewDriver
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
addToOptions
-
addToOptions
-
removeFromOptions
-
removeFromOptions
-
getOptions
-
withOptions
-
hasOptions
Boolean hasOptions() -
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
LocalObjectReference buildSecretRef() -
withSecretRef
-
hasSecretRef
Boolean hasSecretRef() -
withNewSecretRef
-
withNewSecretRef
FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRef() -
withNewSecretRefLike
-
editSecretRef
FlexVolumeSourceFluent.SecretRefNested<A> editSecretRef() -
editOrNewSecretRef
FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef() -
editOrNewSecretRefLike
-