public static interface V1.VolumeMountOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMountPath()
Path within the container at which the volume should be mounted.
|
com.google.protobuf.ByteString |
getMountPathBytes()
Path within the container at which the volume should be mounted.
|
String |
getMountPropagation()
mountPropagation determines how mounts are propagated from the host
to container and the other way around.
|
com.google.protobuf.ByteString |
getMountPropagationBytes()
mountPropagation determines how mounts are propagated from the host
to container and the other way around.
|
String |
getName()
This must match the Name of a Volume.
|
com.google.protobuf.ByteString |
getNameBytes()
This must match the Name of a Volume.
|
boolean |
getReadOnly()
Mounted read-only if true, read-write otherwise (false or unspecified).
|
String |
getSubPath()
Path within the volume from which the container's volume should be mounted.
|
com.google.protobuf.ByteString |
getSubPathBytes()
Path within the volume from which the container's volume should be mounted.
|
String |
getSubPathExpr()
Expanded path within the volume from which the container's volume should be mounted.
|
com.google.protobuf.ByteString |
getSubPathExprBytes()
Expanded path within the volume from which the container's volume should be mounted.
|
boolean |
hasMountPath()
Path within the container at which the volume should be mounted.
|
boolean |
hasMountPropagation()
mountPropagation determines how mounts are propagated from the host
to container and the other way around.
|
boolean |
hasName()
This must match the Name of a Volume.
|
boolean |
hasReadOnly()
Mounted read-only if true, read-write otherwise (false or unspecified).
|
boolean |
hasSubPath()
Path within the volume from which the container's volume should be mounted.
|
boolean |
hasSubPathExpr()
Expanded path within the volume from which the container's volume should be mounted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
This must match the Name of a Volume.
optional string name = 1;
String getName()
This must match the Name of a Volume.
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
This must match the Name of a Volume.
optional string name = 1;
boolean hasReadOnly()
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optional
optional bool readOnly = 2;
boolean getReadOnly()
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optional
optional bool readOnly = 2;
boolean hasMountPath()
Path within the container at which the volume should be mounted. Must not contain ':'.
optional string mountPath = 3;
String getMountPath()
Path within the container at which the volume should be mounted. Must not contain ':'.
optional string mountPath = 3;
com.google.protobuf.ByteString getMountPathBytes()
Path within the container at which the volume should be mounted. Must not contain ':'.
optional string mountPath = 3;
boolean hasSubPath()
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +optional
optional string subPath = 4;
String getSubPath()
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +optional
optional string subPath = 4;
com.google.protobuf.ByteString getSubPathBytes()
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +optional
optional string subPath = 4;
boolean hasMountPropagation()
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. +optional
optional string mountPropagation = 5;
String getMountPropagation()
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. +optional
optional string mountPropagation = 5;
com.google.protobuf.ByteString getMountPropagationBytes()
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. +optional
optional string mountPropagation = 5;
boolean hasSubPathExpr()
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. +optional
optional string subPathExpr = 6;
String getSubPathExpr()
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. +optional
optional string subPathExpr = 6;
com.google.protobuf.ByteString getSubPathExprBytes()
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. +optional
optional string subPathExpr = 6;
Copyright © 2022. All rights reserved.