@@ -1008,7 +1008,7 @@ type DownwardAPIVolumeSource struct {
typeDownwardAPIVolumeFilestruct{
// 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 '..'
Pathstring
// Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
// Required: Selects a field of the pod: only annotations, labels, name, namespace and uid are supported.
// +optional
FieldRef*ObjectFieldSelector
// Selects a resource of the container: only resources limits and requests
...
...
@@ -1373,7 +1373,7 @@ type EnvVar struct {
// Only one of its fields may be set.
typeEnvVarSourcestruct{
// Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,