mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 18:38:40 +00:00
chore(gctx): document schema better (#9923)
Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
This commit is contained in:
parent
ad62014b33
commit
bd6eff61cb
17 changed files with 170 additions and 137 deletions
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -649,7 +649,7 @@ Method
|
|||
</em>
|
||||
</td>
|
||||
<td>
|
||||
<p>Method is the HTTP request type (GET or POST).</p>
|
||||
<p>Method is the HTTP request type (GET or POST). Defaults to GET.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1243,7 +1243,7 @@ It's mutually exclusive with the Service field.</p>
|
|||
<td>
|
||||
|
||||
|
||||
<p>Method is the HTTP request type (GET or POST).</p>
|
||||
<p>Method is the HTTP request type (GET or POST). Defaults to GET.</p>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue