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: IPPool is the Schema for the ippools 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
32
36
type: string
33
37
metadata:
34
38
type: object
@@ -42,8 +46,9 @@ spec:
42
46
properties:
43
47
ipFamily:
44
48
default: IPv4
45
-
description: IPFamily defines the IP family type for this subnet,
46
-
could be IPv4 or IPv6. This is optional, the default is IPv4.
49
+
description: |-
50
+
IPFamily defines the IP family type for this subnet, could be IPv4 or IPv6.
51
+
This is optional, the default is IPv4.
47
52
enum:
48
53
- IPv4
49
54
- IPv6
@@ -68,10 +73,10 @@ spec:
68
73
description: Condition defines condition of custom resource.
69
74
properties:
70
75
lastTransitionTime:
71
-
description: Last time the condition transitioned from one status
72
-
to another. This should be when the underlying condition changed.
73
-
If that is not known, then using the time when the API field
74
-
changed is acceptable.
76
+
description: |-
77
+
Last time the condition transitioned from one status to another.
78
+
This should be when the underlying condition changed. If that is not known, then using the time when
79
+
the API field changed is acceptable.
75
80
format: date-time
76
81
type: string
77
82
message:
@@ -134,14 +139,19 @@ spec:
134
139
description: IPPool is the Schema for the ippools API.
135
140
properties:
136
141
apiVersion:
137
-
description: 'APIVersion defines the versioned schema of this representation
138
-
of an object. Servers should convert recognized schemas to the latest
139
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
142
+
description: |-
143
+
APIVersion defines the versioned schema of this representation of an object.
144
+
Servers should convert recognized schemas to the latest internal value, and
145
+
may reject unrecognized values.
146
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
140
147
type: string
141
148
kind:
142
-
description: 'Kind is a string value representing the REST resource this
143
-
object represents. Servers may infer this from the endpoint the client
144
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
149
+
description: |-
150
+
Kind is a string value representing the REST resource this object represents.
151
+
Servers may infer this from the endpoint the client submits requests to.
152
+
Cannot be updated.
153
+
In CamelCase.
154
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
145
155
type: string
146
156
metadata:
147
157
type: object
@@ -155,8 +165,9 @@ spec:
155
165
properties:
156
166
ipFamily:
157
167
default: IPv4
158
-
description: IPFamily defines the IP family type for this subnet,
159
-
could be IPv4 or IPv6. This is optional, the default is IPv4.
168
+
description: |-
169
+
IPFamily defines the IP family type for this subnet, could be IPv4 or IPv6.
170
+
This is optional, the default is IPv4.
160
171
enum:
161
172
- IPv4
162
173
- IPv6
@@ -172,10 +183,12 @@ spec:
172
183
type: object
173
184
type: array
174
185
type:
175
-
description: Type defines the type of this IPPool, Public or Private.
186
+
description: Type defines the type of this IPPool, Public, Private
187
+
or Project.
176
188
enum:
177
189
- Public
178
190
- Private
191
+
- Project
179
192
type: string
180
193
type: object
181
194
status:
@@ -187,10 +200,10 @@ spec:
187
200
description: Condition defines condition of custom resource.
188
201
properties:
189
202
lastTransitionTime:
190
-
description: Last time the condition transitioned from one status
191
-
to another. This should be when the underlying condition changed.
192
-
If that is not known, then using the time when the API field
193
-
changed is acceptable.
203
+
description: |-
204
+
Last time the condition transitioned from one status to another.
205
+
This should be when the underlying condition changed. If that is not known, then using the time when
description: NetworkInfo is used to report the network information for a namespace.
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
description: NSXServiceAccount is the Schema for the nsxserviceaccounts 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
32
36
type: string
33
37
metadata:
34
38
type: object
@@ -50,46 +54,47 @@ spec:
50
54
clusterName:
51
55
type: string
52
56
conditions:
53
-
description: 'Represents the realization status of a NSXServiceAccount''s
54
-
current state. Known .status.conditions.type is: "Realized"'
57
+
description: |-
58
+
Represents the realization status of a NSXServiceAccount's current state.
59
+
Known .status.conditions.type is: "Realized"
55
60
items:
56
61
description: "Condition contains details for one aspect of the current
57
-
state of this API Resource. --- This struct is intended for direct
58
-
use as an array at the field path .status.conditions. For example,
59
-
\n type FooStatus struct{ // Represents the observations of a
60
-
foo's current state. // Known .status.conditions.type are: \"Available\",
61
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments