diff --git a/api/kyverno/v1/common_types.go b/api/kyverno/v1/common_types.go index 1253772e7e..e1e855089b 100644 --- a/api/kyverno/v1/common_types.go +++ b/api/kyverno/v1/common_types.go @@ -156,7 +156,7 @@ type APICall struct { // +kubebuilder:validation:Optional URLPath string `json:"urlPath" yaml:"urlPath"` - // Method is the HTTP request type (GET or POST). + // Method is the HTTP request type (GET or POST). Defaults to GET. // +kubebuilder:default=GET Method Method `json:"method,omitempty" yaml:"method,omitempty"` diff --git a/api/kyverno/v2alpha1/global_context_entry_types.go b/api/kyverno/v2alpha1/global_context_entry_types.go index 6647405fd4..65c81383f2 100644 --- a/api/kyverno/v2alpha1/global_context_entry_types.go +++ b/api/kyverno/v2alpha1/global_context_entry_types.go @@ -119,14 +119,14 @@ type GlobalContextEntryList struct { type KubernetesResource struct { // Group defines the group of the resource. // +kubebuilder:validation:Required - Group string `json:"group,omitempty"` + Group string `json:"group"` // Version defines the version of the resource. // +kubebuilder:validation:Required - Version string `json:"version,omitempty"` + Version string `json:"version"` // Resource defines the type of the resource. // Requires the pluralized form of the resource kind in lowercase. (Ex., "deployments") // +kubebuilder:validation:Required - Resource string `json:"resource,omitempty"` + Resource string `json:"resource"` // Namespace defines the namespace of the resource. Leave empty for cluster scoped resources. // If left empty for namespaced resources, all resources from all namespaces will be cached. // +kubebuilder:validation:Optional diff --git a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_cleanuppolicies.yaml b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_cleanuppolicies.yaml index 150a4d13dc..6858955445 100644 --- a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_cleanuppolicies.yaml +++ b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_cleanuppolicies.yaml @@ -184,6 +184,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -1446,6 +1447,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -2708,6 +2710,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST diff --git a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clustercleanuppolicies.yaml b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clustercleanuppolicies.yaml index 6f227885ff..5427a83fda 100644 --- a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clustercleanuppolicies.yaml +++ b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_clustercleanuppolicies.yaml @@ -184,6 +184,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -1446,6 +1447,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -2708,6 +2710,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST 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 36438ea53a..0de7f17f57 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 @@ -227,7 +227,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -1952,7 +1952,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2308,7 +2308,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2896,7 +2896,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -4738,7 +4738,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -6541,7 +6541,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -6916,7 +6916,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -7538,7 +7538,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -9537,7 +9537,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -10836,7 +10836,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11192,7 +11192,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11959,7 +11959,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13775,7 +13775,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -15578,7 +15578,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15953,7 +15953,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -16575,7 +16575,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST diff --git a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_globalcontextentries.yaml b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_globalcontextentries.yaml index 7f87812920..4b04799dfd 100644 --- a/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_globalcontextentries.yaml +++ b/charts/kyverno/charts/crds/templates/kyverno.io/kyverno.io_globalcontextentries.yaml @@ -85,7 +85,8 @@ spec: type: array method: default: GET - description: Method is the HTTP request type (GET or POST). + description: Method is the HTTP request type (GET or POST). Defaults + to GET. enum: - GET - POST @@ -144,6 +145,10 @@ spec: version: description: Version defines the version of the resource. type: string + required: + - group + - resource + - version type: object type: object status: 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 c2782f2ad0..aa3f3fd4b7 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 @@ -228,7 +228,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -1953,7 +1953,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2309,7 +2309,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2897,7 +2897,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -4740,7 +4740,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -6543,7 +6543,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -6918,7 +6918,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -7540,7 +7540,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -9540,7 +9540,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -10839,7 +10839,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11195,7 +11195,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11962,7 +11962,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13778,7 +13778,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -15581,7 +15581,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15956,7 +15956,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -16578,7 +16578,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST 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 be786a1708..f259df1902 100644 --- a/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml +++ b/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_clusterpolicies.yaml @@ -221,7 +221,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -1946,7 +1946,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2302,7 +2302,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2890,7 +2890,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -4732,7 +4732,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -6535,7 +6535,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -6910,7 +6910,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -7532,7 +7532,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -9531,7 +9531,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -10830,7 +10830,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11186,7 +11186,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11953,7 +11953,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13769,7 +13769,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -15572,7 +15572,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15947,7 +15947,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -16569,7 +16569,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST 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 f2ecf6d752..f9ec3eeacd 100644 --- a/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml +++ b/cmd/cli/kubectl-kyverno/data/crds/kyverno.io_policies.yaml @@ -222,7 +222,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -1947,7 +1947,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2303,7 +2303,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2891,7 +2891,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -4734,7 +4734,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -6537,7 +6537,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -6912,7 +6912,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -7534,7 +7534,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -9534,7 +9534,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -10833,7 +10833,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11189,7 +11189,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11956,7 +11956,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13772,7 +13772,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -15575,7 +15575,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15950,7 +15950,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -16572,7 +16572,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST diff --git a/config/crds/kyverno/kyverno.io_cleanuppolicies.yaml b/config/crds/kyverno/kyverno.io_cleanuppolicies.yaml index 884355aa80..2df984748c 100644 --- a/config/crds/kyverno/kyverno.io_cleanuppolicies.yaml +++ b/config/crds/kyverno/kyverno.io_cleanuppolicies.yaml @@ -178,6 +178,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -1440,6 +1441,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -2702,6 +2704,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST diff --git a/config/crds/kyverno/kyverno.io_clustercleanuppolicies.yaml b/config/crds/kyverno/kyverno.io_clustercleanuppolicies.yaml index 2e104a099f..421a5e8b44 100644 --- a/config/crds/kyverno/kyverno.io_clustercleanuppolicies.yaml +++ b/config/crds/kyverno/kyverno.io_clustercleanuppolicies.yaml @@ -178,6 +178,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -1440,6 +1441,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -2702,6 +2704,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST diff --git a/config/crds/kyverno/kyverno.io_clusterpolicies.yaml b/config/crds/kyverno/kyverno.io_clusterpolicies.yaml index be786a1708..f259df1902 100644 --- a/config/crds/kyverno/kyverno.io_clusterpolicies.yaml +++ b/config/crds/kyverno/kyverno.io_clusterpolicies.yaml @@ -221,7 +221,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -1946,7 +1946,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2302,7 +2302,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2890,7 +2890,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -4732,7 +4732,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -6535,7 +6535,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -6910,7 +6910,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -7532,7 +7532,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -9531,7 +9531,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -10830,7 +10830,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11186,7 +11186,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11953,7 +11953,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13769,7 +13769,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -15572,7 +15572,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15947,7 +15947,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -16569,7 +16569,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST diff --git a/config/crds/kyverno/kyverno.io_globalcontextentries.yaml b/config/crds/kyverno/kyverno.io_globalcontextentries.yaml index 6c77d34c55..4a5759879d 100644 --- a/config/crds/kyverno/kyverno.io_globalcontextentries.yaml +++ b/config/crds/kyverno/kyverno.io_globalcontextentries.yaml @@ -79,7 +79,8 @@ spec: type: array method: default: GET - description: Method is the HTTP request type (GET or POST). + description: Method is the HTTP request type (GET or POST). Defaults + to GET. enum: - GET - POST @@ -138,6 +139,10 @@ spec: version: description: Version defines the version of the resource. type: string + required: + - group + - resource + - version type: object type: object status: diff --git a/config/crds/kyverno/kyverno.io_policies.yaml b/config/crds/kyverno/kyverno.io_policies.yaml index f2ecf6d752..f9ec3eeacd 100644 --- a/config/crds/kyverno/kyverno.io_policies.yaml +++ b/config/crds/kyverno/kyverno.io_policies.yaml @@ -222,7 +222,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -1947,7 +1947,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2303,7 +2303,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -2891,7 +2891,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -4734,7 +4734,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -6537,7 +6537,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -6912,7 +6912,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -7534,7 +7534,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -9534,7 +9534,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -10833,7 +10833,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11189,7 +11189,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -11956,7 +11956,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13772,7 +13772,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -15575,7 +15575,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15950,7 +15950,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -16572,7 +16572,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index b6b0989994..9a0378a64f 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -1618,6 +1618,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -2880,6 +2881,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -4142,6 +4144,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -6661,6 +6664,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -7923,6 +7927,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -9185,6 +9190,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET or POST). + Defaults to GET. enum: - GET - POST @@ -10517,7 +10523,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -12242,7 +12248,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -12598,7 +12604,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -13186,7 +13192,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -15028,7 +15034,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -16831,7 +16837,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -17206,7 +17212,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -17828,7 +17834,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -19827,7 +19833,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -21126,7 +21132,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -21482,7 +21488,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -22249,7 +22255,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -24065,7 +24071,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -25868,7 +25874,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -26243,7 +26249,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -26865,7 +26871,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -28750,7 +28756,8 @@ spec: type: array method: default: GET - description: Method is the HTTP request type (GET or POST). + description: Method is the HTTP request type (GET or POST). Defaults + to GET. enum: - GET - POST @@ -28809,6 +28816,10 @@ spec: version: description: Version defines the version of the resource. type: string + required: + - group + - resource + - version type: object type: object status: @@ -29131,7 +29142,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -30856,7 +30867,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -31212,7 +31223,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -31800,7 +31811,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -33643,7 +33654,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -35446,7 +35457,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -35821,7 +35832,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -36443,7 +36454,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -38443,7 +38454,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -39742,7 +39753,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -40098,7 +40109,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -40865,7 +40876,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -42681,7 +42692,7 @@ spec: method: default: GET description: Method is the HTTP request type (GET - or POST). + or POST). Defaults to GET. enum: - GET - POST @@ -44484,7 +44495,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -44859,7 +44870,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST @@ -45481,7 +45492,7 @@ spec: method: default: GET description: Method is the HTTP request - type (GET or POST). + type (GET or POST). Defaults to GET. enum: - GET - POST diff --git a/docs/user/crd/index.html b/docs/user/crd/index.html index ed4d54216e..22034815ba 100644 --- a/docs/user/crd/index.html +++ b/docs/user/crd/index.html @@ -649,7 +649,7 @@ Method
Method is the HTTP request type (GET or POST).
+Method is the HTTP request type (GET or POST). Defaults to GET.
Method is the HTTP request type (GET or POST).
+Method is the HTTP request type (GET or POST). Defaults to GET.