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
31
-
of an object. Servers should convert recognized schemas to the latest
32
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
+
description: |-
30
+
APIVersion defines the versioned schema of this representation of an object.
31
+
Servers should convert recognized schemas to the latest internal value, and
32
+
may reject unrecognized values.
33
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
34
type: string
34
35
kind:
35
-
description: 'Kind is a string value representing the REST resource this
36
-
object represents. Servers may infer this from the endpoint the client
37
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
36
+
description: |-
37
+
Kind is a string value representing the REST resource this object represents.
38
+
Servers may infer this from the endpoint the client submits requests to.
39
+
Cannot be updated.
40
+
In CamelCase.
41
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: 'APIVersion defines the versioned schema of this representation
41
-
of an object. Servers should convert recognized schemas to the latest
42
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
39
+
description: |-
40
+
APIVersion defines the versioned schema of this representation of an object.
41
+
Servers should convert recognized schemas to the latest internal value, and
42
+
may reject unrecognized values.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
43
44
type: string
44
45
kind:
45
-
description: 'Kind is a string value representing the REST resource this
46
-
object represents. Servers may infer this from the endpoint the client
47
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
46
+
description: |-
47
+
Kind is a string value representing the REST resource this object represents.
48
+
Servers may infer this from the endpoint the client submits requests to.
49
+
Cannot be updated.
50
+
In CamelCase.
51
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
48
52
type: string
49
53
metadata:
50
54
type: object
51
55
spec:
52
56
description: EIPSpec defines the desired state of EIP
53
57
properties:
54
58
assignment:
55
-
description: "Which resource this EIP should be assigned to. \n If
56
-
not given, it will not be assigned to anything."
59
+
description: |-
60
+
Which resource this EIP should be assigned to.
61
+
62
+
If not given, it will not be assigned to anything.
57
63
properties:
58
64
eni:
59
65
type: string
@@ -101,11 +107,18 @@ spec:
101
107
publicIPAddress:
102
108
type: string
103
109
state:
104
-
description: "Current state of the EIP object. \n State transfer diagram:
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
@@ -59,6 +63,11 @@ spec:
59
63
type: array
60
64
subnetID:
61
65
type: string
66
+
tags:
67
+
additionalProperties:
68
+
type: string
69
+
description: Tags that will be applied to the created EIP.
0 commit comments