From d215ce534408ebf10d9f018f2e7ede2051560009 Mon Sep 17 00:00:00 2001
From: Yann ILAS
Date: Mon, 2 Dec 2024 14:31:33 +0100
Subject: [PATCH] Fix(doc): correct invalid links in documentation (#11681)
* Fix doc: s|kustomize/patchesjson6902|kustomize/kustomization/patchesjson6902|
Signed-off-by: Yann ILAS
* Fix doc: s|kustomize/patchesstrategicmerge|kustomize/kustomization/patchesstrategicmerge|
Signed-off-by: Yann ILAS
---------
Signed-off-by: Yann ILAS
---
api/kyverno/v1/common_types.go | 8 +--
.../kyverno.io_clusterpolicies.yaml | 32 +++++-----
.../kyverno.io/kyverno.io_policies.yaml | 32 +++++-----
.../data/crds/kyverno.io_clusterpolicies.yaml | 32 +++++-----
.../data/crds/kyverno.io_policies.yaml | 32 +++++-----
.../kyverno/kyverno.io_clusterpolicies.yaml | 32 +++++-----
config/crds/kyverno/kyverno.io_policies.yaml | 32 +++++-----
config/install-latest-testing.yaml | 64 +++++++++----------
docs/crd/v1/index.html | 8 +--
docs/user/crd/index.html | 8 +--
docs/user/crd/kyverno.v1.html | 8 +--
11 files changed, 144 insertions(+), 144 deletions(-)
diff --git a/api/kyverno/v1/common_types.go b/api/kyverno/v1/common_types.go
index 133688dd19..fb950e3a78 100644
--- a/api/kyverno/v1/common_types.go
+++ b/api/kyverno/v1/common_types.go
@@ -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"`
diff --git a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clusterpolicies.yaml b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clusterpolicies.yaml
index 87bb894d76..270cf7cc55 100644
--- a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clusterpolicies.yaml
+++ b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clusterpolicies.yaml
@@ -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
diff --git a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_policies.yaml b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_policies.yaml
index 04a9225b4a..111adafa3d 100644
--- a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_policies.yaml
+++ b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_policies.yaml
@@ -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
diff --git a/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml b/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml
index 085d003bb1..930a381e7a 100644
--- a/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml
+++ b/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml
@@ -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
diff --git a/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml b/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml
index ed5fd81464..8a13d2929c 100644
--- a/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml
+++ b/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml
@@ -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
diff --git a/config/crds/kyverno/kyverno.io_clusterpolicies.yaml b/config/crds/kyverno/kyverno.io_clusterpolicies.yaml
index 085d003bb1..930a381e7a 100644
--- a/config/crds/kyverno/kyverno.io_clusterpolicies.yaml
+++ b/config/crds/kyverno/kyverno.io_clusterpolicies.yaml
@@ -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
diff --git a/config/crds/kyverno/kyverno.io_policies.yaml b/config/crds/kyverno/kyverno.io_policies.yaml
index ed5fd81464..8a13d2929c 100644
--- a/config/crds/kyverno/kyverno.io_policies.yaml
+++ b/config/crds/kyverno/kyverno.io_policies.yaml
@@ -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
diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml
index e87b45aae7..3d4107872b 100644
--- a/config/install-latest-testing.yaml
+++ b/config/install-latest-testing.yaml
@@ -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
diff --git a/docs/crd/v1/index.html b/docs/crd/v1/index.html
index d67e87a72c..590adf82bf 100644
--- a/docs/crd/v1/index.html
+++ b/docs/crd/v1/index.html
@@ -1364,7 +1364,7 @@ Kubernetes apiextensions/v1.JSON
(Optional)
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/.
@@ -1377,7 +1377,7 @@ string
(Optional)
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/.
|
@@ -2460,7 +2460,7 @@ Kubernetes apiextensions/v1.JSON
(Optional)
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/.
@@ -2473,7 +2473,7 @@ string
(Optional)
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/.
|
diff --git a/docs/user/crd/index.html b/docs/user/crd/index.html
index 5b38a319c4..f911f2b712 100644
--- a/docs/user/crd/index.html
+++ b/docs/user/crd/index.html
@@ -1870,7 +1870,7 @@ github.com/kyverno/kyverno/api/kyverno.Any
(Optional)
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/.
@@ -1883,7 +1883,7 @@ string
(Optional)
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/.
|
@@ -3231,7 +3231,7 @@ Kubernetes apiextensions/v1.JSON
(Optional)
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/.
@@ -3244,7 +3244,7 @@ string
(Optional)
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/.
|
diff --git a/docs/user/crd/kyverno.v1.html b/docs/user/crd/kyverno.v1.html
index c16689bd80..1c15f4f6b2 100644
--- a/docs/user/crd/kyverno.v1.html
+++ b/docs/user/crd/kyverno.v1.html
@@ -3849,7 +3849,7 @@ See: https://kyverno.io/docs/writing-policies/preconditions/
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/.
@@ -3877,7 +3877,7 @@ and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerg
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/.
@@ -6563,7 +6563,7 @@ Please specify under "any" or "all" instead.
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/.
@@ -6591,7 +6591,7 @@ and https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerg
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/.