Replacing “Pod Injection Policy” with “Pod Preset” in the code documentation

This commit is contained in:
Nail Islamov
2017-05-08 09:13:22 +10:00
parent a4a94d29c1
commit 66f45195af
12 changed files with 16 additions and 16 deletions

View File

@@ -45948,7 +45948,7 @@
]
},
"io.k8s.kubernetes.pkg.apis.settings.v1alpha1.PodPresetSpec": {
"description": "PodPresetSpec is a description of a pod injection policy.",
"description": "PodPresetSpec is a description of a pod preset.",
"properties": {
"env": {
"description": "Env defines the collection of EnvVar to inject into containers.",

View File

@@ -1020,7 +1020,7 @@
},
"v1alpha1.PodPresetSpec": {
"id": "v1alpha1.PodPresetSpec",
"description": "PodPresetSpec is a description of a pod injection policy.",
"description": "PodPresetSpec is a description of a pod preset.",
"properties": {
"selector": {
"$ref": "v1.LabelSelector",