Interface V1FlexPersistentVolumeSourceFluent<A extends V1FlexPersistentVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PersistentVolumeSpecFluent.FlexVolumeNested<N>
- All Known Implementing Classes:
V1FlexPersistentVolumeSourceBuilder
,V1FlexPersistentVolumeSourceFluentImpl
public interface V1FlexPersistentVolumeSourceFluent<A extends V1FlexPersistentVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddToOptions
(String key, String value) addToOptions
(Map<String, String> map) io.kubernetes.client.openapi.models.V1SecretReference
editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1SecretReference item) io.kubernetes.client.openapi.models.V1SecretReference
Deprecated.removeFromOptions
(String key) removeFromOptions
(Map<String, String> map) withDriver
(String driver) withFsType
(String fsType) withNewSecretRefLike
(io.kubernetes.client.openapi.models.V1SecretReference item) <K,
V> A withOptions
(Map<String, String> options) withReadOnly
(Boolean readOnly) withSecretRef
(io.kubernetes.client.openapi.models.V1SecretReference secretRef)
-
Method Details
-
getDriver
String getDriver() -
withDriver
-
hasDriver
Boolean hasDriver() -
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
addToOptions
-
addToOptions
-
removeFromOptions
-
removeFromOptions
-
getOptions
-
withOptions
-
hasOptions
Boolean hasOptions() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
io.kubernetes.client.openapi.models.V1SecretReference buildSecretRef() -
withSecretRef
-
hasSecretRef
Boolean hasSecretRef() -
withNewSecretRef
V1FlexPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef() -
withNewSecretRefLike
V1FlexPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item) -
editSecretRef
V1FlexPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef() -
editOrNewSecretRef
V1FlexPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef() -
editOrNewSecretRefLike
V1FlexPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1SecretReference item) -
withReadOnly
A withReadOnly()
-