PodPresetList
PodPresetList is a list of PodPreset objects.
Create a PodPresetList Resource
new PodPresetList(name: string, args: PodPresetList, opts?: CustomResourceOptions);def PodPresetList(resource_name, opts=None, items=None, metadata=None);func NewPodPresetList(ctx *Context, name string, args PodPresetListArgs, opts ...ResourceOption) (*PodPresetList, error)public PodPresetList(string name, PodPresetListArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args PodPresetList
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PodPresetListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PodPresetListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
PodPresetList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The PodPresetList resource accepts the following input properties:
- Items
List<Pod
Preset Args> - Items is a list of schema objects.
- Metadata
Pulumi.
Kubernetes. Meta. V1. Inputs. List Meta Args - Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Items
[]Pod
Preset Type - Items is a list of schema objects.
- Metadata
List
Meta - Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- items
Pod
Preset[] - Items is a list of schema objects.
- metadata
meta.v1.
List Meta - Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- items
List[Pod
Preset] - Items is a list of schema objects.
- metadata
Dict[List
Meta] - Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
Outputs
All input properties are implicitly available as output properties. Additionally, the PodPresetList resource produces the following output properties:
Supporting Types
AWSElasticBlockStoreVolumeSource
- Volume
ID string - Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- Fs
Type string - 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
- Partition int
- 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).
- Read
Only bool - Specify “true” to force and set the ReadOnly property in VolumeMounts to “true”. If omitted, the default is “false”. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- Volume
ID string - Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- Fs
Type string - 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
- Partition int
- 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).
- Read
Only bool - Specify “true” to force and set the ReadOnly property in VolumeMounts to “true”. If omitted, the default is “false”. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- volume
ID string - Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- fs
Type string - 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
- partition number
- 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).
- read
Only boolean - Specify “true” to force and set the ReadOnly property in VolumeMounts to “true”. If omitted, the default is “false”. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- volume_
id str - Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- fs_
type str - 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
- partition float
- 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).
- read_
only bool - Specify “true” to force and set the ReadOnly property in VolumeMounts to “true”. If omitted, the default is “false”. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
AzureDiskVolumeSource
- Disk
Name string - The Name of the data disk in the blob storage
- Disk
URI string - The URI the data disk in the blob storage
- Caching
Mode string - Host Caching mode: None, Read Only, Read Write.
- Fs
Type string - 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.
- Kind string
- Expected values 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
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Disk
Name string - The Name of the data disk in the blob storage
- Disk
URI string - The URI the data disk in the blob storage
- Caching
Mode string - Host Caching mode: None, Read Only, Read Write.
- Fs
Type string - 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.
- Kind string
- Expected values 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
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- disk
Name string - The Name of the data disk in the blob storage
- disk
URI string - The URI the data disk in the blob storage
- caching
Mode string - Host Caching mode: None, Read Only, Read Write.
- fs
Type string - 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.
- kind string
- Expected values 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
- read
Only boolean - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- disk_
name str - The Name of the data disk in the blob storage
- disk_
uri str - The URI the data disk in the blob storage
- caching_
mode str - Host Caching mode: None, Read Only, Read Write.
- fs_
type str - 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.
- kind str
- Expected values 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
- read_
only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
AzureFileVolumeSource
- Secret
Name string - the name of secret that contains Azure Storage Account Name and Key
- string
- Share Name
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Secret
Name string - the name of secret that contains Azure Storage Account Name and Key
- string
- Share Name
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- secret
Name string - the name of secret that contains Azure Storage Account Name and Key
- string
- Share Name
- read
Only boolean - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- secret_
name str - the name of secret that contains Azure Storage Account Name and Key
- str
- Share Name
- read_
only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
CSIVolumeSource
- Driver string
- Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.
- Fs
Type string - Filesystem type to mount. Ex. “ext4”, “xfs”, “ntfs”. If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.
- Node
Publish Pulumi.Secret Ref Kubernetes. Core. V1. Inputs. Local Object Reference Args - 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 secret references are passed.
- Read
Only bool - Specifies a read-only configuration for the volume. Defaults to false (read/write).
- Volume
Attributes Dictionary<string, string> - VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver’s documentation for supported values.
- Driver string
- Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.
- Fs
Type string - Filesystem type to mount. Ex. “ext4”, “xfs”, “ntfs”. If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.
- Node
Publish LocalSecret Ref Object Reference - 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 secret references are passed.
- Read
Only bool - Specifies a read-only configuration for the volume. Defaults to false (read/write).
- Volume
Attributes map[string]string - VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver’s documentation for supported values.
- driver string
- Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.
- fs
Type string - Filesystem type to mount. Ex. “ext4”, “xfs”, “ntfs”. If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.
- node
Publish core.v1.Secret Ref Local Object Reference - 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 secret references are passed.
- read
Only boolean - Specifies a read-only configuration for the volume. Defaults to false (read/write).
- volume
Attributes {[key: string]: string} - VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver’s documentation for supported values.
- driver str
- Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.
- fs_
type str - Filesystem type to mount. Ex. “ext4”, “xfs”, “ntfs”. If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.
- node_
publish_ Dict[Localsecret_ ref Object Reference] - 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 secret references are passed.
- read_
only bool - Specifies a read-only configuration for the volume. Defaults to false (read/write).
- volume_
attributes Dict[str, str] - VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver’s documentation for supported values.
CephFSVolumeSource
- Monitors List<string>
- Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- Path string
- Optional: Used as the mounted root, rather than the full Ceph tree, default is /
- Read
Only bool - 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
- Secret
File string - 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
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - 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
- User string
- Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- Monitors []string
- Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- Path string
- Optional: Used as the mounted root, rather than the full Ceph tree, default is /
- Read
Only bool - 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
- Secret
File string - 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
- Secret
Ref LocalObject Reference - 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
- User string
- Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- monitors string[]
- Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- path string
- Optional: Used as the mounted root, rather than the full Ceph tree, default is /
- read
Only boolean - 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
- secret
File string - 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
- secret
Ref core.v1.Local Object Reference - 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
- user string
- Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- monitors List[str]
- Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- path str
- Optional: Used as the mounted root, rather than the full Ceph tree, default is /
- read_
only bool - 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
- secret_
file str - 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
- secret_
ref Dict[LocalObject Reference] - 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
- user str
- Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
CinderVolumeSource
- Volume
ID string - volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Fs
Type string - 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
- Read
Only bool - 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
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - Optional: points to a secret object containing parameters used to connect to OpenStack.
- Volume
ID string - volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Fs
Type string - 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
- Read
Only bool - 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
- Secret
Ref LocalObject Reference - Optional: points to a secret object containing parameters used to connect to OpenStack.
- volume
ID string - volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- fs
Type string - 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
- read
Only boolean - 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
- secret
Ref core.v1.Local Object Reference - Optional: points to a secret object containing parameters used to connect to OpenStack.
- volume_
id str - volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- fs_
type str - 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
- read_
only bool - 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
- secret_
ref Dict[LocalObject Reference] - Optional: points to a secret object containing parameters used to connect to OpenStack.
ConfigMapEnvSource
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the ConfigMap must be defined
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the ConfigMap must be defined
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional boolean
- Specify whether the ConfigMap must be defined
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional bool
- Specify whether the ConfigMap must be defined
ConfigMapKeySelector
ConfigMapProjection
- Items
List<Pulumi.
Kubernetes. Core. V1. Inputs. Key To Path Args> - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the ConfigMap or its keys must be defined
- Items
Key
To Path - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the ConfigMap or its keys must be defined
- items
core.v1.
Key To Path[] - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional boolean
- Specify whether the ConfigMap or its keys must be defined
- items
List[Key
To Path] - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional bool
- Specify whether the ConfigMap or its keys must be defined
ConfigMapVolumeSource
- Default
Mode int - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Items
List<Pulumi.
Kubernetes. Core. V1. Inputs. Key To Path Args> - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the ConfigMap or its keys must be defined
- Default
Mode int - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Items
Key
To Path - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the ConfigMap or its keys must be defined
- default
Mode number - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- items
core.v1.
Key To Path[] - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional boolean
- Specify whether the ConfigMap or its keys must be defined
- default_
mode float - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- items
List[Key
To Path] - If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional bool
- Specify whether the ConfigMap or its keys must be defined
DownwardAPIProjection
- Items
List<Pulumi.
Kubernetes. Core. V1. Inputs. Downward APIVolume File Args> - Items is a list of DownwardAPIVolume file
- Items
Downward
APIVolume File - Items is a list of DownwardAPIVolume file
- items
core.v1.
Downward APIVolume File[] - Items is a list of DownwardAPIVolume file
- items
List[Downward
APIVolume File] - Items is a list of DownwardAPIVolume file
DownwardAPIVolumeFile
- Path string
- Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ‘..’ path. Must be utf-8 encoded. The first item of the relative path must not start with ‘..’
- Field
Ref Pulumi.Kubernetes. Core. V1. Inputs. Object Field Selector Args - Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
- Mode int
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Resource
Field Pulumi.Ref Kubernetes. Core. V1. Inputs. Resource Field Selector Args - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
- Path string
- Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ‘..’ path. Must be utf-8 encoded. The first item of the relative path must not start with ‘..’
- Field
Ref ObjectField Selector - Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
- Mode int
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Resource
Field ResourceRef Field Selector - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
- path string
- Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ‘..’ path. Must be utf-8 encoded. The first item of the relative path must not start with ‘..’
- field
Ref core.v1.Object Field Selector - Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
- mode number
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- resource
Field core.v1.Ref Resource Field Selector - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
- path str
- Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ‘..’ path. Must be utf-8 encoded. The first item of the relative path must not start with ‘..’
- field_
ref Dict[ObjectField Selector] - Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
- mode float
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- resource_
field_ Dict[Resourceref Field Selector] - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
DownwardAPIVolumeSource
- Default
Mode int - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Items
List<Pulumi.
Kubernetes. Core. V1. Inputs. Downward APIVolume File Args> - Items is a list of downward API volume file
- Default
Mode int - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Items
Downward
APIVolume File - Items is a list of downward API volume file
- default
Mode number - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- items
core.v1.
Downward APIVolume File[] - Items is a list of downward API volume file
- default_
mode float - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- items
List[Downward
APIVolume File] - Items is a list of downward API volume file
EmptyDirVolumeSource
- Medium string
- What type of storage medium should back this directory. The default is “” which means to use the node’s default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- Size
Limit string - Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
- Medium string
- What type of storage medium should back this directory. The default is “” which means to use the node’s default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- Size
Limit string - Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
- medium string
- What type of storage medium should back this directory. The default is “” which means to use the node’s default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- size
Limit string - Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
- medium str
- What type of storage medium should back this directory. The default is “” which means to use the node’s default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- size_
limit str - Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
EnvFromSource
- Config
Map Pulumi.Ref Kubernetes. Core. V1. Inputs. Config Map Env Source Args - The ConfigMap to select from
- Prefix string
- An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Secret Env Source Args - The Secret to select from
- Config
Map ConfigRef Map Env Source - The ConfigMap to select from
- Prefix string
- An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- Secret
Ref SecretEnv Source - The Secret to select from
- config
Map core.v1.Ref Config Map Env Source - The ConfigMap to select from
- prefix string
- An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- secret
Ref core.v1.Secret Env Source - The Secret to select from
- config_
map_ Dict[Configref Map Env Source] - The ConfigMap to select from
- prefix str
- An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
- secret_
ref Dict[SecretEnv Source] - The Secret to select from
EnvVar
- Name string
- Name of the environment variable. Must be a C_IDENTIFIER.
- Value string
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to “”.
- Value
From Pulumi.Kubernetes. Core. V1. Inputs. Env Var Source Args - Source for the environment variable’s value. Cannot be used if value is not empty.
- Name string
- Name of the environment variable. Must be a C_IDENTIFIER.
- Value string
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to “”.
- Value
From EnvVar Source - Source for the environment variable’s value. Cannot be used if value is not empty.
- name string
- Name of the environment variable. Must be a C_IDENTIFIER.
- value string
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to “”.
- value
From core.v1.Env Var Source - Source for the environment variable’s value. Cannot be used if value is not empty.
- name str
- Name of the environment variable. Must be a C_IDENTIFIER.
- value str
- Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to “”.
- value_
from Dict[EnvVar Source] - Source for the environment variable’s value. Cannot be used if value is not empty.
EnvVarSource
- Config
Map Pulumi.Key Ref Kubernetes. Core. V1. Inputs. Config Map Key Selector Args - Selects a key of a ConfigMap.
- Field
Ref Pulumi.Kubernetes. Core. V1. Inputs. Object Field Selector Args - Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
- Resource
Field Pulumi.Ref Kubernetes. Core. V1. Inputs. Resource Field Selector Args - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
- Secret
Key Pulumi.Ref Kubernetes. Core. V1. Inputs. Secret Key Selector Args - Selects a key of a secret in the pod’s namespace
- Config
Map ConfigKey Ref Map Key Selector - Selects a key of a ConfigMap.
- Field
Ref ObjectField Selector - Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
- Resource
Field ResourceRef Field Selector - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
- Secret
Key SecretRef Key Selector - Selects a key of a secret in the pod’s namespace
- config
Map core.v1.Key Ref Config Map Key Selector - Selects a key of a ConfigMap.
- field
Ref core.v1.Object Field Selector - Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
- resource
Field core.v1.Ref Resource Field Selector - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
- secret
Key core.v1.Ref Secret Key Selector - Selects a key of a secret in the pod’s namespace
- config_
map_ Dict[Configkey_ ref Map Key Selector] - Selects a key of a ConfigMap.
- field_
ref Dict[ObjectField Selector] - Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
- resource_
field_ Dict[Resourceref Field Selector] - Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
- secret_
key_ Dict[Secretref Key Selector] - Selects a key of a secret in the pod’s namespace
FCVolumeSource
- Fs
Type string - 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.
- Lun int
- Optional: FC target lun number
- Read
Only bool - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Target
WWNs List<string> - Optional: FC target worldwide names (WWNs)
- Wwids List<string>
- Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
- Fs
Type string - 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.
- Lun int
- Optional: FC target lun number
- Read
Only bool - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Target
WWNs []string - Optional: FC target worldwide names (WWNs)
- Wwids []string
- Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
- fs
Type string - 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.
- lun number
- Optional: FC target lun number
- read
Only boolean - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- target
WWNs string[] - Optional: FC target worldwide names (WWNs)
- wwids string[]
- Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
- fs_
type str - 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.
- lun float
- Optional: FC target lun number
- read_
only bool - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- target_
ww_ List[str]ns - Optional: FC target worldwide names (WWNs)
- wwids List[str]
- Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
FlexVolumeSource
- Driver string
- Driver is the name of the driver to use for this volume.
- Fs
Type string - 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.
- Options Dictionary<string, string>
- Optional: Extra command options if any.
- Read
Only bool - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - 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.
- Driver string
- Driver is the name of the driver to use for this volume.
- Fs
Type string - 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.
- Options map[string]string
- Optional: Extra command options if any.
- Read
Only bool - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Secret
Ref LocalObject Reference - 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.
- driver string
- Driver is the name of the driver to use for this volume.
- fs
Type string - 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.
- options {[key: string]: string}
- Optional: Extra command options if any.
- read
Only boolean - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- secret
Ref core.v1.Local Object Reference - 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.
- driver str
- Driver is the name of the driver to use for this volume.
- fs_
type str - 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.
- options Dict[str, str]
- Optional: Extra command options if any.
- read_
only bool - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- secret_
ref Dict[LocalObject Reference] - 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.
FlockerVolumeSource
- Dataset
Name string - Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
- Dataset
UUID string - UUID of the dataset. This is unique identifier of a Flocker dataset
- Dataset
Name string - Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
- Dataset
UUID string - UUID of the dataset. This is unique identifier of a Flocker dataset
- dataset
Name string - Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
- dataset
UUID string - UUID of the dataset. This is unique identifier of a Flocker dataset
- dataset_
name str - Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
- dataset_
uuid str - UUID of the dataset. This is unique identifier of a Flocker dataset
GCEPersistentDiskVolumeSource
- Pd
Name string - 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
- Fs
Type string - 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
- Partition int
- 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
- Read
Only bool - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- Pd
Name string - 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
- Fs
Type string - 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
- Partition int
- 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
- Read
Only bool - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- pd
Name string - 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
- fs
Type string - 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
- partition number
- 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
- read
Only boolean - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- pd_
name str - 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
- fs_
type str - 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
- partition float
- 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
- read_
only bool - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
GitRepoVolumeSource
- Repository string
- Repository URL
- Directory string
- Target directory name. Must not contain or start with ‘..’. If ‘.’ is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
- Revision string
- Commit hash for the specified revision.
- Repository string
- Repository URL
- Directory string
- Target directory name. Must not contain or start with ‘..’. If ‘.’ is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
- Revision string
- Commit hash for the specified revision.
- repository string
- Repository URL
- directory string
- Target directory name. Must not contain or start with ‘..’. If ‘.’ is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
- revision string
- Commit hash for the specified revision.
- repository str
- Repository URL
- directory str
- Target directory name. Must not contain or start with ‘..’. If ‘.’ is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
- revision str
- Commit hash for the specified revision.
GlusterfsVolumeSource
- Endpoints string
- EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Path string
- Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Read
Only bool - 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
- Endpoints string
- EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Path string
- Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Read
Only bool - 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
- endpoints string
- EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- path string
- Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- read
Only boolean - 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
- endpoints str
- EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- path str
- Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- read_
only bool - 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
HostPathVolumeSource
- Path string
- 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
- Type for HostPath Volume Defaults to “” More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- Path string
- 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
- Type for HostPath Volume Defaults to “” More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- path string
- 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
- Type for HostPath Volume Defaults to “” More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- path str
- 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 str
- Type for HostPath Volume Defaults to “” More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
ISCSIVolumeSource
- Iqn string
- Target iSCSI Qualified Name.
- Lun int
- iSCSI Target Lun number.
- Target
Portal string - 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).
- Chap
Auth boolDiscovery - whether support iSCSI Discovery CHAP authentication
- Chap
Auth boolSession - whether support iSCSI Session CHAP authentication
- Fs
Type string - 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
- Initiator
Name string - Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection. - Iscsi
Interface string - iSCSI Interface Name that uses an iSCSI transport. Defaults to ‘default’ (tcp).
- Portals List<string>
- 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).
- Read
Only bool - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - CHAP Secret for iSCSI target and initiator authentication
- Iqn string
- Target iSCSI Qualified Name.
- Lun int
- iSCSI Target Lun number.
- Target
Portal string - 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).
- Chap
Auth boolDiscovery - whether support iSCSI Discovery CHAP authentication
- Chap
Auth boolSession - whether support iSCSI Session CHAP authentication
- Fs
Type string - 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
- Initiator
Name string - Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection. - Iscsi
Interface string - iSCSI Interface Name that uses an iSCSI transport. Defaults to ‘default’ (tcp).
- Portals []string
- 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).
- Read
Only bool - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
- Secret
Ref LocalObject Reference - CHAP Secret for iSCSI target and initiator authentication
- iqn string
- Target iSCSI Qualified Name.
- lun number
- iSCSI Target Lun number.
- target
Portal string - 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).
- chap
Auth booleanDiscovery - whether support iSCSI Discovery CHAP authentication
- chap
Auth booleanSession - whether support iSCSI Session CHAP authentication
- fs
Type string - 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
- initiator
Name string - Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection. - iscsi
Interface string - iSCSI Interface Name that uses an iSCSI transport. Defaults to ‘default’ (tcp).
- portals string[]
- 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).
- read
Only boolean - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
- secret
Ref core.v1.Local Object Reference - CHAP Secret for iSCSI target and initiator authentication
- iqn str
- Target iSCSI Qualified Name.
- lun float
- iSCSI Target Lun number.
- target_
portal str - 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).
- chap_
auth_ booldiscovery - whether support iSCSI Discovery CHAP authentication
- chap_
auth_ boolsession - whether support iSCSI Session CHAP authentication
- fs_
type str - 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
- initiator_
name str - Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface
: will be created for the connection. - iscsi_
interface str - iSCSI Interface Name that uses an iSCSI transport. Defaults to ‘default’ (tcp).
- portals List[str]
- 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).
- read_
only bool - ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
- secret_
ref Dict[LocalObject Reference] - CHAP Secret for iSCSI target and initiator authentication
KeyToPath
- Key string
- The key to project.
- Path string
- The relative path of the file to map the key to. May not be an absolute path. May not contain the path element ‘..’. May not start with the string ‘..’.
- Mode int
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Key string
- The key to project.
- Path string
- The relative path of the file to map the key to. May not be an absolute path. May not contain the path element ‘..’. May not start with the string ‘..’.
- Mode int
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- key string
- The key to project.
- path string
- The relative path of the file to map the key to. May not be an absolute path. May not contain the path element ‘..’. May not start with the string ‘..’.
- mode number
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- key str
- The key to project.
- path str
- The relative path of the file to map the key to. May not be an absolute path. May not contain the path element ‘..’. May not start with the string ‘..’.
- mode float
- Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
LabelSelector
- Match
Expressions List<Pulumi.Kubernetes. Meta. V1. Inputs. Label Selector Requirement Args> - matchExpressions is a list of label selector requirements. The requirements are ANDed.
- Match
Labels Dictionary<string, string> - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the operator is “In”, and the values array contains only “value”. The requirements are ANDed.
- Match
Expressions LabelSelector Requirement - matchExpressions is a list of label selector requirements. The requirements are ANDed.
- Match
Labels map[string]string - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the operator is “In”, and the values array contains only “value”. The requirements are ANDed.
- match
Expressions meta.v1.Label Selector Requirement[] - matchExpressions is a list of label selector requirements. The requirements are ANDed.
- match
Labels {[key: string]: string} - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the operator is “In”, and the values array contains only “value”. The requirements are ANDed.
- match_
expressions List[LabelSelector Requirement] - matchExpressions is a list of label selector requirements. The requirements are ANDed.
- match_
labels Dict[str, str] - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the operator is “In”, and the values array contains only “value”. The requirements are ANDed.
LabelSelectorRequirement
- Key string
- key is the label key that the selector applies to.
- Operator string
- operator represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
- Values List<string>
- values is 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. This array is replaced during a strategic merge patch.
- Key string
- key is the label key that the selector applies to.
- Operator string
- operator represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
- Values []string
- values is 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. This array is replaced during a strategic merge patch.
- key string
- key is the label key that the selector applies to.
- operator string
- operator represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
- values string[]
- values is 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. This array is replaced during a strategic merge patch.
- key str
- key is the label key that the selector applies to.
- operator str
- operator represents a key’s relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
- values List[str]
- values is 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. This array is replaced during a strategic merge patch.
ListMeta
- Continue string
- continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
- Remaining
Item intCount - remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
- Resource
Version string - String that identifies the server’s internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- Self
Link string selfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- Continue string
- continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
- Remaining
Item intCount - remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
- Resource
Version string - String that identifies the server’s internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- Self
Link string selfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- continue string
- continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
- remaining
Item numberCount - remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
- resource
Version string - String that identifies the server’s internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- self
Link string selfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- continue_ str
- continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
- remaining_
item_ floatcount - remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.
- resource_
version str - String that identifies the server’s internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
- self_
link str selfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
LocalObjectReference
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
ManagedFieldsEntry
- Api
Version string - 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.
- Fields
Type string - FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: “FieldsV1”
- Fields
V1 System.Text. Json. Json Element - FieldsV1 holds the first JSON version format as described in the “FieldsV1” type.
- Manager string
- Manager is an identifier of the workflow managing these fields.
- Operation string
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ‘Apply’ and ‘Update’.
- Time string
- Time is timestamp of when these fields were set. It should always be empty if Operation is ‘Apply’
- Api
Version string - 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.
- Fields
Type string - FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: “FieldsV1”
- Fields
V1 interface{} - FieldsV1 holds the first JSON version format as described in the “FieldsV1” type.
- Manager string
- Manager is an identifier of the workflow managing these fields.
- Operation string
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ‘Apply’ and ‘Update’.
- Time string
- Time is timestamp of when these fields were set. It should always be empty if Operation is ‘Apply’
- api
Version string - 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.
- fields
Type string - FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: “FieldsV1”
- fields
V1 any - FieldsV1 holds the first JSON version format as described in the “FieldsV1” type.
- manager string
- Manager is an identifier of the workflow managing these fields.
- operation string
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ‘Apply’ and ‘Update’.
- time string
- Time is timestamp of when these fields were set. It should always be empty if Operation is ‘Apply’
- api_
version str - 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.
- fields_
type str - FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: “FieldsV1”
- fields_
v1 Dict[str, Any] - FieldsV1 holds the first JSON version format as described in the “FieldsV1” type.
- manager str
- Manager is an identifier of the workflow managing these fields.
- operation str
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ‘Apply’ and ‘Update’.
- time str
- Time is timestamp of when these fields were set. It should always be empty if Operation is ‘Apply’
NFSVolumeSource
- Path string
- Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Server string
- Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Read
Only bool - 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
- Path string
- Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Server string
- Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Read
Only bool - 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
- path string
- Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- server string
- Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- read
Only boolean - 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
- path str
- Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- server str
- Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- read_
only bool - 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
ObjectFieldSelector
- Field
Path string - Path of the field to select in the specified API version.
- Api
Version string - Version of the schema the FieldPath is written in terms of, defaults to “v1”.
- Field
Path string - Path of the field to select in the specified API version.
- Api
Version string - Version of the schema the FieldPath is written in terms of, defaults to “v1”.
- field
Path string - Path of the field to select in the specified API version.
- api
Version string - Version of the schema the FieldPath is written in terms of, defaults to “v1”.
- field_
path str - Path of the field to select in the specified API version.
- api_
version str - Version of the schema the FieldPath is written in terms of, defaults to “v1”.
ObjectMeta
- Annotations Dictionary<string, string>
- 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: http://kubernetes.io/docs/user-guide/annotations
- Cluster
Name string - The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- Creation
Timestamp string 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
- Deletion
Grace intPeriod Seconds - 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.
- Deletion
Timestamp string 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
- Finalizers List<string>
- 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.
- Generate
Name string 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 NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
- Generation int
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- Labels Dictionary<string, string>
- 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: http://kubernetes.io/docs/user-guide/labels
- Managed
Fields List<Pulumi.Kubernetes. Meta. V1. Inputs. Managed Fields Entry Args> - 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.
- Name string
- 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: http://kubernetes.io/docs/user-guide/identifiers#names
- Namespace string
Namespace defines the space within 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: http://kubernetes.io/docs/user-guide/namespaces
- Owner
References List<Pulumi.Kubernetes. Meta. V1. Inputs. Owner Reference Args> - 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.
- Resource
Version string 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
- Self
Link string SelfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- Uid string
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: http://kubernetes.io/docs/user-guide/identifiers#uids
- Annotations map[string]string
- 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: http://kubernetes.io/docs/user-guide/annotations
- Cluster
Name string - The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- Creation
Timestamp string 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
- Deletion
Grace intPeriod Seconds - 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.
- Deletion
Timestamp string 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
- Finalizers []string
- 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.
- Generate
Name string 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 NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
- Generation int
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- Labels map[string]string
- 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: http://kubernetes.io/docs/user-guide/labels
- Managed
Fields ManagedFields Entry - 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.
- Name string
- 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: http://kubernetes.io/docs/user-guide/identifiers#names
- Namespace string
Namespace defines the space within 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: http://kubernetes.io/docs/user-guide/namespaces
- Owner
References OwnerReference - 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.
- Resource
Version string 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
- Self
Link string SelfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- Uid string
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: http://kubernetes.io/docs/user-guide/identifiers#uids
- annotations {[key: string]: string}
- 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: http://kubernetes.io/docs/user-guide/annotations
- cluster
Name string - The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- creation
Timestamp string 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
- deletion
Grace numberPeriod Seconds - 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.
- deletion
Timestamp string 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
- finalizers string[]
- 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.
- generate
Name string 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 NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
- generation number
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- labels {[key: string]: string}
- 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: http://kubernetes.io/docs/user-guide/labels
- managed
Fields meta.v1.Managed Fields Entry[] - 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.
- name string
- 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: http://kubernetes.io/docs/user-guide/identifiers#names
- namespace string
Namespace defines the space within 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: http://kubernetes.io/docs/user-guide/namespaces
- owner
References meta.v1.Owner Reference[] - 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.
- resource
Version string 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
- self
Link string SelfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- uid string
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: http://kubernetes.io/docs/user-guide/identifiers#uids
- annotations Dict[str, str]
- 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: http://kubernetes.io/docs/user-guide/annotations
- cluster_
name str - The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
- creation_
timestamp str 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
- deletion_
grace_ floatperiod_ seconds - 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.
- deletion_
timestamp str 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
- finalizers List[str]
- 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.
- generate_
name str 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 NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).
Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
- generation float
- A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
- labels Dict[str, str]
- 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: http://kubernetes.io/docs/user-guide/labels
- managed_
fields List[ManagedFields Entry] - 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.
- name str
- 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: http://kubernetes.io/docs/user-guide/identifiers#names
- namespace str
Namespace defines the space within 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: http://kubernetes.io/docs/user-guide/namespaces
- owner_
references List[OwnerReference] - 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.
- resource_
version str 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
- self_
link str SelfLink is a URL representing this object. Populated by the system. Read-only.
DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.
- uid str
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: http://kubernetes.io/docs/user-guide/identifiers#uids
OwnerReference
- Api
Version string - API version of the referent.
- Kind string
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Name string
- Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
- Uid string
- UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
- Block
Owner boolDeletion - 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. Defaults to false. To set this field, a user needs “delete” permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- Controller bool
- If true, this reference points to the managing controller.
- Api
Version string - API version of the referent.
- Kind string
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Name string
- Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
- Uid string
- UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
- Block
Owner boolDeletion - 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. Defaults to false. To set this field, a user needs “delete” permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- Controller bool
- If true, this reference points to the managing controller.
- api
Version string - API version of the referent.
- kind string
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- name string
- Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
- uid string
- UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
- block
Owner booleanDeletion - 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. Defaults to false. To set this field, a user needs “delete” permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- controller boolean
- If true, this reference points to the managing controller.
- api_
version str - API version of the referent.
- kind str
- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- name str
- Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
- uid str
- UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
- block_
owner_ booldeletion - 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. Defaults to false. To set this field, a user needs “delete” permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- controller bool
- If true, this reference points to the managing controller.
PersistentVolumeClaimVolumeSource
- Claim
Name string - ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- Read
Only bool - Will force the ReadOnly setting in VolumeMounts. Default false.
- Claim
Name string - ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- Read
Only bool - Will force the ReadOnly setting in VolumeMounts. Default false.
- claim
Name string - ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- read
Only boolean - Will force the ReadOnly setting in VolumeMounts. Default false.
- claim_
name str - ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- read_
only bool - Will force the ReadOnly setting in VolumeMounts. Default false.
PhotonPersistentDiskVolumeSource
PodPreset
PodPresetSpec
- Env
List<Pulumi.
Kubernetes. Core. V1. Inputs. Env Var Args> - Env defines the collection of EnvVar to inject into containers.
- Env
From List<Pulumi.Kubernetes. Core. V1. Inputs. Env From Source Args> - EnvFrom defines the collection of EnvFromSource to inject into containers.
- Selector
Pulumi.
Kubernetes. Meta. V1. Inputs. Label Selector Args - Selector is a label query over a set of resources, in this case pods. Required.
- Volume
Mounts List<Pulumi.Kubernetes. Core. V1. Inputs. Volume Mount Args> - VolumeMounts defines the collection of VolumeMount to inject into containers.
- Volumes
List<Pulumi.
Kubernetes. Core. V1. Inputs. Volume Args> - Volumes defines the collection of Volume to inject into the pod.
- Env
Env
Var - Env defines the collection of EnvVar to inject into containers.
- Env
From EnvFrom Source - EnvFrom defines the collection of EnvFromSource to inject into containers.
- Selector
Label
Selector - Selector is a label query over a set of resources, in this case pods. Required.
- Volume
Mounts VolumeMount - VolumeMounts defines the collection of VolumeMount to inject into containers.
- Volumes Volume
- Volumes defines the collection of Volume to inject into the pod.
- env
core.v1.
Env Var[] - Env defines the collection of EnvVar to inject into containers.
- env
From core.v1.Env From Source[] - EnvFrom defines the collection of EnvFromSource to inject into containers.
- selector
meta.v1.
Label Selector - Selector is a label query over a set of resources, in this case pods. Required.
- volume
Mounts core.v1.Volume Mount[] - VolumeMounts defines the collection of VolumeMount to inject into containers.
- volumes
core.v1.
Volume[] - Volumes defines the collection of Volume to inject into the pod.
- env
List[Env
Var] - Env defines the collection of EnvVar to inject into containers.
- env_
from List[EnvFrom Source] - EnvFrom defines the collection of EnvFromSource to inject into containers.
- selector
Dict[Label
Selector] - Selector is a label query over a set of resources, in this case pods. Required.
- volume_
mounts List[VolumeMount] - VolumeMounts defines the collection of VolumeMount to inject into containers.
- volumes List[Volume]
- Volumes defines the collection of Volume to inject into the pod.
PortworxVolumeSource
- Volume
ID string - VolumeID uniquely identifies a Portworx volume
- Fs
Type string - 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.
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Volume
ID string - VolumeID uniquely identifies a Portworx volume
- Fs
Type string - 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.
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- volume
ID string - VolumeID uniquely identifies a Portworx volume
- fs
Type string - 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.
- read
Only boolean - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- volume_
id str - VolumeID uniquely identifies a Portworx volume
- fs_
type str - 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.
- read_
only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
ProjectedVolumeSource
- Sources
List<Pulumi.
Kubernetes. Core. V1. Inputs. Volume Projection Args> - list of volume projections
- Default
Mode int - Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Sources
Volume
Projection - list of volume projections
- Default
Mode int - Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- sources
core.v1.
Volume Projection[] - list of volume projections
- default
Mode number - Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- sources
List[Volume
Projection] - list of volume projections
- default_
mode float - Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
QuobyteVolumeSource
- Registry string
- 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
- Volume string
- Volume is a string that references an already created Quobyte volume by name.
- Group string
- Group to map volume access to Default is no group
- Read
Only bool - ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
- Tenant string
- Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
- User string
- User to map volume access to Defaults to serivceaccount user
- Registry string
- 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
- Volume string
- Volume is a string that references an already created Quobyte volume by name.
- Group string
- Group to map volume access to Default is no group
- Read
Only bool - ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
- Tenant string
- Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
- User string
- User to map volume access to Defaults to serivceaccount user
- registry string
- 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
- volume string
- Volume is a string that references an already created Quobyte volume by name.
- group string
- Group to map volume access to Default is no group
- read
Only boolean - ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
- tenant string
- Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
- user string
- User to map volume access to Defaults to serivceaccount user
- registry str
- 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
- volume str
- Volume is a string that references an already created Quobyte volume by name.
- group str
- Group to map volume access to Default is no group
- read_
only bool - ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
- tenant str
- Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
- user str
- User to map volume access to Defaults to serivceaccount user
RBDVolumeSource
- Image string
- The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Monitors List<string>
- A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Fs
Type string - 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
- Keyring string
- 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
- Pool string
- The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Read
Only bool - 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
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - 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
- User string
- The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Image string
- The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Monitors []string
- A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Fs
Type string - 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
- Keyring string
- 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
- Pool string
- The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- Read
Only bool - 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
- Secret
Ref LocalObject Reference - 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
- User string
- The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- image string
- The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- monitors string[]
- A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- fs
Type string - 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
- keyring string
- 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
- pool string
- The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- read
Only boolean - 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
- secret
Ref core.v1.Local Object Reference - 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
- user string
- The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- image str
- The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- monitors List[str]
- A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- fs_
type str - 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
- keyring str
- 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
- pool str
- The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- read_
only bool - 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
- secret_
ref Dict[LocalObject Reference] - 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
- user str
- The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
ResourceFieldSelector
ScaleIOVolumeSource
- Gateway string
- The host address of the ScaleIO API Gateway.
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- System string
- The name of the storage system as configured in ScaleIO.
- Fs
Type string - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Default is “xfs”.
- Protection
Domain string - The name of the ScaleIO Protection Domain for the configured storage.
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Ssl
Enabled bool - Flag to enable/disable SSL communication with Gateway, default false
- Storage
Mode string - Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
- Storage
Pool string - The ScaleIO Storage Pool associated with the protection domain.
- Volume
Name string - The name of a volume already created in the ScaleIO system that is associated with this volume source.
- Gateway string
- The host address of the ScaleIO API Gateway.
- Secret
Ref LocalObject Reference - SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- System string
- The name of the storage system as configured in ScaleIO.
- Fs
Type string - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Default is “xfs”.
- Protection
Domain string - The name of the ScaleIO Protection Domain for the configured storage.
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Ssl
Enabled bool - Flag to enable/disable SSL communication with Gateway, default false
- Storage
Mode string - Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
- Storage
Pool string - The ScaleIO Storage Pool associated with the protection domain.
- Volume
Name string - The name of a volume already created in the ScaleIO system that is associated with this volume source.
- gateway string
- The host address of the ScaleIO API Gateway.
- secret
Ref core.v1.Local Object Reference - SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- system string
- The name of the storage system as configured in ScaleIO.
- fs
Type string - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Default is “xfs”.
- protection
Domain string - The name of the ScaleIO Protection Domain for the configured storage.
- read
Only boolean - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- ssl
Enabled boolean - Flag to enable/disable SSL communication with Gateway, default false
- storage
Mode string - Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
- storage
Pool string - The ScaleIO Storage Pool associated with the protection domain.
- volume
Name string - The name of a volume already created in the ScaleIO system that is associated with this volume source.
- gateway str
- The host address of the ScaleIO API Gateway.
- secret_
ref Dict[LocalObject Reference] - SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- system str
- The name of the storage system as configured in ScaleIO.
- fs_
type str - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Default is “xfs”.
- protection_
domain str - The name of the ScaleIO Protection Domain for the configured storage.
- read_
only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- ssl_
enabled bool - Flag to enable/disable SSL communication with Gateway, default false
- storage_
mode str - Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
- storage_
pool str - The ScaleIO Storage Pool associated with the protection domain.
- volume_
name str - The name of a volume already created in the ScaleIO system that is associated with this volume source.
SecretEnvSource
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the Secret must be defined
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the Secret must be defined
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional boolean
- Specify whether the Secret must be defined
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional bool
- Specify whether the Secret must be defined
SecretKeySelector
SecretProjection
- Items
List<Pulumi.
Kubernetes. Core. V1. Inputs. Key To Path Args> - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the Secret or its key must be defined
- Items
Key
To Path - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Optional bool
- Specify whether the Secret or its key must be defined
- items
core.v1.
Key To Path[] - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- name string
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional boolean
- Specify whether the Secret or its key must be defined
- items
List[Key
To Path] - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- name str
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- optional bool
- Specify whether the Secret or its key must be defined
SecretVolumeSource
- Default
Mode int - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Items
List<Pulumi.
Kubernetes. Core. V1. Inputs. Key To Path Args> - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Optional bool
- Specify whether the Secret or its keys must be defined
- Secret
Name string - Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- Default
Mode int - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Items
Key
To Path - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- Optional bool
- Specify whether the Secret or its keys must be defined
- Secret
Name string - Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- default
Mode number - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- items
core.v1.
Key To Path[] - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- optional boolean
- Specify whether the Secret or its keys must be defined
- secret
Name string - Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- default_
mode float - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- items
List[Key
To Path] - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ‘..’ path or start with ‘..’.
- optional bool
- Specify whether the Secret or its keys must be defined
- secret_
name str - Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
ServiceAccountTokenProjection
- Path string
- Path is the path relative to the mount point of the file to project the token into.
- Audience string
- Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
- Expiration
Seconds int - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
- Path string
- Path is the path relative to the mount point of the file to project the token into.
- Audience string
- Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
- Expiration
Seconds int - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
- path string
- Path is the path relative to the mount point of the file to project the token into.
- audience string
- Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
- expiration
Seconds number - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
- path str
- Path is the path relative to the mount point of the file to project the token into.
- audience str
- Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
- expiration_
seconds float - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
StorageOSVolumeSource
- Fs
Type string - 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.
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Secret
Ref Pulumi.Kubernetes. Core. V1. Inputs. Local Object Reference Args - SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.
- Volume
Name string - VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
- Volume
Namespace string - 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.
- Fs
Type string - 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.
- Read
Only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Secret
Ref LocalObject Reference - SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.
- Volume
Name string - VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
- Volume
Namespace string - 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.
- fs
Type string - 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.
- read
Only boolean - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- secret
Ref core.v1.Local Object Reference - SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.
- volume
Name string - VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
- volume
Namespace string - 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.
- fs_
type str - 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.
- read_
only bool - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- secret_
ref Dict[LocalObject Reference] - SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.
- volume_
name str - VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
- volume_
namespace str - 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.
Volume
- Name string
- Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Aws
Elastic Pulumi.Block Store Kubernetes. Core. V1. Inputs. AWSElastic Block Store Volume Source Args - 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
- Azure
Disk Pulumi.Kubernetes. Core. V1. Inputs. Azure Disk Volume Source Args - AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- Azure
File Pulumi.Kubernetes. Core. V1. Inputs. Azure File Volume Source Args - AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- Cephfs
Pulumi.
Kubernetes. Core. V1. Inputs. Ceph FSVolume Source Args - CephFS represents a Ceph FS mount on the host that shares a pod’s lifetime
- Cinder
Pulumi.
Kubernetes. Core. V1. Inputs. Cinder Volume Source Args - Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Config
Map Pulumi.Kubernetes. Core. V1. Inputs. Config Map Volume Source Args - ConfigMap represents a configMap that should populate this volume
- Csi
Pulumi.
Kubernetes. Core. V1. Inputs. CSIVolume Source Args - CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature).
- Downward
API Pulumi.Kubernetes. Core. V1. Inputs. Downward APIVolume Source Args - DownwardAPI represents downward API about the pod that should populate this volume
- Empty
Dir Pulumi.Kubernetes. Core. V1. Inputs. Empty Dir Volume Source Args - EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- Fc
Pulumi.
Kubernetes. Core. V1. Inputs. FCVolume Source Args - FC represents a Fibre Channel resource that is attached to a kubelet’s host machine and then exposed to the pod.
- Flex
Volume Pulumi.Kubernetes. Core. V1. Inputs. Flex Volume Source Args - FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
- Flocker
Pulumi.
Kubernetes. Core. V1. Inputs. Flocker Volume Source Args - Flocker represents a Flocker volume attached to a kubelet’s host machine. This depends on the Flocker control service being running
- Gce
Persistent Pulumi.Disk Kubernetes. Core. V1. Inputs. GCEPersistent Disk Volume Source Args - GCEPersistentDisk represents a GCE 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#gcepersistentdisk
- Git
Repo Pulumi.Kubernetes. Core. V1. Inputs. Git Repo Volume Source Args - GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod’s container.
- Glusterfs
Pulumi.
Kubernetes. Core. V1. Inputs. Glusterfs Volume Source Args - Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
- Host
Path Pulumi.Kubernetes. Core. V1. Inputs. Host Path Volume Source Args - HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- Iscsi
Pulumi.
Kubernetes. Core. V1. Inputs. ISCSIVolume Source Args - ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md
- Nfs
Pulumi.
Kubernetes. Core. V1. Inputs. NFSVolume Source Args - NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Persistent
Volume Pulumi.Claim Kubernetes. Core. V1. Inputs. Persistent Volume Claim Volume Source Args - PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- Photon
Persistent Pulumi.Disk Kubernetes. Core. V1. Inputs. Photon Persistent Disk Volume Source Args - PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
- Portworx
Volume Pulumi.Kubernetes. Core. V1. Inputs. Portworx Volume Source Args - PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
- Projected
Pulumi.
Kubernetes. Core. V1. Inputs. Projected Volume Source Args - Items for all in one resources secrets, configmaps, and downward API
- Quobyte
Pulumi.
Kubernetes. Core. V1. Inputs. Quobyte Volume Source Args - Quobyte represents a Quobyte mount on the host that shares a pod’s lifetime
- Rbd
Pulumi.
Kubernetes. Core. V1. Inputs. RBDVolume Source Args - 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
- Scale
IO Pulumi.Kubernetes. Core. V1. Inputs. Scale IOVolume Source Args - ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
- Secret
Pulumi.
Kubernetes. Core. V1. Inputs. Secret Volume Source Args - Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- Storageos
Pulumi.
Kubernetes. Core. V1. Inputs. Storage OSVolume Source Args - StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
- Vsphere
Volume Pulumi.Kubernetes. Core. V1. Inputs. Vsphere Virtual Disk Volume Source Args - VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
- Name string
- Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Aws
Elastic AWSElasticBlock Store Block Store Volume Source - 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
- Azure
Disk AzureDisk Volume Source - AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- Azure
File AzureFile Volume Source - AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- Cephfs
Ceph
FSVolume Source - CephFS represents a Ceph FS mount on the host that shares a pod’s lifetime
- Cinder
Cinder
Volume Source - Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Config
Map ConfigMap Volume Source - ConfigMap represents a configMap that should populate this volume
- Csi
CSIVolume
Source - CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature).
- Downward
API DownwardAPIVolume Source - DownwardAPI represents downward API about the pod that should populate this volume
- Empty
Dir EmptyDir Volume Source - EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- Fc
FCVolume
Source - FC represents a Fibre Channel resource that is attached to a kubelet’s host machine and then exposed to the pod.
- Flex
Volume FlexVolume Source - FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
- Flocker
Flocker
Volume Source - Flocker represents a Flocker volume attached to a kubelet’s host machine. This depends on the Flocker control service being running
- Gce
Persistent GCEPersistentDisk Disk Volume Source - GCEPersistentDisk represents a GCE 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#gcepersistentdisk
- Git
Repo GitRepo Volume Source - GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod’s container.
- Glusterfs
Glusterfs
Volume Source - Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
- Host
Path HostPath Volume Source - HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- Iscsi
ISCSIVolume
Source - ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md
- Nfs
NFSVolume
Source - NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Persistent
Volume PersistentClaim Volume Claim Volume Source - PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- Photon
Persistent PhotonDisk Persistent Disk Volume Source - PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
- Portworx
Volume PortworxVolume Source - PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
- Projected
Projected
Volume Source - Items for all in one resources secrets, configmaps, and downward API
- Quobyte
Quobyte
Volume Source - Quobyte represents a Quobyte mount on the host that shares a pod’s lifetime
- Rbd
RBDVolume
Source - 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
- Scale
IO ScaleIOVolume Source - ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
- Secret
Secret
Volume Source - Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- Storageos
Storage
OSVolume Source - StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
- Vsphere
Volume VsphereVirtual Disk Volume Source - VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
- name string
- Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- aws
Elastic core.v1.Block Store AWSElastic Block Store Volume Source - 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
- azure
Disk core.v1.Azure Disk Volume Source - AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- azure
File core.v1.Azure File Volume Source - AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- cephfs
core.v1.
Ceph FSVolume Source - CephFS represents a Ceph FS mount on the host that shares a pod’s lifetime
- cinder
core.v1.
Cinder Volume Source - Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- config
Map core.v1.Config Map Volume Source - ConfigMap represents a configMap that should populate this volume
- csi
core.v1.
CSIVolume Source - CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature).
- downward
API core.v1.Downward APIVolume Source - DownwardAPI represents downward API about the pod that should populate this volume
- empty
Dir core.v1.Empty Dir Volume Source - EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- fc
core.v1.
FCVolume Source - FC represents a Fibre Channel resource that is attached to a kubelet’s host machine and then exposed to the pod.
- flex
Volume core.v1.Flex Volume Source - FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
- flocker
core.v1.
Flocker Volume Source - Flocker represents a Flocker volume attached to a kubelet’s host machine. This depends on the Flocker control service being running
- gce
Persistent core.v1.Disk GCEPersistent Disk Volume Source - GCEPersistentDisk represents a GCE 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#gcepersistentdisk
- git
Repo core.v1.Git Repo Volume Source - GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod’s container.
- glusterfs
core.v1.
Glusterfs Volume Source - Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
- host
Path core.v1.Host Path Volume Source - HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- iscsi
core.v1.
ISCSIVolume Source - ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md
- nfs
core.v1.
NFSVolume Source - NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- persistent
Volume core.v1.Claim Persistent Volume Claim Volume Source - PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- photon
Persistent core.v1.Disk Photon Persistent Disk Volume Source - PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
- portworx
Volume core.v1.Portworx Volume Source - PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
- projected
core.v1.
Projected Volume Source - Items for all in one resources secrets, configmaps, and downward API
- quobyte
core.v1.
Quobyte Volume Source - Quobyte represents a Quobyte mount on the host that shares a pod’s lifetime
- rbd
core.v1.
RBDVolume Source - 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
- scale
IO core.v1.Scale IOVolume Source - ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
- secret
core.v1.
Secret Volume Source - Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- storageos
core.v1.
Storage OSVolume Source - StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
- vsphere
Volume core.v1.Vsphere Virtual Disk Volume Source - VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
- name str
- Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- aws_
elastic_ Dict[AWSElasticblock_ store Block Store Volume Source] - 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
- azure_
disk Dict[AzureDisk Volume Source] - AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- azure_
file Dict[AzureFile Volume Source] - AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- cephfs
Dict[Ceph
FSVolume Source] - CephFS represents a Ceph FS mount on the host that shares a pod’s lifetime
- cinder
Dict[Cinder
Volume Source] - Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- config_
map Dict[ConfigMap Volume Source] - ConfigMap represents a configMap that should populate this volume
- csi
Dict[CSIVolume
Source] - CSI (Container Storage Interface) represents storage that is handled by an external CSI driver (Alpha feature).
- downward_
api Dict[DownwardAPIVolume Source] - DownwardAPI represents downward API about the pod that should populate this volume
- empty_
dir Dict[EmptyDir Volume Source] - EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- fc
Dict[FCVolume
Source] - FC represents a Fibre Channel resource that is attached to a kubelet’s host machine and then exposed to the pod.
- flex_
volume Dict[FlexVolume Source] - FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
- flocker
Dict[Flocker
Volume Source] - Flocker represents a Flocker volume attached to a kubelet’s host machine. This depends on the Flocker control service being running
- gce_
persistent_ Dict[GCEPersistentdisk Disk Volume Source] - GCEPersistentDisk represents a GCE 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#gcepersistentdisk
- git_
repo Dict[GitRepo Volume Source] - GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod’s container.
- glusterfs
Dict[Glusterfs
Volume Source] - Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
- host_
path Dict[HostPath Volume Source] - HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- iscsi
Dict[ISCSIVolume
Source] - ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md
- nfs
Dict[NFSVolume
Source] - NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- persistent_
volume_ Dict[Persistentclaim Volume Claim Volume Source] - PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- photon_
persistent_ Dict[Photondisk Persistent Disk Volume Source] - PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
- portworx_
volume Dict[PortworxVolume Source] - PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
- projected
Dict[Projected
Volume Source] - Items for all in one resources secrets, configmaps, and downward API
- quobyte
Dict[Quobyte
Volume Source] - Quobyte represents a Quobyte mount on the host that shares a pod’s lifetime
- rbd
Dict[RBDVolume
Source] - 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
- scale_
io Dict[ScaleIOVolume Source] - ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
- secret
Dict[Secret
Volume Source] - Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- storageos
Dict[Storage
OSVolume Source] - StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
- vsphere_
volume Dict[VsphereVirtual Disk Volume Source] - VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
VolumeMount
- Mount
Path string - Path within the container at which the volume should be mounted. Must not contain ‘:‘.
- Name string
- This must match the Name of a Volume.
- Mount
Propagation string - 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.
- Read
Only bool - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
- Sub
Path string - Path within the volume from which the container’s volume should be mounted. Defaults to “” (volume’s root).
- Sub
Path stringExpr - 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.
- Mount
Path string - Path within the container at which the volume should be mounted. Must not contain ‘:‘.
- Name string
- This must match the Name of a Volume.
- Mount
Propagation string - 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.
- Read
Only bool - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
- Sub
Path string - Path within the volume from which the container’s volume should be mounted. Defaults to “” (volume’s root).
- Sub
Path stringExpr - 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.
- mount
Path string - Path within the container at which the volume should be mounted. Must not contain ‘:‘.
- name string
- This must match the Name of a Volume.
- mount
Propagation string - 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.
- read
Only boolean - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
- sub
Path string - Path within the volume from which the container’s volume should be mounted. Defaults to “” (volume’s root).
- sub
Path stringExpr - 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.
- mount_
path str - Path within the container at which the volume should be mounted. Must not contain ‘:‘.
- name str
- This must match the Name of a Volume.
- mount_
propagation str - 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.
- read_
only bool - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
- sub_
path str - Path within the volume from which the container’s volume should be mounted. Defaults to “” (volume’s root).
- sub_
path_ strexpr - 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.
VolumeProjection
- Config
Map Pulumi.Kubernetes. Core. V1. Inputs. Config Map Projection Args - information about the configMap data to project
- Downward
API Pulumi.Kubernetes. Core. V1. Inputs. Downward APIProjection Args - information about the downwardAPI data to project
- Secret
Pulumi.
Kubernetes. Core. V1. Inputs. Secret Projection Args - information about the secret data to project
- Service
Account Pulumi.Token Kubernetes. Core. V1. Inputs. Service Account Token Projection Args - information about the serviceAccountToken data to project
- Config
Map ConfigMap Projection - information about the configMap data to project
- Downward
API DownwardAPIProjection - information about the downwardAPI data to project
- Secret
Secret
Projection - information about the secret data to project
- Service
Account ServiceToken Account Token Projection - information about the serviceAccountToken data to project
- config
Map core.v1.Config Map Projection - information about the configMap data to project
- downward
API core.v1.Downward APIProjection - information about the downwardAPI data to project
- secret
core.v1.
Secret Projection - information about the secret data to project
- service
Account core.v1.Token Service Account Token Projection - information about the serviceAccountToken data to project
- config_
map Dict[ConfigMap Projection] - information about the configMap data to project
- downward_
api Dict[DownwardAPIProjection] - information about the downwardAPI data to project
- secret
Dict[Secret
Projection] - information about the secret data to project
- service_
account_ Dict[Servicetoken Account Token Projection] - information about the serviceAccountToken data to project
VsphereVirtualDiskVolumeSource
- Volume
Path string - Path that identifies vSphere volume vmdk
- Fs
Type string - 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.
- Storage
Policy stringID - Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
- Storage
Policy stringName - Storage Policy Based Management (SPBM) profile name.
- Volume
Path string - Path that identifies vSphere volume vmdk
- Fs
Type string - 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.
- Storage
Policy stringID - Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
- Storage
Policy stringName - Storage Policy Based Management (SPBM) profile name.
- volume
Path string - Path that identifies vSphere volume vmdk
- fs
Type string - 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.
- storage
Policy stringID - Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
- storage
Policy stringName - Storage Policy Based Management (SPBM) profile name.
- volume_
path str - Path that identifies vSphere volume vmdk
- fs_
type str - 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.
- storage_
policy_ strid - Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
- storage_
policy_ strname - Storage Policy Based Management (SPBM) profile name.
Package Details
- Repository
- https://github.com/pulumi/pulumi-kubernetes
- License
- Apache-2.0