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: Network is the Schema for the Network API
29
28
properties:
30
29
apiVersion:
31
-
description: 'APIVersion defines the versioned schema of this representation
32
-
of an object. Servers should convert recognized schemas to the latest
33
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
+
description: |-
31
+
APIVersion defines the versioned schema of this representation of an object.
32
+
Servers should convert recognized schemas to the latest internal value, and
33
+
may reject unrecognized values.
34
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
35
type: string
35
36
kind:
36
-
description: 'Kind is a string value representing the REST resource this
37
-
object represents. Servers may infer this from the endpoint the client
38
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37
+
description: |-
38
+
Kind is a string value representing the REST resource this object represents.
39
+
Servers may infer this from the endpoint the client submits requests to.
40
+
Cannot be updated.
41
+
In CamelCase.
42
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
39
43
type: string
40
44
metadata:
41
45
type: object
@@ -48,14 +52,16 @@ spec:
48
52
type: object
49
53
x-kubernetes-preserve-unknown-fields: true
50
54
lifecycle:
51
-
description: Lifecycle determines the lifecycle policies the resource
52
-
e.g. delete is orphan or delete will follow
55
+
description: |-
56
+
Lifecycle determines the lifecycle policies the resource e.g. delete is orphan or delete
57
+
will follow
53
58
properties:
54
59
deletionPolicy:
55
60
default: delete
56
-
description: DeletionPolicy specifies what will happen to the
57
-
underlying resource when this resource is deleted - either "delete"
58
-
or "orphan" the resource.
61
+
description: |-
62
+
DeletionPolicy specifies what will happen to the underlying resource
63
+
when this resource is deleted - either "delete" or "orphan" the
64
+
resource.
59
65
enum:
60
66
- delete
61
67
- orphan
@@ -70,32 +76,31 @@ spec:
70
76
items:
71
77
properties:
72
78
lastTransitionTime:
73
-
description: lastTransitionTime is the last time the condition
74
-
transitioned from one status to another. This should be when
75
-
the underlying condition changed. If that is not known, then
76
-
using the time when the API field changed is acceptable.
79
+
description: |-
80
+
lastTransitionTime is the last time the condition transitioned from one status to another.
81
+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
77
82
format: date-time
78
83
type: string
79
84
message:
80
-
description: message is a human readable message indicating
81
-
details about the transition. This may be an empty string.
85
+
description: |-
86
+
message is a human readable message indicating details about the transition.
87
+
This may be an empty string.
82
88
maxLength: 32768
83
89
type: string
84
90
observedGeneration:
85
-
description: observedGeneration represents the .metadata.generation
86
-
that the condition was set based upon. For instance, if .metadata.generation
87
-
is currently 12, but the .status.conditions[x].observedGeneration
88
-
is 9, the condition is out of date with respect to the current
89
-
state of the instance.
91
+
description: |-
92
+
observedGeneration represents the .metadata.generation that the condition was set based upon.
93
+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
94
+
with respect to the current state of the instance.
90
95
format: int64
91
96
minimum: 0
92
97
type: integer
93
98
reason:
94
-
description: reason contains a programmatic identifier indicating
95
-
the reason for the condition's last transition. Producers
96
-
of specific condition types may define expected values and
97
-
meanings for this field, and whether the values are considered
98
-
a guaranteed API. The value should be a CamelCase string.
99
+
description: |-
100
+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
101
+
Producers of specific condition types may define expected values and meanings for this field,
102
+
and whether the values are considered a guaranteed API.
103
+
The value should be a CamelCase string.
99
104
This field may not be empty.
100
105
maxLength: 1024
101
106
minLength: 1
@@ -110,10 +115,6 @@ spec:
110
115
type: string
111
116
type:
112
117
description: type of condition in CamelCase or in foo.example.com/CamelCase.
113
-
--- Many .condition.type values are consistent across resources
114
-
like Available, but because arbitrary conditions can be useful
115
-
(see .node.status.conditions), the ability to deconflict is
116
-
important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
description: ClusterContext is the Schema for the clustercontexts API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
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
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
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
0 commit comments