|
480 | 480 | "description": "Selects a key from a ConfigMap.", |
481 | 481 | "properties": { |
482 | 482 | "key": { |
483 | | - "description": "The key to select.", |
| 483 | + "description": "The key to select from the ConfigMap's Data field. Keys in the BinaryData field are not currently propagated to container env vars.", |
484 | 484 | "type": "string" |
485 | 485 | }, |
486 | 486 | "name": { |
|
617 | 617 | "description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets", |
618 | 618 | "properties": { |
619 | 619 | "configMapRef": { |
620 | | - "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", |
| 620 | + "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables. Keys in the BinaryData field are not currently propagated to container env vars.", |
621 | 621 | "properties": { |
622 | 622 | "name": { |
623 | 623 | "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
|
1707 | 1707 | "description": "VolumeMount describes a mounting of a Volume within a container.", |
1708 | 1708 | "properties": { |
1709 | 1709 | "mountPath": { |
1710 | | - "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", |
| 1710 | + "description": "Path within the container at which the volume should be mounted.", |
1711 | 1711 | "type": "string" |
1712 | 1712 | }, |
1713 | 1713 | "mountPropagation": { |
|
2089 | 2089 | "description": "Selects a key from a ConfigMap.", |
2090 | 2090 | "properties": { |
2091 | 2091 | "key": { |
2092 | | - "description": "The key to select.", |
| 2092 | + "description": "The key to select from the ConfigMap's Data field. Keys in the BinaryData field are not currently propagated to container env vars.", |
2093 | 2093 | "type": "string" |
2094 | 2094 | }, |
2095 | 2095 | "name": { |
|
2226 | 2226 | "description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets", |
2227 | 2227 | "properties": { |
2228 | 2228 | "configMapRef": { |
2229 | | - "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", |
| 2229 | + "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables. Keys in the BinaryData field are not currently propagated to container env vars.", |
2230 | 2230 | "properties": { |
2231 | 2231 | "name": { |
2232 | 2232 | "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
|
3316 | 3316 | "description": "VolumeMount describes a mounting of a Volume within a container.", |
3317 | 3317 | "properties": { |
3318 | 3318 | "mountPath": { |
3319 | | - "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", |
| 3319 | + "description": "Path within the container at which the volume should be mounted.", |
3320 | 3320 | "type": "string" |
3321 | 3321 | }, |
3322 | 3322 | "mountPropagation": { |
|
3632 | 3632 | "title": "imagePullPolicy", |
3633 | 3633 | "type": "string" |
3634 | 3634 | }, |
| 3635 | + "resources": { |
| 3636 | + "additionalProperties": true, |
| 3637 | + "description": "Resource requests and limits for the routing proxy sidecar container. When not set, no resource constraints are applied (resources: {}). @schema type: object additionalProperties: true @schema", |
| 3638 | + "required": [], |
| 3639 | + "title": "resources", |
| 3640 | + "type": "object" |
| 3641 | + }, |
3635 | 3642 | "secure": { |
3636 | 3643 | "default": false, |
3637 | 3644 | "description": "Boolean: adds the `--secure-proxy` flag to the routingSidecar with your chosen value. Arg is ommitted by default for compatability with legacy sidecar images.", |
|
0 commit comments