public static interface V1beta1Storage.VolumeAttachmentSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.PersistentVolumeSpec |
getInlineVolumeSpec()
inlineVolumeSpec contains all the information necessary to attach
a persistent volume defined by a pod's inline VolumeSource.
|
V1.PersistentVolumeSpecOrBuilder |
getInlineVolumeSpecOrBuilder()
inlineVolumeSpec contains all the information necessary to attach
a persistent volume defined by a pod's inline VolumeSource.
|
String |
getPersistentVolumeName()
Name of the persistent volume to attach.
|
com.google.protobuf.ByteString |
getPersistentVolumeNameBytes()
Name of the persistent volume to attach.
|
boolean |
hasInlineVolumeSpec()
inlineVolumeSpec contains all the information necessary to attach
a persistent volume defined by a pod's inline VolumeSource.
|
boolean |
hasPersistentVolumeName()
Name of the persistent volume to attach.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPersistentVolumeName()
Name of the persistent volume to attach. +optional
optional string persistentVolumeName = 1;String getPersistentVolumeName()
Name of the persistent volume to attach. +optional
optional string persistentVolumeName = 1;com.google.protobuf.ByteString getPersistentVolumeNameBytes()
Name of the persistent volume to attach. +optional
optional string persistentVolumeName = 1;boolean hasInlineVolumeSpec()
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature. +optional
optional .k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;V1.PersistentVolumeSpec getInlineVolumeSpec()
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature. +optional
optional .k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;V1.PersistentVolumeSpecOrBuilder getInlineVolumeSpecOrBuilder()
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature. +optional
optional .k8s.io.api.core.v1.PersistentVolumeSpec inlineVolumeSpec = 2;Copyright © 2023. All rights reserved.