public interface V1StorageOSPersistentVolumeSourceFluent<A extends V1StorageOSPersistentVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<N> |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
Boolean getReadOnly()
Boolean hasReadOnly()
@Deprecated io.kubernetes.client.openapi.models.V1ObjectReference getSecretRef()
io.kubernetes.client.openapi.models.V1ObjectReference buildSecretRef()
A withSecretRef(io.kubernetes.client.openapi.models.V1ObjectReference secretRef)
Boolean hasSecretRef()
V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item)
V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1ObjectReference item)
String getVolumeName()
Boolean hasVolumeName()
@Deprecated A withNewVolumeName(String original)
String getVolumeNamespace()
Boolean hasVolumeNamespace()
@Deprecated A withNewVolumeNamespace(String original)
Copyright © 2021. All rights reserved.