mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Fix(doc): correct invalid links in documentation (#11681)
* Fix doc: s|kustomize/patchesjson6902|kustomize/kustomization/patchesjson6902| Signed-off-by: Yann ILAS <yann.ilas@gmail.com> * Fix doc: s|kustomize/patchesstrategicmerge|kustomize/kustomization/patchesstrategicmerge| Signed-off-by: Yann ILAS <yann.ilas@gmail.com> --------- Signed-off-by: Yann ILAS <yann.ilas@gmail.com>
This commit is contained in:
parent
f36d5410ea
commit
d215ce5344
11 changed files with 144 additions and 144 deletions
|
@ -389,12 +389,12 @@ type Mutation struct {
|
|||
|
||||
// PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
// See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
// and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
// and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
// +optional
|
||||
RawPatchStrategicMerge *apiextv1.JSON `json:"patchStrategicMerge,omitempty"`
|
||||
|
||||
// PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
// See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
// See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
// +optional
|
||||
PatchesJSON6902 string `json:"patchesJson6902,omitempty"`
|
||||
|
||||
|
@ -435,14 +435,14 @@ type ForEachMutation struct {
|
|||
|
||||
// PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
// See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
// and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
// and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
// +optional
|
||||
// +kubebuilder:validation:Schemaless
|
||||
// +kubebuilder:pruning:PreserveUnknownFields
|
||||
RawPatchStrategicMerge *kyverno.Any `json:"patchStrategicMerge,omitempty"`
|
||||
|
||||
// PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
// See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
// See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
// +optional
|
||||
PatchesJSON6902 string `json:"patchesJson6902,omitempty"`
|
||||
|
||||
|
|
|
@ -2546,12 +2546,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -2669,12 +2669,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -7647,12 +7647,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -7773,12 +7773,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -12406,12 +12406,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -12529,12 +12529,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -17641,12 +17641,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17767,12 +17767,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -2547,12 +2547,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -2670,12 +2670,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -7649,12 +7649,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -7775,12 +7775,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -12409,12 +12409,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -12532,12 +12532,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -17644,12 +17644,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17770,12 +17770,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -2540,12 +2540,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -2663,12 +2663,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -7641,12 +7641,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -7767,12 +7767,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -12400,12 +12400,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -12523,12 +12523,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -17635,12 +17635,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17761,12 +17761,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -2541,12 +2541,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -2664,12 +2664,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -7643,12 +7643,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -7769,12 +7769,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -12403,12 +12403,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -12526,12 +12526,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -17638,12 +17638,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17764,12 +17764,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -2540,12 +2540,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -2663,12 +2663,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -7641,12 +7641,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -7767,12 +7767,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -12400,12 +12400,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -12523,12 +12523,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -17635,12 +17635,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17761,12 +17761,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -2541,12 +2541,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -2664,12 +2664,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -7643,12 +7643,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -7769,12 +7769,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -12403,12 +12403,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -12526,12 +12526,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -17638,12 +17638,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17764,12 +17764,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -7965,12 +7965,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -8088,12 +8088,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -13066,12 +13066,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -13192,12 +13192,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -17825,12 +17825,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -17948,12 +17948,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -23060,12 +23060,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -23186,12 +23186,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -28524,12 +28524,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -28647,12 +28647,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -33626,12 +33626,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -33752,12 +33752,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
@ -38386,12 +38386,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -38509,12 +38509,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to be
|
||||
|
@ -43621,12 +43621,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
preconditions:
|
||||
description: |-
|
||||
|
@ -43747,12 +43747,12 @@ spec:
|
|||
description: |-
|
||||
PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
patchesJson6902:
|
||||
description: |-
|
||||
PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.
|
||||
type: string
|
||||
targets:
|
||||
description: Targets defines the target resources to
|
||||
|
|
|
@ -1364,7 +1364,7 @@ Kubernetes apiextensions/v1.JSON
|
|||
<em>(Optional)</em>
|
||||
<p>PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See <a href="https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/">https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/</a>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/</a>.</p>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -1377,7 +1377,7 @@ string
|
|||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/</a>.</p>
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -2460,7 +2460,7 @@ Kubernetes apiextensions/v1.JSON
|
|||
<em>(Optional)</em>
|
||||
<p>PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See <a href="https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/">https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/</a>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/</a>.</p>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -2473,7 +2473,7 @@ string
|
|||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/</a>.</p>
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1870,7 +1870,7 @@ github.com/kyverno/kyverno/api/kyverno.Any
|
|||
<em>(Optional)</em>
|
||||
<p>PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See <a href="https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/">https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/</a>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/</a>.</p>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -1883,7 +1883,7 @@ string
|
|||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/</a>.</p>
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3231,7 +3231,7 @@ Kubernetes apiextensions/v1.JSON
|
|||
<em>(Optional)</em>
|
||||
<p>PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See <a href="https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/">https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/</a>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/</a>.</p>
|
||||
and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3244,7 +3244,7 @@ string
|
|||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/</a>.</p>
|
||||
See <a href="https://tools.ietf.org/html/rfc6902">https://tools.ietf.org/html/rfc6902</a> and <a href="https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/">https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -3849,7 +3849,7 @@ See: https://kyverno.io/docs/writing-policies/preconditions/</p>
|
|||
|
||||
<p>PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.</p>
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.</p>
|
||||
|
||||
|
||||
|
||||
|
@ -3877,7 +3877,7 @@ and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerg
|
|||
|
||||
|
||||
<p>PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.</p>
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.</p>
|
||||
|
||||
|
||||
|
||||
|
@ -6563,7 +6563,7 @@ Please specify under "any" or "all" instead.</p>
|
|||
|
||||
<p>PatchStrategicMerge is a strategic merge patch used to modify resources.
|
||||
See https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/.</p>
|
||||
and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/.</p>
|
||||
|
||||
|
||||
|
||||
|
@ -6591,7 +6591,7 @@ and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerg
|
|||
|
||||
|
||||
<p>PatchesJSON6902 is a list of RFC 6902 JSON Patch declarations used to modify resources.
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/.</p>
|
||||
See https://tools.ietf.org/html/rfc6902 and https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/.</p>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue