public static interface V1.PersistentVolumeClaimTemplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
May contain labels and annotations that will be copied into the PVC
when creating it.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
May contain labels and annotations that will be copied into the PVC
when creating it.
|
V1.PersistentVolumeClaimSpec |
getSpec()
The specification for the PersistentVolumeClaim.
|
V1.PersistentVolumeClaimSpecOrBuilder |
getSpecOrBuilder()
The specification for the PersistentVolumeClaim.
|
boolean |
hasMetadata()
May contain labels and annotations that will be copied into the PVC
when creating it.
|
boolean |
hasSpec()
The specification for the PersistentVolumeClaim.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
optional .k8s.io.api.core.v1.PersistentVolumeClaimSpec spec = 2;V1.PersistentVolumeClaimSpec getSpec()
The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
optional .k8s.io.api.core.v1.PersistentVolumeClaimSpec spec = 2;V1.PersistentVolumeClaimSpecOrBuilder getSpecOrBuilder()
The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
optional .k8s.io.api.core.v1.PersistentVolumeClaimSpec spec = 2;Copyright © 2023. All rights reserved.