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:
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 interface
FlexVolumeSourceFluent.SecretRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
getDriver
String getDriver()
-
hasDriver
Boolean hasDriver()
-
withNewDriver
A withNewDriver(StringBuilder arg1)
-
withNewDriver
A withNewDriver(StringBuffer arg1)
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
hasOptions
Boolean hasOptions()
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getSecretRef
@Deprecated LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
LocalObjectReference buildSecretRef()
-
withSecretRef
A withSecretRef(LocalObjectReference secretRef)
-
hasSecretRef
Boolean hasSecretRef()
-
withNewSecretRef
FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
-
editSecretRef
FlexVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
-
-