Merge pull request #45460 from nilebox/nilebox-pod-preset-renaming

Automatic merge from submit-queue (batch tested with PRs 45623, 45241, 45460, 41162)

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

**What this PR does / why we need it**:
Replacing the leftovers of the old term "Pod Injection Policy" with "Pod Preset" in the code documentation.
This commit is contained in:
Kubernetes Submit Queue
2017-05-12 15:00:43 -07:00
committed by GitHub
12 changed files with 16 additions and 16 deletions

View File

@@ -49674,7 +49674,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",