public interface V1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1FlexVolumeSourceFluent.SecretRefNested<N> |
String getDriver()
Boolean hasDriver()
A withNewDriver(StringBuilder arg1)
A withNewDriver(StringBuffer arg1)
String getFsType()
Boolean hasFsType()
A withNewFsType(StringBuilder arg1)
A withNewFsType(StringBuffer arg1)
Boolean hasOptions()
Boolean isReadOnly()
Boolean hasReadOnly()
A withNewReadOnly(boolean arg1)
@Deprecated V1LocalObjectReference getSecretRef()
V1LocalObjectReference buildSecretRef()
A withSecretRef(V1LocalObjectReference secretRef)
Boolean hasSecretRef()
V1FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
V1FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(V1LocalObjectReference item)
V1FlexVolumeSourceFluent.SecretRefNested<A> editSecretRef()
V1FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(V1LocalObjectReference item)
Copyright © 2020. All rights reserved.