mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
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:
@@ -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.",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user