resources.volumeAttachments

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.

VolumeAttachment objects are non-namespaced.

Type: attribute set of (submodule)

Default: { }

Declared by:

resources.volumeAttachments.<name>.apiVersion

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata

Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.metadata.annotations

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

Type: null or (attribute set of (string))

Declared by:

resources.volumeAttachments.<name>.metadata.creationTimestamp

CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.

Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.deletionGracePeriodSeconds

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

Type: null or signed integer

Declared by:

resources.volumeAttachments.<name>.metadata.deletionTimestamp

DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.

Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.metadata.generateName

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.generation

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

Type: null or signed integer

Declared by:

resources.volumeAttachments.<name>.metadata.labels

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

Type: null or (attribute set of (string))

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn’t need to set or understand this field. A workflow can be the user’s name, a controller’s name, or the name of a specific apply path like “ci-cd”. The set of fields is always in the version that the workflow used when modifying the object.

Type: null or (list of (submodule))

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.apiVersion

APIVersion defines the version of this resource that this field set applies to. The format is “group/version” just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.fieldsType

FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: “FieldsV1”

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.fieldsV1

FieldsV1 holds the first JSON version format as described in the “FieldsV1” type.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.manager

Manager is an identifier of the workflow managing these fields.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.operation

Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ‘Apply’ and ‘Update’.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.subresource

Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.managedFields.*.time

Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.name

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.namespace

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the “default” namespace, but “default” is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

Type: null or (attribute set of (submodule) or list of (submodule))

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>._priority

This option has no description.

Type: null or signed integer

Default: null

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>.apiVersion

API version of the referent.

Type: string

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>.blockOwnerDeletion

If true, AND if the owner has the “foregroundDeletion” finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs “delete” permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>.controller

If true, this reference points to the managing controller.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>.kind

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Type: string

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>.name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

Type: string

Declared by:

resources.volumeAttachments.<name>.metadata.ownerReferences.<name>.uid

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

Type: string

Declared by:

resources.volumeAttachments.<name>.metadata.resourceVersion

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

Type: null or (string)

Declared by:

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.metadata.uid

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec

spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.

Type: submodule

Declared by:

resources.volumeAttachments.<name>.spec.attacher

attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.nodeName

nodeName represents the node that the volume should be attached to.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source

source represents the volume that should be attached.

Type: submodule

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec

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.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.accessModes

accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.awsElasticBlockStore

awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.awsElasticBlockStore.fsType

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.awsElasticBlockStore.partition

partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as “1”. Similarly, the volume partition for /dev/sda is “0” (or you can leave the property empty).

Type: null or signed integer

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.awsElasticBlockStore.readOnly

readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.awsElasticBlockStore.volumeID

volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk

azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk.cachingMode

cachingMode is the Host Caching mode: None, Read Only, Read Write.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk.diskName

diskName is the Name of the data disk in the blob storage

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk.diskURI

diskURI is the URI of data disk in the blob storage

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk.fsType

fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk.kind

kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureDisk.readOnly

readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureFile

azureFile represents an Azure File Service mount on the host and bind mount to the pod.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureFile.readOnly

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureFile.secretName

secretName is the name of secret that contains Azure Storage Account Name and Key

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureFile.secretNamespace

secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.azureFile.shareName

shareName is the azure Share Name

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.capacity

capacity is the description of the persistent volume’s resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity

