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: IPAddressAllocation is the Schema for the IP allocation API.
30
31
properties:
31
32
apiVersion:
32
-
description: |-
33
-
APIVersion defines the versioned schema of this representation of an object.
34
-
Servers should convert recognized schemas to the latest internal value, and
35
-
may reject unrecognized values.
36
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
+
description: 'APIVersion defines the versioned schema of this representation
34
+
of an object. Servers should convert recognized schemas to the latest
35
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
37
36
type: string
38
37
kind:
39
-
description: |-
40
-
Kind is a string value representing the REST resource this object represents.
41
-
Servers may infer this from the endpoint the client submits requests to.
42
-
Cannot be updated.
43
-
In CamelCase.
44
-
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
38
+
description: 'Kind is a string value representing the REST resource this
39
+
object represents. Servers may infer this from the endpoint the client
40
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
45
41
type: string
46
42
metadata:
47
43
type: object
@@ -73,10 +69,10 @@ spec:
73
69
description: Condition defines condition of custom resource.
74
70
properties:
75
71
lastTransitionTime:
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.
72
+
description: Last time the condition transitioned from one status
73
+
to another. This should be when the underlying condition changed.
74
+
If that is not known, then using the time when the API field
0 commit comments