|
1011 | 1011 | "description": "EnvVar represents an environment variable present in a Container.", |
1012 | 1012 | "properties": { |
1013 | 1013 | "name": { |
1014 | | - "description": "Name of the environment variable. Must be a C_IDENTIFIER.", |
| 1014 | + "description": "Name of the environment variable. May consist of any printable ASCII characters except '='.", |
1015 | 1015 | "type": "string" |
1016 | 1016 | }, |
1017 | 1017 | "value": { |
|
1129 | 1129 | "x-kubernetes-patch-strategy": "merge" |
1130 | 1130 | }, |
1131 | 1131 | "envFrom": { |
1132 | | - "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", |
| 1132 | + "description": "List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", |
1133 | 1133 | "items": { |
1134 | 1134 | "description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets", |
1135 | 1135 | "properties": { |
|
1148 | 1148 | "type": "object" |
1149 | 1149 | }, |
1150 | 1150 | "prefix": { |
1151 | | - "description": "Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.", |
| 1151 | + "description": "Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.", |
1152 | 1152 | "type": "string" |
1153 | 1153 | }, |
1154 | 1154 | "secretRef": { |
|
2253 | 2253 | "description": "EnvVar represents an environment variable present in a Container.", |
2254 | 2254 | "properties": { |
2255 | 2255 | "name": { |
2256 | | - "description": "Name of the environment variable. Must be a C_IDENTIFIER.", |
| 2256 | + "description": "Name of the environment variable. May consist of any printable ASCII characters except '='.", |
2257 | 2257 | "type": "string" |
2258 | 2258 | }, |
2259 | 2259 | "value": { |
|
4132 | 4132 | "description": "EnvVar represents an environment variable present in a Container.", |
4133 | 4133 | "properties": { |
4134 | 4134 | "name": { |
4135 | | - "description": "Name of the environment variable. Must be a C_IDENTIFIER.", |
| 4135 | + "description": "Name of the environment variable. May consist of any printable ASCII characters except '='.", |
4136 | 4136 | "type": "string" |
4137 | 4137 | }, |
4138 | 4138 | "value": { |
|
4250 | 4250 | "x-kubernetes-patch-strategy": "merge" |
4251 | 4251 | }, |
4252 | 4252 | "envFrom": { |
4253 | | - "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", |
| 4253 | + "description": "List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", |
4254 | 4254 | "items": { |
4255 | 4255 | "description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets", |
4256 | 4256 | "properties": { |
|
4269 | 4269 | "type": "object" |
4270 | 4270 | }, |
4271 | 4271 | "prefix": { |
4272 | | - "description": "Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.", |
| 4272 | + "description": "Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.", |
4273 | 4273 | "type": "string" |
4274 | 4274 | }, |
4275 | 4275 | "secretRef": { |
|
0 commit comments