Type: null or (attribute set of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs

cephFS represents a Ceph FS mount on the host that shares a pod’s lifetime

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.monitors

monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

Type: list of (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.path

path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.readOnly

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.secretFile

secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.secretRef

secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.secretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.secretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cephfs.user

user is Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder

cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder.fsType

fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder.readOnly

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder.secretRef

secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder.secretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder.secretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.cinder.volumeID

volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef

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

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.apiVersion

API version of the referent.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.fieldPath

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: “spec.containers{name}” (where “name” refers to the name of the container that triggered the event) or if no container name is specified “spec.containers[2]” (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.kind

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.namespace

Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.resourceVersion

Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.claimRef.uid

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi

csi represents storage that is handled by an external CSI driver (Beta feature).

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.controllerExpandSecretRef

controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.controllerExpandSecretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.controllerExpandSecretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.controllerPublishSecretRef

controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.controllerPublishSecretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.controllerPublishSecretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.driver

driver is the name of the driver to use for this volume. Required.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.fsType

fsType to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodeExpandSecretRef

nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodeExpandSecretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodeExpandSecretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodePublishSecretRef

nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodePublishSecretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodePublishSecretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodeStageSecretRef

nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodeStageSecretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.nodeStageSecretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.readOnly

readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.volumeAttributes

volumeAttributes of the volume to publish.

Type: null or (attribute set of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.csi.volumeHandle

volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.fc

fc represents a Fibre Channel resource that is attached to a kubelet’s host machine and then exposed to the pod.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.fc.fsType

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.fc.lun

lun is Optional: FC target lun number

Type: null or signed integer

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.fc.readOnly

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.fc.targetWWNs

targetWWNs is Optional: FC target worldwide names (WWNs)

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.fc.wwids

wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume

flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.driver

driver is the name of the driver to use for this volume.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.fsType

fsType is the Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. The default filesystem depends on FlexVolume script.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.options

options is Optional: this field holds extra command options if any.

Type: null or (attribute set of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.readOnly

readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.secretRef

secretRef is Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.secretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flexVolume.secretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flocker

flocker represents a Flocker volume attached to a kubelet’s host machine and exposed to the pod for its usage. This depends on the Flocker control service being running

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flocker.datasetName

datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.flocker.datasetUUID

datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.gcePersistentDisk

gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.gcePersistentDisk.fsType

fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.gcePersistentDisk.partition

partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as “1”. Similarly, the volume partition for /dev/sda is “0” (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

Type: null or signed integer

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.gcePersistentDisk.pdName

pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.gcePersistentDisk.readOnly

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.glusterfs

glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.glusterfs.endpoints

endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.glusterfs.endpointsNamespace

endpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.glusterfs.path

path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.glusterfs.readOnly

readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.hostPath

hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.hostPath.path

path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.hostPath.type

type for HostPath Volume Defaults to “” More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi

iscsi represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. Provisioned by an admin.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.chapAuthDiscovery

chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.chapAuthSession

chapAuthSession defines whether support iSCSI Session CHAP authentication

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.fsType

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.initiatorName

initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.iqn

iqn is Target iSCSI Qualified Name.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.iscsiInterface

iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to ‘default’ (tcp).

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.lun

lun is iSCSI Target Lun number.

Type: signed integer

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.portals

portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.readOnly

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.secretRef

secretRef is the CHAP Secret for iSCSI target and initiator authentication

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.secretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.secretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.iscsi.targetPortal

targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.local

local represents directly-attached storage with node affinity

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.local.fsType

fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. The default value is to auto-select a filesystem if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.local.path

path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, …).

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.mountOptions

mountOptions is the 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

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nfs

nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nfs.path

path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nfs.readOnly

readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nfs.server

server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity

nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required

required specifies hard node constraints that must be met.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms

Required. A list of node selector terms. The terms are ORed.

Type: list of (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchExpressions

A list of node selector requirements by node’s labels.

Type: null or (list of (submodule))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchExpressions.*.key

The label key that the selector applies to.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchExpressions.*.operator

Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchExpressions.*.values

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchFields

A list of node selector requirements by node’s fields.

Type: null or (list of (submodule))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchFields.*.key

The label key that the selector applies to.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchFields.*.operator

Represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.nodeAffinity.required.nodeSelectorTerms.*.matchFields.*.values

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

Type: null or (list of (string))

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.persistentVolumeReclaimPolicy

persistentVolumeReclaimPolicy defines 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

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.photonPersistentDisk

photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.photonPersistentDisk.fsType

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.photonPersistentDisk.pdID

pdID is the ID that identifies Photon Controller persistent disk

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.portworxVolume

portworxVolume represents a portworx volume attached and mounted on kubelets host machine

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.portworxVolume.fsType

fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”. Implicitly inferred to be “ext4” if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.portworxVolume.readOnly

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.portworxVolume.volumeID

volumeID uniquely identifies a Portworx volume

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte

quobyte represents a Quobyte mount on the host that shares a pod’s lifetime

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte.group

group to map volume access to Default is no group

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte.readOnly

readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte.registry

registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte.tenant

tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte.user

user to map volume access to Defaults to serivceaccount user

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.quobyte.volume

volume is a string that references an already created Quobyte volume by name.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd

rbd represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.fsType

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.image

image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.keyring

keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.monitors

monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: list of (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.pool

pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.readOnly

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.secretRef

secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.secretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.secretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.rbd.user

user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO

scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.fsType

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Default is “xfs”

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.gateway

gateway is the host address of the ScaleIO API Gateway.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.protectionDomain

protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.readOnly

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.secretRef

secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.

Type: submodule

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.secretRef.name

name is unique within a namespace to reference a secret resource.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.secretRef.namespace

namespace defines the space within which the secret name must be unique.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.sslEnabled

sslEnabled is the flag to enable/disable SSL communication with Gateway, default false

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.storageMode

storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.storagePool

storagePool is the ScaleIO Storage Pool associated with the protection domain.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.system

system is the name of the storage system as configured in ScaleIO.

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.scaleIO.volumeName

volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageClassName

storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos

storageOS represents a StorageOS volume that is attached to the kubelet’s host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.fsType

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.readOnly

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Type: null or boolean

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef

secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.apiVersion

API version of the referent.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.fieldPath

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: “spec.containers{name}” (where “name” refers to the name of the container that triggered the event) or if no container name is specified “spec.containers[2]” (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.kind

Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.namespace

Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.resourceVersion

Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.secretRef.uid

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.volumeName

volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.storageos.volumeNamespace

volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod’s namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to “default” if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.volumeAttributesClassName

Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is an alpha field and requires enabling VolumeAttributesClass feature.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.volumeMode

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.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.vsphereVolume

vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.vsphereVolume.fsType

fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.vsphereVolume.storagePolicyID

storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.vsphereVolume.storagePolicyName

storagePolicyName is the storage Policy Based Management (SPBM) profile name.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.spec.source.inlineVolumeSpec.vsphereVolume.volumePath

volumePath is the path that identifies vSphere volume vmdk

Type: string

Declared by:

resources.volumeAttachments.<name>.spec.source.persistentVolumeName

persistentVolumeName represents the name of the persistent volume to attach.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.status

status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.status.attachError

attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.status.attachError.message

message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.status.attachError.time

time represents the time the error was encountered.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.status.attached

attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

Type: boolean

Declared by:

resources.volumeAttachments.<name>.status.attachmentMetadata

attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

Type: null or (attribute set of (string))

Declared by:

resources.volumeAttachments.<name>.status.detachError

detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.

Type: null or (submodule)

Declared by:

resources.volumeAttachments.<name>.status.detachError.message

message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

Type: null or (string)

Declared by:

resources.volumeAttachments.<name>.status.detachError.time

time represents the time the error was encountered.

Type: null or (string)

Declared by: