Skip to content

Instantly share code, notes, and snippets.

@owais
Created June 8, 2021 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owais/537b9416ff7564f5f022aa35d50a3da8 to your computer and use it in GitHub Desktop.
Save owais/537b9416ff7564f5f022aa35d50a3da8 to your computer and use it in GitHub Desktop.
operator-sdk v2 vs v3 project
diff -r ./manifests/opentelemetry-operator.clusterserviceversion.yaml ../../../../opentelemetry-operator/bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml
21c21
< containerImage: quay.io/opentelemetry/opentelemetry-operator:0.21.0
---
> containerImage: quay.io/opentelemetry/opentelemetry-operator
24,25c24,25
< operators.operatorframework.io/builder: operator-sdk-v1.3.0
< operators.operatorframework.io/project_layout: go
---
> operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
> operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
28c28
< name: opentelemetry-operator.v0.21.0
---
> name: opentelemetry-operator.v0.27.0
128a129,140
> - apps
> resources:
> - statefulsets
> verbs:
> - create
> - delete
> - get
> - list
> - patch
> - update
> - watch
> - apiGroups:
197c209
< image: quay.io/opentelemetry/opentelemetry-operator:0.21.0
---
> image: controller
206c218
< memory: 30Mi
---
> memory: 128Mi
209c221
< memory: 20Mi
---
> memory: 64Mi
287c299
< version: 0.21.0
---
> version: 0.27.0
diff -r ./manifests/opentelemetry.io_opentelemetrycollectors.yaml ../../../../opentelemetry-operator/bundle/manifests/opentelemetry.io_opentelemetrycollectors.yaml
6c6
< controller-gen.kubebuilder.io/version: v0.4.0
---
> controller-gen.kubebuilder.io/version: v0.6.0-beta.0
17c17
< namespace: system
---
> namespace: opentelemetry-operator-system
49c49,50
< description: OpenTelemetryCollector is the Schema for the opentelemetrycollectors API.
---
> description: OpenTelemetryCollector is the Schema for the opentelemetrycollectors
> API.
52c53,55
< description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
---
> description: 'APIVersion defines the versioned schema of this representation
> of an object. Servers should convert recognized schemas to the latest
> internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
55c58,60
< description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
---
> description: 'Kind is a string value representing the REST resource this
> object represents. Servers may infer this from the endpoint the client
> submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
65c70,71
< description: Args is the set of arguments to pass to the OpenTelemetry Collector binary
---
> description: Args is the set of arguments to pass to the OpenTelemetry
> Collector binary
68c74,76
< description: Config is the raw JSON to be used as the collector's configuration. Refer to the OpenTelemetry Collector documentation for details.
---
> description: Config is the raw JSON to be used as the collector's
> configuration. Refer to the OpenTelemetry Collector documentation
> for details.
71c79,81
< description: ENV vars to set on the OpenTelemetry Collector's Pods. These can then in certain cases be consumed in the config file for the Collector.
---
> description: ENV vars to set on the OpenTelemetry Collector's Pods.
> These can then in certain cases be consumed in the config file for
> the Collector.
73c83,84
< description: EnvVar represents an environment variable present in a Container.
---
> description: EnvVar represents an environment variable present in
> a Container.
79c90,96
< description: '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 "".'
---
> description: '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 "".'
82c99,100
< description: Source for the environment variable's value. Cannot be used if value is not empty.
---
> description: Source for the environment variable's value. Cannot
> be used if value is not empty.
91c109,110
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
94c113,114
< description: Specify whether the ConfigMap or its key must be defined
---
> description: Specify whether the ConfigMap or its key
> must be defined
100c120,123
< description: 'Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels[''<KEY>'']`, `metadata.annotations[''<KEY>'']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.'
---
> description: 'Selects a field of the pod: supports metadata.name,
> metadata.namespace, `metadata.labels[''<KEY>'']`, `metadata.annotations[''<KEY>'']`,
> spec.nodeName, spec.serviceAccountName, status.hostIP,
> status.podIP, status.podIPs.'
103c126,127
< description: Version of the schema the FieldPath is written in terms of, defaults to "v1".
---
> description: Version of the schema the FieldPath is
> written in terms of, defaults to "v1".
106c130,131
< description: Path of the field to select in the specified API version.
---
> description: Path of the field to select in the specified
> API version.
112c137,140
< description: '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.'
---
> description: '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.'
115c143,144
< description: 'Container name: required for volumes, optional for env vars'
---
> description: 'Container name: required for volumes,
> optional for env vars'
121c150,151
< description: Specifies the output format of the exposed resources, defaults to "1"
---
> description: Specifies the output format of the exposed
> resources, defaults to "1"
134c164,165
< description: The key of the secret to select from. Must be a valid secret key.
---
> description: The key of the secret to select from. Must
> be a valid secret key.
137c168,169
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
140c172,173
< description: Specify whether the Secret or its key must be defined
---
> description: Specify whether the Secret or its key must
> be defined
151c184,185
< description: Image indicates the container image to use for the OpenTelemetry Collector.
---
> description: Image indicates the container image to use for the OpenTelemetry
> Collector.
154c188,189
< description: Mode represents how the collector should be deployed (deployment, daemonset or sidecar)
---
> description: Mode represents how the collector should be deployed
> (deployment, daemonset, statefulset or sidecar)
158a194
> - statefulset
161c197,201
< description: Ports allows a set of ports to be exposed by the underlying v1.Service. By default, the operator will attempt to infer the required ports by parsing the .Spec.Config property but this property can be used to open aditional ports that can't be inferred by the operator, like for custom receivers.
---
> description: Ports allows a set of ports to be exposed by the underlying
> v1.Service. By default, the operator will attempt to infer the required
> ports by parsing the .Spec.Config property but this property can
> be used to open aditional ports that can't be inferred by the operator,
> like for custom receivers.
166c206,212
< description: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.
---
> description: The application protocol for this port. This field
> follows standard Kubernetes label syntax. Un-prefixed names
> are reserved for IANA standard service names (as per RFC-6335
> and http://www.iana.org/assignments/service-names). Non-standard
> protocols should use prefixed names such as mycompany.com/my-custom-protocol.
> This is a beta field that is guarded by the ServiceAppProtocol
> feature gate and enabled by default.
169c215,219
< description: The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.
---
> description: The name of this port within the service. This
> must be a DNS_LABEL. All ports within a ServiceSpec must have
> unique names. When considering the endpoints for a Service,
> this must match the 'name' field in the EndpointPort. Optional
> if only one ServicePort is defined on this service.
172c222,230
< description: 'The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport'
---
> description: 'The port on each node on which this service is
> exposed when type is NodePort or LoadBalancer. Usually assigned
> by the system. If a value is specified, in-range, and not
> in use it will be used, otherwise the operation will fail. If
> not specified, a port will be allocated if this Service requires
> one. If this field is specified when creating a Service which
> does not need it, creation will fail. This field will be wiped
> when updating a Service to no longer need it (e.g. changing
> type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport'
180c238,240
< description: The IP protocol for this port. Supports "TCP", "UDP", and "SCTP". Default is TCP.
---
> default: TCP
> description: The IP protocol for this port. Supports "TCP",
> "UDP", and "SCTP". Default is TCP.
186c246,253
< description: 'Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod''s container ports. If this is not specified, the value of the ''port'' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the ''port'' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service'
---
> description: 'Number or name of the port to access on the pods
> targeted by the service. Number must be in the range 1 to
> 65535. Name must be an IANA_SVC_NAME. If this is a string,
> it will be looked up as a named port in the target Pod''s
> container ports. If this is not specified, the value of the
> ''port'' field is used (an identity map). This field is ignored
> for services with clusterIP=None, and should be omitted or
> set equal to the ''port'' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service'
194c261,262
< description: Replicas is the number of pod instances for the underlying OpenTelemetry Collector
---
> description: Replicas is the number of pod instances for the underlying
> OpenTelemetry Collector
196a265,290
> resources:
> description: Resources to set on the OpenTelemetry Collector pods.
> properties:
> limits:
> additionalProperties:
> anyOf:
> - type: integer
> - type: string
> pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
> x-kubernetes-int-or-string: true
> description: 'Limits describes the maximum amount of compute resources
> allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
> type: object
> requests:
> additionalProperties:
> anyOf:
> - type: integer
> - type: string
> pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
> x-kubernetes-int-or-string: true
> description: 'Requests describes the minimum amount of compute
> resources required. If Requests is omitted for a container,
> it defaults to Limits if that is explicitly specified, otherwise
> to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
> type: object
> type: object
198c292,293
< description: ServiceAccount indicates the name of an existing service account to use with this instance.
---
> description: ServiceAccount indicates the name of an existing service
> account to use with this instance.
199a295,566
> tolerations:
> description: Toleration to schedule OpenTelemetry Collector pods.
> This is only relevant to daemonsets, statefulsets and deployments
> items:
> description: The pod this Toleration is attached to tolerates any
> taint that matches the triple <key,value,effect> using the matching
> operator <operator>.
> properties:
> effect:
> description: Effect indicates the taint effect to match. Empty
> means match all taint effects. When specified, allowed values
> are NoSchedule, PreferNoSchedule and NoExecute.
> type: string
> key:
> description: Key is the taint key that the toleration applies
> to. Empty means match all taint keys. If the key is empty,
> operator must be Exists; this combination means to match all
> values and all keys.
> type: string
> operator:
> description: Operator represents a key's relationship to the
> value. Valid operators are Exists and Equal. Defaults to Equal.
> Exists is equivalent to wildcard for value, so that a pod
> can tolerate all taints of a particular category.
> type: string
> tolerationSeconds:
> description: TolerationSeconds represents the period of time
> the toleration (which must be of effect NoExecute, otherwise
> this field is ignored) tolerates the taint. By default, it
> is not set, which means tolerate the taint forever (do not
> evict). Zero and negative values will be treated as 0 (evict
> immediately) by the system.
> format: int64
> type: integer
> value:
> description: Value is the taint value the toleration matches
> to. If the operator is Exists, the value should be empty,
> otherwise just a regular string.
> type: string
> type: object
> type: array
> volumeClaimTemplates:
> description: VolumeClaimTemplates will provide stable storage using
> PersistentVolumes. Only available when the mode=statefulset.
> items:
> description: PersistentVolumeClaim is a user's request for and claim
> to a persistent volume
> properties:
> apiVersion:
> description: 'APIVersion defines the versioned schema of this
> representation of an object. Servers should convert recognized
> schemas to the latest internal value, and may reject unrecognized
> values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
> type: string
> kind:
> description: 'Kind is a string value representing the REST resource
> this object represents. Servers may infer this from the endpoint
> the client submits requests to. Cannot be updated. In CamelCase.
> More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
> type: string
> metadata:
> description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
> properties:
> annotations:
> additionalProperties:
> type: string
> type: object
> finalizers:
> items:
> type: string
> type: array
> labels:
> additionalProperties:
> type: string
> type: object
> name:
> type: string
> namespace:
> type: string
> type: object
> spec:
> description: 'Spec defines the desired characteristics of a
> volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims'
> properties:
> accessModes:
> description: 'AccessModes contains the desired access modes
> the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1'
> items:
> type: string
> type: array
> dataSource:
> description: 'This field can be used to specify either:
> * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
> * An existing PVC (PersistentVolumeClaim) * An existing
> custom resource that implements data population (Alpha)
> In order to use custom resource types that implement data
> population, the AnyVolumeDataSource feature gate must
> be enabled. If the provisioner or an external controller
> can support the specified data source, it will create
> a new volume based on the contents of the specified data
> source.'
> properties:
> apiGroup:
> description: APIGroup is the group for the resource
> being referenced. If APIGroup is not specified, the
> specified Kind must be in the core API group. For
> any other third-party types, APIGroup is required.
> type: string
> kind:
> description: Kind is the type of resource being referenced
> type: string
> name:
> description: Name is the name of resource being referenced
> type: string
> required:
> - kind
> - name
> type: object
> resources:
> description: 'Resources represents the minimum resources
> the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources'
> properties:
> limits:
> additionalProperties:
> anyOf:
> - type: integer
> - type: string
> pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
> x-kubernetes-int-or-string: true
> description: 'Limits describes the maximum amount of
> compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
> type: object
> requests:
> additionalProperties:
> anyOf:
> - type: integer
> - type: string
> pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
> x-kubernetes-int-or-string: true
> description: 'Requests describes the minimum amount
> of compute resources required. If Requests is omitted
> for a container, it defaults to Limits if that is
> explicitly specified, otherwise to an implementation-defined
> value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
> type: object
> type: object
> selector:
> description: A label query over volumes to consider for
> binding.
> properties:
> matchExpressions:
> description: matchExpressions is a list of label selector
> requirements. The requirements are ANDed.
> items:
> description: A label selector requirement is a selector
> that contains values, a key, and an operator that
> relates the key and values.
> properties:
> key:
> description: key is the label key that the selector
> applies to.
> type: string
> operator:
> description: operator represents a key's relationship
> to a set of values. Valid operators are In,
> NotIn, Exists and DoesNotExist.
> type: string
> values:
> description: 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.
> items:
> type: string
> type: array
> required:
> - key
> - operator
> type: object
> type: array
> matchLabels:
> additionalProperties:
> type: string
> description: 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.
> type: object
> type: object
> storageClassName:
> description: 'Name of the StorageClass required by the claim.
> More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1'
> type: string
> volumeMode:
> description: volumeMode defines what type of volume is required
> by the claim. Value of Filesystem is implied when not
> included in claim spec.
> type: string
> volumeName:
> description: VolumeName is the binding reference to the
> PersistentVolume backing this claim.
> type: string
> type: object
> status:
> description: 'Status represents the current information/status
> of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims'
> properties:
> accessModes:
> description: 'AccessModes contains the actual access modes
> the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1'
> items:
> type: string
> type: array
> capacity:
> additionalProperties:
> anyOf:
> - type: integer
> - type: string
> pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
> x-kubernetes-int-or-string: true
> description: Represents the actual resources of the underlying
> volume.
> type: object
> conditions:
> description: Current Condition of persistent volume claim.
> If underlying persistent volume is being resized then
> the Condition will be set to 'ResizeStarted'.
> items:
> description: PersistentVolumeClaimCondition contails details
> about state of pvc
> properties:
> lastProbeTime:
> description: Last time we probed the condition.
> format: date-time
> type: string
> lastTransitionTime:
> description: Last time the condition transitioned
> from one status to another.
> format: date-time
> type: string
> message:
> description: Human-readable message indicating details
> about last transition.
> type: string
> reason:
> description: Unique, this should be a short, machine
> understandable string that gives the reason for
> condition's last transition. If it reports "ResizeStarted"
> that means the underlying persistent volume is being
> resized.
> type: string
> status:
> type: string
> type:
> description: PersistentVolumeClaimConditionType is
> a valid value of PersistentVolumeClaimCondition.Type
> type: string
> required:
> - status
> - type
> type: object
> type: array
> phase:
> description: Phase represents the current phase of PersistentVolumeClaim.
> type: string
> type: object
> type: object
> type: array
> x-kubernetes-list-type: atomic
201c568,569
< description: VolumeMounts represents the mount points to use in the underlying collector deployment(s)
---
> description: VolumeMounts represents the mount points to use in the
> underlying collector deployment(s)
203c571,572
< description: VolumeMount describes a mounting of a Volume within a container.
---
> description: VolumeMount describes a mounting of a Volume within
> a container.
206c575,576
< description: Path within the container at which the volume should be mounted. Must not contain ':'.
---
> description: Path within the container at which the volume should
> be mounted. Must not contain ':'.
209c579,582
< description: 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.
---
> description: 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.
215c588,589
< description: Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
---
> description: Mounted read-only if true, read-write otherwise
> (false or unspecified). Defaults to false.
218c592,593
< description: Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
---
> description: Path within the volume from which the container's
> volume should be mounted. Defaults to "" (volume's root).
221c596,600
< description: 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.
---
> description: 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.
230c609,610
< description: Volumes represents which volumes to use in the underlying collector deployment(s).
---
> description: Volumes represents which volumes to use in the underlying
> collector deployment(s).
232c612,613
< description: Volume represents a named volume in a pod that may be accessed by any container in the pod.
---
> description: Volume represents a named volume in a pod that may
> be accessed by any container in the pod.
235c616,618
< description: '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'
---
> description: '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'
238c621,627
< description: '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 TODO: how do we prevent errors in the filesystem from compromising the machine'
---
> description: '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
> TODO: how do we prevent errors in the filesystem from
> compromising the machine'
241c630,634
< description: '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).'
---
> description: '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).'
245c638,640
< description: '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'
---
> description: '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'
248c643,644
< description: 'Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore'
---
> description: 'Unique ID of the persistent disk resource
> in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore'
254c650,651
< description: AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
---
> description: AzureDisk represents an Azure Data Disk mount on
> the host and bind mount to the pod.
266c663,665
< description: 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.
---
> description: 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.
269c668,671
< description: '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'
---
> description: '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'
272c674,675
< description: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
---
> description: Defaults to false (read/write). ReadOnly here
> will force the ReadOnly setting in VolumeMounts.
279c682,683
< description: AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
---
> description: AzureFile represents an Azure File Service mount
> on the host and bind mount to the pod.
282c686,687
< description: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
---
> description: Defaults to false (read/write). ReadOnly here
> will force the ReadOnly setting in VolumeMounts.
285c690,691
< description: the name of secret that contains Azure Storage Account Name and Key
---
> description: the name of secret that contains Azure Storage
> Account Name and Key
295c701,702
< description: CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
---
> description: CephFS represents a Ceph FS mount on the host that
> shares a pod's lifetime
298c705,706
< description: 'Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it'
---
> description: 'Required: Monitors is a collection of Ceph
> monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it'
303c711,712
< description: 'Optional: Used as the mounted root, rather than the full Ceph tree, default is /'
---
> description: 'Optional: Used as the mounted root, rather
> than the full Ceph tree, default is /'
306c715,717
< description: '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'
---
> description: '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'
309c720,722
< description: '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'
---
> description: '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'
312c725,726
< description: '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'
---
> description: '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'
315c729,730
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
319c734,735
< description: 'Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it'
---
> description: 'Optional: User is the rados user name, default
> is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it'
325c741,742
< description: 'Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md'
---
> description: 'Cinder represents a cinder volume attached and
> mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md'
328c745,748
< description: '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'
---
> description: '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'
331c751,753
< description: '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'
---
> description: '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'
334c756,757
< description: 'Optional: points to a secret object containing parameters used to connect to OpenStack.'
---
> description: 'Optional: points to a secret object containing
> parameters used to connect to OpenStack.'
337c760,761
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
341c765,766
< description: 'volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md'
---
> description: 'volume id used to identify the volume in cinder.
> More info: https://examples.k8s.io/mysql-cinder-pd/README.md'
347c772,773
< description: ConfigMap represents a configMap that should populate this volume
---
> description: ConfigMap represents a configMap that should populate
> this volume
350c776,784
< description: 'Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to set permissions
> on created files by default. Must be an octal value between
> 0000 and 0777 or a decimal value between 0 and 511. YAML
> accepts both octal and decimal values, JSON requires decimal
> values for mode bits. 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.'
354c788,796
< description: 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 '..'.
---
> description: 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 '..'.
362c804,812
< description: 'Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to set permissions
> on this file. Must be an octal value between 0000
> and 0777 or a decimal value between 0 and 511. YAML
> accepts both octal and decimal values, JSON requires
> decimal values for mode bits. 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.'
366c816,819
< description: 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 '..'.
---
> description: 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 '..'.
374c827,828
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
377c831,832
< description: Specify whether the ConfigMap or its keys must be defined
---
> description: Specify whether the ConfigMap or its keys must
> be defined
381c836,838
< description: CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
---
> description: CSI (Container Storage Interface) represents ephemeral
> storage that is handled by certain external CSI drivers (Beta
> feature).
384c841,843
< description: 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.
---
> description: 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.
387c846,849
< description: 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.
---
> description: 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.
390c852,858
< description: 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.
---
> description: 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.
393c861,862
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
397c866,867
< description: Specifies a read-only configuration for the volume. Defaults to false (read/write).
---
> description: Specifies a read-only configuration for the
> volume. Defaults to false (read/write).
402c872,874
< description: VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
---
> description: VolumeAttributes stores driver-specific properties
> that are passed to the CSI driver. Consult your driver's
> documentation for supported values.
408c880,881
< description: DownwardAPI represents downward API about the pod that should populate this volume
---
> description: DownwardAPI represents downward API about the pod
> that should populate this volume
411c884,893
< description: 'Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits to use on created files
> by default. Must be a Optional: mode bits used to set
> permissions on created files by default. Must be an octal
> value between 0000 and 0777 or a decimal value between
> 0 and 511. YAML accepts both octal and decimal values,
> JSON requires decimal values for mode bits. 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.'
417c899,900
< description: DownwardAPIVolumeFile represents information to create the file containing the pod field
---
> description: DownwardAPIVolumeFile represents information
> to create the file containing the pod field
420c903,905
< description: 'Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.'
---
> description: 'Required: Selects a field of the pod:
> only annotations, labels, name and namespace are
> supported.'
423c908,909
< description: Version of the schema the FieldPath is written in terms of, defaults to "v1".
---
> description: Version of the schema the FieldPath
> is written in terms of, defaults to "v1".
426c912,913
< description: Path of the field to select in the specified API version.
---
> description: Path of the field to select in the
> specified API version.
432c919,927
< description: 'Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to set permissions
> on this file, must be an octal value between 0000
> and 0777 or a decimal value between 0 and 511. YAML
> accepts both octal and decimal values, JSON requires
> decimal values for mode bits. 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.'
436c931,935
< description: '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 ''..'''
---
> description: '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 ''..'''
439c938,941
< description: 'Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.'
---
> description: 'Selects a resource of the container:
> only resources limits and requests (limits.cpu,
> limits.memory, requests.cpu and requests.memory)
> are currently supported.'
442c944,945
< description: 'Container name: required for volumes, optional for env vars'
---
> description: 'Container name: required for volumes,
> optional for env vars'
448c951,952
< description: Specifies the output format of the exposed resources, defaults to "1"
---
> description: Specifies the output format of the
> exposed resources, defaults to "1"
463c967,968
< description: 'EmptyDir represents a temporary directory that shares a pod''s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir'
---
> description: 'EmptyDir represents a temporary directory that
> shares a pod''s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir'
466c971,974
< description: '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'
---
> description: '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'
472c980,986
< description: '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'
---
> description: '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'
477c991,1010
< description: "Ephemeral represents a volume that is handled by a cluster storage driver (Alpha feature). The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. \n Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity tracking are needed, c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through a PersistentVolumeClaim (see EphemeralVolumeSource for more information on the connection between this volume type and PersistentVolumeClaim). \n Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. \n Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. \n A pod can use both types of ephemeral volumes and persistent volumes at the same time."
---
> description: "Ephemeral represents a volume that is handled
> by a cluster storage driver. The volume's lifecycle is tied
> to the pod that defines it - it will be created before the
> pod starts, and deleted when the pod is removed. \n Use this
> if: a) the volume is only needed while the pod runs, b) features
> of normal volumes like restoring from snapshot or capacity
> \ tracking are needed, c) the storage driver is specified
> through a storage class, and d) the storage driver supports
> dynamic volume provisioning through a PersistentVolumeClaim
> (see EphemeralVolumeSource for more information on the
> connection between this volume type and PersistentVolumeClaim).
> \n Use PersistentVolumeClaim or one of the vendor-specific
> APIs for volumes that persist for longer than the lifecycle
> of an individual pod. \n Use CSI for light-weight local ephemeral
> volumes if the CSI driver is meant to be used that way - see
> the documentation of the driver for more information. \n A
> pod can use both types of ephemeral volumes and persistent
> volumes at the same time. \n This is a beta feature and only
> available when the GenericEphemeralVolume feature gate is
> enabled."
479,481d1011
< readOnly:
< description: Specifies a read-only configuration for the volume. Defaults to false (read/write).
< type: boolean
483c1013,1031
< description: "Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). \n An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. \n This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. \n Required, must not be nil."
---
> description: "Will be used to create a stand-alone PVC to
> provision the volume. The pod in which this EphemeralVolumeSource
> is embedded will be the owner of the PVC, i.e. the PVC
> will be deleted together with the pod. The name of the
> PVC will be `<pod name>-<volume name>` where `<volume
> name>` is the name from the `PodSpec.Volumes` array entry.
> Pod validation will reject the pod if the concatenated
> name is not valid for a PVC (for example, too long). \n
> An existing PVC with that name that is not owned by the
> pod will *not* be used for the pod to avoid using an unrelated
> volume by mistake. Starting the pod is then blocked until
> the unrelated PVC is removed. If such a pre-created PVC
> is meant to be used by the pod, the PVC has to updated
> with an owner reference to the pod once the pod exists.
> Normally this should not be necessary, but it may be useful
> when manually reconstructing a broken cluster. \n This
> field is read-only and no changes will be made by Kubernetes
> to the PVC after it has been created. \n Required, must
> not be nil."
486c1034,1053
< description: May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation.
---
> description: May contain labels and annotations that
> will be copied into the PVC when creating it. No other
> fields are allowed and will be rejected during validation.
> properties:
> annotations:
> additionalProperties:
> type: string
> type: object
> finalizers:
> items:
> type: string
> type: array
> labels:
> additionalProperties:
> type: string
> type: object
> name:
> type: string
> namespace:
> type: string
489c1056,1059
< description: The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
---
> description: The specification for the PersistentVolumeClaim.
> The entire content is copied unchanged into the PVC
> that gets created from this template. The same fields
> as in a PersistentVolumeClaim are also valid here.
492c1062,1063
< description: 'AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1'
---
> description: 'AccessModes contains the desired access
> modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1'
497c1068,1077
< description: 'This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.'
---
> description: 'This field can be used to specify
> either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
> * An existing PVC (PersistentVolumeClaim) * An
> existing custom resource that implements data
> population (Alpha) In order to use custom resource
> types that implement data population, the AnyVolumeDataSource
> feature gate must be enabled. If the provisioner
> or an external controller can support the specified
> data source, it will create a new volume based
> on the contents of the specified data source.'
500c1080,1084
< description: APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
---
> description: APIGroup is the group for the resource
> being referenced. If APIGroup is not specified,
> the specified Kind must be in the core API
> group. For any other third-party types, APIGroup
> is required.
503c1087,1088
< description: Kind is the type of resource being referenced
---
> description: Kind is the type of resource being
> referenced
506c1091,1092
< description: Name is the name of resource being referenced
---
> description: Name is the name of resource being
> referenced
513c1099,1100
< description: 'Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources'
---
> description: 'Resources represents the minimum resources
> the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources'
522c1109,1110
< description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
---
> description: 'Limits describes the maximum amount
> of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
531c1119,1124
< description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
---
> description: 'Requests describes the minimum
> amount of compute resources required. If Requests
> is omitted for a container, it defaults to
> Limits if that is explicitly specified, otherwise
> to an implementation-defined value. More info:
> https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
535c1128,1129
< description: A label query over volumes to consider for binding.
---
> description: A label query over volumes to consider
> for binding.
538c1132,1134
< description: matchExpressions is a list of label selector requirements. The requirements are ANDed.
---
> description: matchExpressions is a list of label
> selector requirements. The requirements are
> ANDed.
540c1136,1139
< description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
---
> description: A label selector requirement
> is a selector that contains values, a key,
> and an operator that relates the key and
> values.
543c1142,1143
< description: key is the label key that the selector applies to.
---
> description: key is the label key that
> the selector applies to.
546c1146,1149
< description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
---
> description: operator represents a key's
> relationship to a set of values. Valid
> operators are In, NotIn, Exists and
> DoesNotExist.
549c1152,1158
< description: 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.
---
> description: 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.
561c1170,1175
< description: 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.
---
> description: 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.
565c1179,1180
< description: 'Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1'
---
> description: 'Name of the StorageClass required
> by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1'
568c1183,1185
< description: volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
---
> description: volumeMode defines what type of volume
> is required by the claim. Value of Filesystem
> is implied when not included in claim spec.
571c1188,1189
< description: VolumeName is the binding reference to the PersistentVolume backing this claim.
---
> description: VolumeName is the binding reference
> to the PersistentVolume backing this claim.
579c1197,1199
< description: FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
---
> description: FC represents a Fibre Channel resource that is
> attached to a kubelet's host machine and then exposed to the
> pod.
582c1202,1206
< description: '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. TODO: how do we prevent errors in the filesystem from compromising the machine'
---
> description: '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.
> TODO: how do we prevent errors in the filesystem from
> compromising the machine'
589c1213,1214
< description: 'Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.'
---
> description: 'Optional: Defaults to false (read/write).
> ReadOnly here will force the ReadOnly setting in VolumeMounts.'
597c1222,1224
< description: 'Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.'
---
> description: 'Optional: FC volume world wide identifiers
> (wwids) Either wwids or combination of targetWWNs and
> lun must be set, but not both simultaneously.'
603c1230,1231
< description: FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
---
> description: FlexVolume represents a generic volume resource
> that is provisioned/attached using an exec based plugin.
606c1234,1235
< description: Driver is the name of the driver to use for this volume.
---
> description: Driver is the name of the driver to use for
> this volume.
609c1238,1241
< description: 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.
---
> description: 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.
617c1249,1250
< description: 'Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.'
---
> description: 'Optional: Defaults to false (read/write).
> ReadOnly here will force the ReadOnly setting in VolumeMounts.'
620c1253,1257
< description: '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.'
---
> description: '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.'
623c1260,1261
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
630c1268,1270
< description: Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
---
> description: Flocker represents a Flocker volume attached to
> a kubelet's host machine. This depends on the Flocker control
> service being running
633c1273,1274
< description: Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
---
> description: Name of the dataset stored as metadata -> name
> on the dataset for Flocker should be considered as deprecated
636c1277,1278
< description: UUID of the dataset. This is unique identifier of a Flocker dataset
---
> description: UUID of the dataset. This is unique identifier
> of a Flocker dataset
640c1282,1284
< description: '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'
---
> description: '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'
643c1287,1293
< description: '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 TODO: how do we prevent errors in the filesystem from compromising the machine'
---
> description: '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
> TODO: how do we prevent errors in the filesystem from
> compromising the machine'
646c1296,1301
< description: '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'
---
> description: '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'
650c1305,1306
< description: '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'
---
> description: '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'
653c1309,1310
< description: 'ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk'
---
> description: 'ReadOnly here will force the ReadOnly setting
> in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk'
659c1316,1320
< description: '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.'
---
> description: '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.'
662c1323,1327
< description: 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.
---
> description: 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.
674c1339,1340
< description: 'Glusterfs represents a Glusterfs mount on the host that shares a pod''s lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md'
---
> description: 'Glusterfs represents a Glusterfs mount on the
> host that shares a pod''s lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md'
677c1343,1344
< description: 'EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod'
---
> description: 'EndpointsName is the endpoint name that details
> Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod'
680c1347,1348
< description: 'Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod'
---
> description: 'Path is the Glusterfs volume path. More info:
> https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod'
683c1351,1353
< description: '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'
---
> description: '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'
690c1360,1366
< description: '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 --- TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not mount host directories as read/write.'
---
> description: '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
> --- TODO(jonesdl) We need to restrict who can use host directory
> mounts and who can/can not mount host directories as read/write.'
693c1369,1371
< description: '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'
---
> description: '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'
696c1374,1375
< description: 'Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath'
---
> description: 'Type for HostPath Volume Defaults to "" More
> info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath'
702c1381,1383
< description: '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'
---
> description: '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'
711c1392,1398
< description: '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 TODO: how do we prevent errors in the filesystem from compromising the machine'
---
> description: '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
> TODO: how do we prevent errors in the filesystem from
> compromising the machine'
714c1401,1404
< description: Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
---
> description: Custom iSCSI Initiator Name. If initiatorName
> is specified with iscsiInterface simultaneously, new iSCSI
> interface <target portal>:<volume name> will be created
> for the connection.
720c1410,1411
< description: iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).
---
> description: iSCSI Interface Name that uses an iSCSI transport.
> Defaults to 'default' (tcp).
727c1418,1420
< description: 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).
---
> description: 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).
732c1425,1426
< description: ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.
---
> description: ReadOnly here will force the ReadOnly setting
> in VolumeMounts. Defaults to false.
735c1429,1430
< description: CHAP Secret for iSCSI target and initiator authentication
---
> description: CHAP Secret for iSCSI target and initiator
> authentication
738c1433,1434
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
742c1438,1440
< description: 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).
---
> description: 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).
750c1448,1449
< description: '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'
---
> description: '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'
753c1452,1453
< description: 'NFS represents an NFS mount on the host that shares a pod''s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs'
---
> description: 'NFS represents an NFS mount on the host that shares
> a pod''s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs'
756c1456,1457
< description: 'Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs'
---
> description: 'Path that is exported by the NFS server. More
> info: https://kubernetes.io/docs/concepts/storage/volumes#nfs'
759c1460,1462
< description: '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'
---
> description: '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'
762c1465,1466
< description: 'Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs'
---
> description: 'Server is the hostname or IP address of the
> NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs'
769c1473,1475
< description: 'PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims'
---
> description: 'PersistentVolumeClaimVolumeSource represents a
> reference to a PersistentVolumeClaim in the same namespace.
> More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims'
772c1478,1480
< description: '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'
---
> description: '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'
775c1483,1484
< description: Will force the ReadOnly setting in VolumeMounts. Default false.
---
> description: Will force the ReadOnly setting in VolumeMounts.
> Default false.
781c1490,1491
< description: PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
---
> description: PhotonPersistentDisk represents a PhotonController
> persistent disk attached and mounted on kubelets host machine
784c1494,1496
< description: 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.
---
> description: 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.
787c1499,1500
< description: ID that identifies Photon Controller persistent disk
---
> description: ID that identifies Photon Controller persistent
> disk
793c1506,1507
< description: PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
---
> description: PortworxVolume represents a portworx volume attached
> and mounted on kubelets host machine
796c1510,1513
< description: 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.
---
> description: 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.
799c1516,1517
< description: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
---
> description: Defaults to false (read/write). ReadOnly here
> will force the ReadOnly setting in VolumeMounts.
808c1526,1527
< description: Items for all in one resources secrets, configmaps, and downward API
---
> description: Items for all in one resources secrets, configmaps,
> and downward API
811c1530,1537
< description: Mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.
---
> description: Mode bits used to set permissions on created
> files by default. Must be an octal value between 0000
> and 0777 or a decimal value between 0 and 511. YAML accepts
> both octal and decimal values, JSON requires decimal values
> for mode bits. 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.
817c1543,1544
< description: Projection that may be projected along with other supported volume types
---
> description: Projection that may be projected along with
> other supported volume types
820c1547,1548
< description: information about the configMap data to project
---
> description: information about the configMap data
> to project
823c1551,1561
< description: 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 '..'.
---
> description: 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 '..'.
825c1563,1564
< description: Maps a string key to a path within a volume.
---
> description: Maps a string key to a path within
> a volume.
831c1570,1580
< description: 'Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to
> set permissions on this file. Must be
> an octal value between 0000 and 0777 or
> a decimal value between 0 and 511. YAML
> accepts both octal and decimal values,
> JSON requires decimal values for mode
> bits. 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.'
835c1584,1587
< description: 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 '..'.
---
> description: 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 '..'.
843c1595,1598
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info:
> https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind,
> uid?'
846c1601,1602
< description: Specify whether the ConfigMap or its keys must be defined
---
> description: Specify whether the ConfigMap or
> its keys must be defined
850c1606,1607
< description: information about the downwardAPI data to project
---
> description: information about the downwardAPI data
> to project
853c1610,1611
< description: Items is a list of DownwardAPIVolume file
---
> description: Items is a list of DownwardAPIVolume
> file
855c1613,1615
< description: DownwardAPIVolumeFile represents information to create the file containing the pod field
---
> description: DownwardAPIVolumeFile represents
> information to create the file containing
> the pod field
858c1618,1620
< description: 'Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.'
---
> description: 'Required: Selects a field
> of the pod: only annotations, labels,
> name and namespace are supported.'
861c1623,1625
< description: Version of the schema the FieldPath is written in terms of, defaults to "v1".
---
> description: Version of the schema the
> FieldPath is written in terms of,
> defaults to "v1".
864c1628,1629
< description: Path of the field to select in the specified API version.
---
> description: Path of the field to select
> in the specified API version.
870c1635,1645
< description: 'Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to
> set permissions on this file, must be
> an octal value between 0000 and 0777 or
> a decimal value between 0 and 511. YAML
> accepts both octal and decimal values,
> JSON requires decimal values for mode
> bits. 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.'
874c1649,1654
< description: '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 ''..'''
---
> description: '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 ''..'''
877c1657,1660
< description: 'Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.'
---
> description: 'Selects a resource of the
> container: only resources limits and requests
> (limits.cpu, limits.memory, requests.cpu
> and requests.memory) are currently supported.'
880c1663,1664
< description: 'Container name: required for volumes, optional for env vars'
---
> description: 'Container name: required
> for volumes, optional for env vars'
886c1670,1672
< description: Specifies the output format of the exposed resources, defaults to "1"
---
> description: Specifies the output format
> of the exposed resources, defaults
> to "1"
890c1676,1677
< description: 'Required: resource to select'
---
> description: 'Required: resource to
> select'
901c1688,1689
< description: information about the secret data to project
---
> description: information about the secret data to
> project
904c1692,1702
< description: 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 '..'.
---
> description: 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 '..'.
906c1704,1705
< description: Maps a string key to a path within a volume.
---
> description: Maps a string key to a path within
> a volume.
912c1711,1721
< description: 'Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to
> set permissions on this file. Must be
> an octal value between 0000 and 0777 or
> a decimal value between 0 and 511. YAML
> accepts both octal and decimal values,
> JSON requires decimal values for mode
> bits. 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.'
916c1725,1728
< description: 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 '..'.
---
> description: 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 '..'.
924c1736,1739
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info:
> https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind,
> uid?'
927c1742,1743
< description: Specify whether the Secret or its key must be defined
---
> description: Specify whether the Secret or its
> key must be defined
931c1747,1748
< description: information about the serviceAccountToken data to project
---
> description: information about the serviceAccountToken
> data to project
934c1751,1756
< description: 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.
---
> description: 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.
937c1759,1767
< description: 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.
---
> description: 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.
941c1771,1773
< description: Path is the path relative to the mount point of the file to project the token into.
---
> description: Path is the path relative to the
> mount point of the file to project the token
> into.
950c1782,1783
< description: Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
---
> description: Quobyte represents a Quobyte mount on the host
> that shares a pod's lifetime
953c1786,1787
< description: Group to map volume access to Default is no group
---
> description: Group to map volume access to Default is no
> group
956c1790,1792
< description: ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
---
> description: ReadOnly here will force the Quobyte volume
> to be mounted with read-only permissions. Defaults to
> false.
959c1795,1798
< description: 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
---
> description: 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
962c1801,1803
< description: Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
---
> description: Tenant owning the given Quobyte volume in the
> Backend Used with dynamically provisioned Quobyte volumes,
> value is set by the plugin
965c1806,1807
< description: User to map volume access to Defaults to serivceaccount user
---
> description: User to map volume access to Defaults to serivceaccount
> user
968c1810,1811
< description: Volume is a string that references an already created Quobyte volume by name.
---
> description: Volume is a string that references an already
> created Quobyte volume by name.
975c1818,1819
< description: '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'
---
> description: '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'
978c1822,1828
< description: '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 TODO: how do we prevent errors in the filesystem from compromising the machine'
---
> description: '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
> TODO: how do we prevent errors in the filesystem from
> compromising the machine'
984c1834,1835
< description: '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'
---
> description: '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'
987c1838,1839
< description: 'A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it'
---
> description: 'A collection of Ceph monitors. More info:
> https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it'
992c1844,1845
< description: 'The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it'
---
> description: 'The rados pool name. Default is rbd. More
> info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it'
995c1848,1849
< description: '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'
---
> description: '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'
998c1852,1854
< description: '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'
---
> description: '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'
1001c1857,1858
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
1005c1862,1863
< description: 'The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it'
---
> description: 'The rados user name. Default is admin. More
> info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it'
1012c1870,1871
< description: ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
---
> description: ScaleIO represents a ScaleIO persistent volume
> attached and mounted on Kubernetes nodes.
1015c1874,1876
< description: Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs".
---
> description: Filesystem type to mount. Must be a filesystem
> type supported by the host operating system. Ex. "ext4",
> "xfs", "ntfs". Default is "xfs".
1021c1882,1883
< description: The name of the ScaleIO Protection Domain for the configured storage.
---
> description: The name of the ScaleIO Protection Domain for
> the configured storage.
1024c1886,1887
< description: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
---
> description: Defaults to false (read/write). ReadOnly here
> will force the ReadOnly setting in VolumeMounts.
1027c1890,1892
< description: SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
---
> description: SecretRef references to the secret for ScaleIO
> user and other sensitive information. If this is not provided,
> Login operation will fail.
1030c1895,1896
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
1034c1900,1901
< description: Flag to enable/disable SSL communication with Gateway, default false
---
> description: Flag to enable/disable SSL communication with
> Gateway, default false
1037c1904,1906
< description: Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.
---
> description: Indicates whether the storage for a volume
> should be ThickProvisioned or ThinProvisioned. Default
> is ThinProvisioned.
1040c1909,1910
< description: The ScaleIO Storage Pool associated with the protection domain.
---
> description: The ScaleIO Storage Pool associated with the
> protection domain.
1043c1913,1914
< description: The name of the storage system as configured in ScaleIO.
---
> description: The name of the storage system as configured
> in ScaleIO.
1046c1917,1918
< description: The name of a volume already created in the ScaleIO system that is associated with this volume source.
---
> description: The name of a volume already created in the
> ScaleIO system that is associated with this volume source.
1054c1926,1927
< description: 'Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret'
---
> description: 'Secret represents a secret that should populate
> this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret'
1057c1930,1938
< description: 'Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to set permissions
> on created files by default. Must be an octal value between
> 0000 and 0777 or a decimal value between 0 and 511. YAML
> accepts both octal and decimal values, JSON requires decimal
> values for mode bits. 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.'
1061c1942,1950
< description: 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 '..'.
---
> description: 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 '..'.
1069c1958,1966
< description: 'Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.'
---
> description: 'Optional: mode bits used to set permissions
> on this file. Must be an octal value between 0000
> and 0777 or a decimal value between 0 and 511. YAML
> accepts both octal and decimal values, JSON requires
> decimal values for mode bits. 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.'
1073c1970,1973
< description: 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 '..'.
---
> description: 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 '..'.
1081c1981,1982
< description: Specify whether the Secret or its keys must be defined
---
> description: Specify whether the Secret or its keys must
> be defined
1084c1985,1986
< description: 'Name of the secret in the pod''s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret'
---
> description: 'Name of the secret in the pod''s namespace
> to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret'
1088c1990,1991
< description: StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
---
> description: StorageOS represents a StorageOS volume attached
> and mounted on Kubernetes nodes.
1091c1994,1996
< description: 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.
---
> description: 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.
1094c1999,2000
< description: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
---
> description: Defaults to false (read/write). ReadOnly here
> will force the ReadOnly setting in VolumeMounts.
1097c2003,2005
< description: SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.
---
> description: SecretRef specifies the secret to use for obtaining
> the StorageOS API credentials. If not specified, default
> values will be attempted.
1100c2008,2009
< description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
---
> description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
> TODO: Add other useful fields. apiVersion, kind, uid?'
1104c2013,2015
< description: VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
---
> description: VolumeName is the human-readable name of the
> StorageOS volume. Volume names are only unique within
> a namespace.
1107c2018,2025
< description: 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.
---
> description: 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.
1111c2029,2030
< description: VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
---
> description: VsphereVolume represents a vSphere volume attached
> and mounted on kubelets host machine
1114c2033,2035
< description: 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.
---
> description: 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.
1117c2038,2039
< description: Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
---
> description: Storage Policy Based Management (SPBM) profile
> ID associated with the StoragePolicyName.
1120c2042,2043
< description: Storage Policy Based Management (SPBM) profile name.
---
> description: Storage Policy Based Management (SPBM) profile
> name.
1135c2058,2059
< description: OpenTelemetryCollectorStatus defines the observed state of OpenTelemetryCollector.
---
> description: OpenTelemetryCollectorStatus defines the observed state of
> OpenTelemetryCollector.
1138c2062,2063
< description: Messages about actions performed by the operator on this resource.
---
> description: Messages about actions performed by the operator on this
> resource.
1144c2069,2070
< description: Replicas is currently not being set and might be removed in the next version.
---
> description: Replicas is currently not being set and might be removed
> in the next version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment