You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'APIVersion defines the versioned schema of this representation
26
-
of an object. Servers should convert recognized schemas to the latest
27
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
29
type: string
29
30
kind:
30
-
description: 'Kind is a string value representing the REST resource this
31
-
object represents. Servers may infer this from the endpoint the client
32
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
33
37
type: string
34
38
metadata:
35
39
type: object
@@ -63,12 +67,16 @@ spec:
63
67
description: Template for hardcoded values
64
68
properties:
65
69
default:
66
-
description: Defaults have precedence from GatewayConfig (highest)
67
-
through GatewayClassConfig to GatewayClassBlueprint (lowest)
70
+
description: |-
71
+
Defaults have precedence from GatewayConfig (highest)
72
+
through GatewayClassConfig to GatewayClassBlueprint
73
+
(lowest)
68
74
x-kubernetes-preserve-unknown-fields: true
69
75
override:
70
-
description: Overrides have precedence from GatewayClassBlueprint
71
-
(highest) through GatewayClassConfig to GatewayConfig (lowest)
76
+
description: |-
77
+
Overrides have precedence from GatewayClassBlueprint
78
+
(highest) through GatewayClassConfig to GatewayConfig
79
+
(lowest)
72
80
x-kubernetes-preserve-unknown-fields: true
73
81
type: object
74
82
type: object
@@ -81,47 +89,48 @@ spec:
81
89
reason: Pending
82
90
status: Unknown
83
91
type: Accepted
84
-
description: Conditions is the current status from the controller
85
-
for this GatewayClassParameter. Updates follow the same specification
86
-
as conditions for GatewayClass.
92
+
description: |-
93
+
Conditions is the current status from the controller for
94
+
this GatewayClassParameter. Updates follow the same
95
+
specification as conditions for GatewayClass.
87
96
items:
88
97
description: "Condition contains details for one aspect of the current
89
-
state of this API Resource. --- This struct is intended for direct
90
-
use as an array at the field path .status.conditions. For example,
91
-
\n type FooStatus struct{ // Represents the observations of a
92
-
foo's current state. // Known .status.conditions.type are: \"Available\",
93
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments