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: ValidationResult is the Schema for the validationresults API
34
34
properties:
35
35
apiVersion:
36
-
description: 'APIVersion defines the versioned schema of this representation
37
-
of an object. Servers should convert recognized schemas to the latest
38
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
36
+
description: |-
37
+
APIVersion defines the versioned schema of this representation of an object.
38
+
Servers should convert recognized schemas to the latest internal value, and
39
+
may reject unrecognized values.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
39
41
type: string
40
42
kind:
41
-
description: 'Kind is a string value representing the REST resource this
42
-
object represents. Servers may infer this from the endpoint the client
43
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
43
+
description: |-
44
+
Kind is a string value representing the REST resource this object represents.
45
+
Servers may infer this from the endpoint the client submits requests to.
46
+
Cannot be updated.
47
+
In CamelCase.
48
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
44
49
type: string
45
50
metadata:
46
51
type: object
@@ -67,37 +72,37 @@ spec:
67
72
operational state.
68
73
properties:
69
74
lastTransitionTime:
70
-
description: Last time the condition transitioned from one status
71
-
to another. This should be when the underlying condition changed.
72
-
If that is not known, then using the time when the API field
73
-
changed is acceptable.
75
+
description: |-
76
+
Last time the condition transitioned from one status to another.
77
+
This should be when the underlying condition changed. If that is not known, then using the time when
78
+
the API field changed is acceptable.
74
79
format: date-time
75
80
type: string
76
81
message:
77
-
description: A human readable message indicating details about
78
-
the transition. This field may be empty.
82
+
description: |-
83
+
A human readable message indicating details about the transition.
84
+
This field may be empty.
79
85
type: string
80
86
reason:
81
-
description: The reason for the condition's last transition
82
-
in CamelCase. The specific API may choose whether or not this
83
-
field is considered a guaranteed API. This field may not be
84
-
empty.
87
+
description: |-
88
+
The reason for the condition's last transition in CamelCase.
89
+
The specific API may choose whether or not this field is considered a guaranteed API.
90
+
This field may not be empty.
85
91
type: string
86
92
severity:
87
-
description: Severity provides an explicit classification of
88
-
Reason code, so the users or machines can immediately understand
89
-
the current situation and act accordingly. The Severity field
90
-
MUST be set only when Status=False.
93
+
description: |-
94
+
Severity provides an explicit classification of Reason code, so the users or machines can immediately
95
+
understand the current situation and act accordingly.
96
+
The Severity field MUST be set only when Status=False.
91
97
type: string
92
98
status:
93
99
description: Status of the condition, one of True, False, Unknown.
94
100
type: string
95
101
type:
96
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
97
-
Many .condition.type values are consistent across resources
98
-
like Available, but because arbitrary conditions can be useful
99
-
(see .node.status.conditions), the ability to deconflict is
100
-
important.
102
+
description: |-
103
+
Type of condition in CamelCase or in foo.example.com/CamelCase.
104
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
105
+
can be useful (see .node.status.conditions), the ability to deconflict is important.
description: ValidatorConfig is the Schema for the validatorconfigs API
21
21
properties:
22
22
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
31
36
type: string
32
37
metadata:
33
38
type: object
@@ -86,15 +91,16 @@ spec:
86
91
items:
87
92
properties:
88
93
lastUpdatedTime:
89
-
description: Last time the condition transitioned from one status
90
-
to another. This should be when the underlying condition changed.
91
-
If that is not known, then using the time when the API field
92
-
changed is acceptable.
94
+
description: |-
95
+
Last time the condition transitioned from one status to another.
96
+
This should be when the underlying condition changed. If that is not known, then using the time when
97
+
the API field changed is acceptable.
93
98
format: date-time
94
99
type: string
95
100
message:
96
-
description: A human readable message indicating details about
97
-
the transition. This field may be empty.
101
+
description: |-
102
+
A human readable message indicating details about the transition.
103
+
This field may be empty.
98
104
type: string
99
105
pluginName:
100
106
description: Name of the Validator plugin.
@@ -103,11 +109,10 @@ spec:
103
109
description: Status of the condition, one of True, False, Unknown.
104
110
type: string
105
111
type:
106
-
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
107
-
Many .condition.type values are consistent across resources
108
-
like Available, but because arbitrary conditions can be useful
109
-
(see .node.status.conditions), the ability to deconflict is
110
-
important.
112
+
description: |-
113
+
Type of condition in CamelCase or in foo.example.com/CamelCase.
114
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
115
+
can be useful (see .node.status.conditions), the ability to deconflict is important.
0 commit comments