public static final class V1.PersistentVolumeSpec extends com.google.protobuf.GeneratedMessageV3 implements V1.PersistentVolumeSpecOrBuilder
PersistentVolumeSpec is the specification of a persistent volume.Protobuf type
k8s.io.api.core.v1.PersistentVolumeSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1.PersistentVolumeSpec.Builder
PersistentVolumeSpec is the specification of a persistent volume.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESSMODES_FIELD_NUMBER |
static int |
CAPACITY_FIELD_NUMBER |
static int |
CLAIMREF_FIELD_NUMBER |
static int |
MOUNTOPTIONS_FIELD_NUMBER |
static int |
NODEAFFINITY_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.PersistentVolumeSpec> |
PARSER
Deprecated.
|
static int |
PERSISTENTVOLUMERECLAIMPOLICY_FIELD_NUMBER |
static int |
PERSISTENTVOLUMESOURCE_FIELD_NUMBER |
static int |
STORAGECLASSNAME_FIELD_NUMBER |
static int |
VOLUMEMODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCapacity(String key)
A description of the persistent volume's resources and capacity.
|
boolean |
equals(Object obj) |
String |
getAccessModes(int index)
AccessModes contains all ways the volume can be mounted.
|
com.google.protobuf.ByteString |
getAccessModesBytes(int index)
AccessModes contains all ways the volume can be mounted.
|
int |
getAccessModesCount()
AccessModes contains all ways the volume can be mounted.
|
com.google.protobuf.ProtocolStringList |
getAccessModesList()
AccessModes contains all ways the volume can be mounted.
|
Map<String,Resource.Quantity> |
getCapacity()
Deprecated.
|
int |
getCapacityCount()
A description of the persistent volume's resources and capacity.
|
Map<String,Resource.Quantity> |
getCapacityMap()
A description of the persistent volume's resources and capacity.
|
Resource.Quantity |
getCapacityOrDefault(String key,
Resource.Quantity defaultValue)
A description of the persistent volume's resources and capacity.
|
Resource.Quantity |
getCapacityOrThrow(String key)
A description of the persistent volume's resources and capacity.
|
V1.ObjectReference |
getClaimRef()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.
|
V1.ObjectReferenceOrBuilder |
getClaimRefOrBuilder()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.
|
static V1.PersistentVolumeSpec |
getDefaultInstance() |
V1.PersistentVolumeSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getMountOptions(int index)
A list of mount options, e.g.
|
com.google.protobuf.ByteString |
getMountOptionsBytes(int index)
A list of mount options, e.g.
|
int |
getMountOptionsCount()
A list of mount options, e.g.
|
com.google.protobuf.ProtocolStringList |
getMountOptionsList()
A list of mount options, e.g.
|
V1.VolumeNodeAffinity |
getNodeAffinity()
NodeAffinity defines constraints that limit what nodes this volume can be accessed from.
|
V1.VolumeNodeAffinityOrBuilder |
getNodeAffinityOrBuilder()
NodeAffinity defines constraints that limit what nodes this volume can be accessed from.
|
com.google.protobuf.Parser<V1.PersistentVolumeSpec> |
getParserForType() |
String |
getPersistentVolumeReclaimPolicy()
What happens to a persistent volume when released from its claim.
|
com.google.protobuf.ByteString |
getPersistentVolumeReclaimPolicyBytes()
What happens to a persistent volume when released from its claim.
|
V1.PersistentVolumeSource |
getPersistentVolumeSource()
The actual volume backing the persistent volume.
|
V1.PersistentVolumeSourceOrBuilder |
getPersistentVolumeSourceOrBuilder()
The actual volume backing the persistent volume.
|
int |
getSerializedSize() |
String |
getStorageClassName()
Name of StorageClass to which this persistent volume belongs.
|
com.google.protobuf.ByteString |
getStorageClassNameBytes()
Name of StorageClass to which this persistent volume belongs.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVolumeMode()
volumeMode defines if a volume is intended to be used with a formatted filesystem
or to remain in raw block state.
|
com.google.protobuf.ByteString |
getVolumeModeBytes()
volumeMode defines if a volume is intended to be used with a formatted filesystem
or to remain in raw block state.
|
boolean |
hasClaimRef()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.
|
int |
hashCode() |
boolean |
hasNodeAffinity()
NodeAffinity defines constraints that limit what nodes this volume can be accessed from.
|
boolean |
hasPersistentVolumeReclaimPolicy()
What happens to a persistent volume when released from its claim.
|
boolean |
hasPersistentVolumeSource()
The actual volume backing the persistent volume.
|
boolean |
hasStorageClassName()
Name of StorageClass to which this persistent volume belongs.
|
boolean |
hasVolumeMode()
volumeMode defines if a volume is intended to be used with a formatted filesystem
or to remain in raw block state.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static V1.PersistentVolumeSpec.Builder |
newBuilder() |
static V1.PersistentVolumeSpec.Builder |
newBuilder(V1.PersistentVolumeSpec prototype) |
V1.PersistentVolumeSpec.Builder |
newBuilderForType() |
protected V1.PersistentVolumeSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.PersistentVolumeSpec |
parseDelimitedFrom(InputStream input) |
static V1.PersistentVolumeSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PersistentVolumeSpec |
parseFrom(byte[] data) |
static V1.PersistentVolumeSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PersistentVolumeSpec |
parseFrom(ByteBuffer data) |
static V1.PersistentVolumeSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PersistentVolumeSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1.PersistentVolumeSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PersistentVolumeSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.PersistentVolumeSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PersistentVolumeSpec |
parseFrom(InputStream input) |
static V1.PersistentVolumeSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.PersistentVolumeSpec> |
parser() |
V1.PersistentVolumeSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CAPACITY_FIELD_NUMBER
public static final int PERSISTENTVOLUMESOURCE_FIELD_NUMBER
public static final int ACCESSMODES_FIELD_NUMBER
public static final int CLAIMREF_FIELD_NUMBER
public static final int PERSISTENTVOLUMERECLAIMPOLICY_FIELD_NUMBER
public static final int STORAGECLASSNAME_FIELD_NUMBER
public static final int MOUNTOPTIONS_FIELD_NUMBER
public static final int VOLUMEMODE_FIELD_NUMBER
public static final int NODEAFFINITY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.PersistentVolumeSpec> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getCapacityCount()
V1.PersistentVolumeSpecOrBuilderA description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityCount in interface V1.PersistentVolumeSpecOrBuilderpublic boolean containsCapacity(String key)
A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
containsCapacity in interface V1.PersistentVolumeSpecOrBuilder@Deprecated public Map<String,Resource.Quantity> getCapacity()
getCapacityMap() instead.getCapacity in interface V1.PersistentVolumeSpecOrBuilderpublic Map<String,Resource.Quantity> getCapacityMap()
A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityMap in interface V1.PersistentVolumeSpecOrBuilderpublic Resource.Quantity getCapacityOrDefault(String key, Resource.Quantity defaultValue)
A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityOrDefault in interface V1.PersistentVolumeSpecOrBuilderpublic Resource.Quantity getCapacityOrThrow(String key)
A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
getCapacityOrThrow in interface V1.PersistentVolumeSpecOrBuilderpublic boolean hasPersistentVolumeSource()
The actual volume backing the persistent volume.
optional .k8s.io.api.core.v1.PersistentVolumeSource persistentVolumeSource = 2;
hasPersistentVolumeSource in interface V1.PersistentVolumeSpecOrBuilderpublic V1.PersistentVolumeSource getPersistentVolumeSource()
The actual volume backing the persistent volume.
optional .k8s.io.api.core.v1.PersistentVolumeSource persistentVolumeSource = 2;
getPersistentVolumeSource in interface V1.PersistentVolumeSpecOrBuilderpublic V1.PersistentVolumeSourceOrBuilder getPersistentVolumeSourceOrBuilder()
The actual volume backing the persistent volume.
optional .k8s.io.api.core.v1.PersistentVolumeSource persistentVolumeSource = 2;
getPersistentVolumeSourceOrBuilder in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ProtocolStringList getAccessModesList()
AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes +optional
repeated string accessModes = 3;getAccessModesList in interface V1.PersistentVolumeSpecOrBuilderpublic int getAccessModesCount()
AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes +optional
repeated string accessModes = 3;getAccessModesCount in interface V1.PersistentVolumeSpecOrBuilderpublic String getAccessModes(int index)
AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes +optional
repeated string accessModes = 3;getAccessModes in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ByteString getAccessModesBytes(int index)
AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes +optional
repeated string accessModes = 3;getAccessModesBytes in interface V1.PersistentVolumeSpecOrBuilderpublic boolean hasClaimRef()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding +optional
optional .k8s.io.api.core.v1.ObjectReference claimRef = 4;hasClaimRef in interface V1.PersistentVolumeSpecOrBuilderpublic V1.ObjectReference getClaimRef()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding +optional
optional .k8s.io.api.core.v1.ObjectReference claimRef = 4;getClaimRef in interface V1.PersistentVolumeSpecOrBuilderpublic V1.ObjectReferenceOrBuilder getClaimRefOrBuilder()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding +optional
optional .k8s.io.api.core.v1.ObjectReference claimRef = 4;getClaimRefOrBuilder in interface V1.PersistentVolumeSpecOrBuilderpublic boolean hasPersistentVolumeReclaimPolicy()
What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming +optional
optional string persistentVolumeReclaimPolicy = 5;hasPersistentVolumeReclaimPolicy in interface V1.PersistentVolumeSpecOrBuilderpublic String getPersistentVolumeReclaimPolicy()
What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming +optional
optional string persistentVolumeReclaimPolicy = 5;getPersistentVolumeReclaimPolicy in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ByteString getPersistentVolumeReclaimPolicyBytes()
What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming +optional
optional string persistentVolumeReclaimPolicy = 5;getPersistentVolumeReclaimPolicyBytes in interface V1.PersistentVolumeSpecOrBuilderpublic boolean hasStorageClassName()
Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. +optional
optional string storageClassName = 6;hasStorageClassName in interface V1.PersistentVolumeSpecOrBuilderpublic String getStorageClassName()
Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. +optional
optional string storageClassName = 6;getStorageClassName in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ByteString getStorageClassNameBytes()
Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. +optional
optional string storageClassName = 6;getStorageClassNameBytes in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ProtocolStringList getMountOptionsList()
A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options +optional
repeated string mountOptions = 7;getMountOptionsList in interface V1.PersistentVolumeSpecOrBuilderpublic int getMountOptionsCount()
A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options +optional
repeated string mountOptions = 7;getMountOptionsCount in interface V1.PersistentVolumeSpecOrBuilderpublic String getMountOptions(int index)
A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options +optional
repeated string mountOptions = 7;getMountOptions in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ByteString getMountOptionsBytes(int index)
A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options +optional
repeated string mountOptions = 7;getMountOptionsBytes in interface V1.PersistentVolumeSpecOrBuilderpublic boolean hasVolumeMode()
volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is a beta feature. +optional
optional string volumeMode = 8;hasVolumeMode in interface V1.PersistentVolumeSpecOrBuilderpublic String getVolumeMode()
volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is a beta feature. +optional
optional string volumeMode = 8;getVolumeMode in interface V1.PersistentVolumeSpecOrBuilderpublic com.google.protobuf.ByteString getVolumeModeBytes()
volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is a beta feature. +optional
optional string volumeMode = 8;getVolumeModeBytes in interface V1.PersistentVolumeSpecOrBuilderpublic boolean hasNodeAffinity()
NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume. +optional
optional .k8s.io.api.core.v1.VolumeNodeAffinity nodeAffinity = 9;hasNodeAffinity in interface V1.PersistentVolumeSpecOrBuilderpublic V1.VolumeNodeAffinity getNodeAffinity()
NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume. +optional
optional .k8s.io.api.core.v1.VolumeNodeAffinity nodeAffinity = 9;getNodeAffinity in interface V1.PersistentVolumeSpecOrBuilderpublic V1.VolumeNodeAffinityOrBuilder getNodeAffinityOrBuilder()
NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume. +optional
optional .k8s.io.api.core.v1.VolumeNodeAffinity nodeAffinity = 9;getNodeAffinityOrBuilder in interface V1.PersistentVolumeSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1.PersistentVolumeSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PersistentVolumeSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PersistentVolumeSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PersistentVolumeSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PersistentVolumeSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PersistentVolumeSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PersistentVolumeSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.PersistentVolumeSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.PersistentVolumeSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.PersistentVolumeSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.PersistentVolumeSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.PersistentVolumeSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.PersistentVolumeSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.PersistentVolumeSpec.Builder newBuilder()
public static V1.PersistentVolumeSpec.Builder newBuilder(V1.PersistentVolumeSpec prototype)
public V1.PersistentVolumeSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.PersistentVolumeSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.PersistentVolumeSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1.PersistentVolumeSpec> parser()
public com.google.protobuf.Parser<V1.PersistentVolumeSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.PersistentVolumeSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.