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
* add finalizer handler in v1.4
* fix an err variable
* adding logs for mismatched CNINode
* add metrics for mismatches
* update EC2 instance types
* Update aws-sdk-go and change way to get regional sts endpoint (#466)
* Missing dependency update
* Remove hard failure for not getting global STS endpoint (#467)
* updating k8s manifest
* chaning go to major.minor format (#477)
* updating go version and controller-gen version (#464)
* Add new target for building docker images with no tests (#415)
* updating rbac
* Add Windows secondary IP mode configurable options for managing IP address allocation (#443)
* Add Windows secondary IP mode configurable options (#443)
#443
* Various code fixes for PR feedback
#443
* adding ctx in test
* updating ec2 supported instance types (#475)
---------
Co-authored-by: Hao Zhou <zhuhz@amazon.com>
Co-authored-by: Jay Deokar <23660509+jaydeokar@users.noreply.github.com>
Co-authored-by: Jay Deokar <jsdeokar@amazon.com>
Co-authored-by: Tatenda Zifudzi <tzifudzi@yahoo.com>
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
38
42
type: string
39
43
metadata:
40
44
type: object
41
45
spec:
42
-
description: 'Important: Run "make" to regenerate code after modifying
43
-
this file CNINodeSpec defines the desired state of CNINode'
46
+
description: |-
47
+
Important: Run "make" to regenerate code after modifying this file
description: Custom Resource Definition for applying security groups to pods
30
29
properties:
31
30
apiVersion:
32
-
description: 'APIVersion defines the versioned schema of this representation
33
-
of an object. Servers should convert recognized schemas to the latest
34
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31
+
description: |-
32
+
APIVersion defines the versioned schema of this representation of an object.
33
+
Servers should convert recognized schemas to the latest internal value, and
34
+
may reject unrecognized values.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
35
36
type: string
36
37
kind:
37
-
description: 'Kind is a string value representing the REST resource this
38
-
object represents. Servers may infer this from the endpoint the client
39
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38
+
description: |-
39
+
Kind is a string value representing the REST resource this object represents.
40
+
Servers may infer this from the endpoint the client submits requests to.
41
+
Cannot be updated.
42
+
In CamelCase.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
40
44
type: string
41
45
metadata:
42
46
type: object
43
47
spec:
44
48
description: SecurityGroupPolicySpec defines the desired state of SecurityGroupPolicy
45
49
properties:
46
50
podSelector:
47
-
description: A label selector is a label query over a set of resources.
48
-
The result of matchLabels and matchExpressions are ANDed. An empty
49
-
label selector matches all objects. A null label selector matches
50
-
no objects.
51
+
description: |-
52
+
A label selector is a label query over a set of resources. The result of matchLabels and
53
+
matchExpressions are ANDed. An empty label selector matches all objects. A null
54
+
label selector matches no objects.
51
55
properties:
52
56
matchExpressions:
53
57
description: matchExpressions is a list of label selector requirements.
54
58
The requirements are ANDed.
55
59
items:
56
-
description: A label selector requirement is a selector that
57
-
contains values, a key, and an operator that relates the key
58
-
and values.
60
+
description: |-
61
+
A label selector requirement is a selector that contains values, a key, and an operator that
62
+
relates the key and values.
59
63
properties:
60
64
key:
61
65
description: key is the label key that the selector applies
62
66
to.
63
67
type: string
64
68
operator:
65
-
description: operator represents a key's relationship to
66
-
a set of values. Valid operators are In, NotIn, Exists
67
-
and DoesNotExist.
69
+
description: |-
70
+
operator represents a key's relationship to a set of values.
71
+
Valid operators are In, NotIn, Exists and DoesNotExist.
68
72
type: string
69
73
values:
70
-
description: values is an array of string values. If the
71
-
operator is In or NotIn, the values array must be non-empty.
72
-
If the operator is Exists or DoesNotExist, the values
73
-
array must be empty. This array is replaced during a strategic
74
+
description: |-
75
+
values is an array of string values. If the operator is In or NotIn,
76
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
77
+
the values array must be empty. This array is replaced during a strategic
74
78
merge patch.
75
79
items:
76
80
type: string
@@ -83,13 +87,13 @@ spec:
83
87
matchLabels:
84
88
additionalProperties:
85
89
type: string
86
-
description: matchLabels is a map of {key,value} pairs. A single
87
-
{key,value} in the matchLabels map is equivalent to an element
88
-
of matchExpressions, whose key field is "key", the operator
89
-
is "In", and the values array contains only "value". The requirements
90
-
are ANDed.
90
+
description: |-
91
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
92
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
93
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
91
94
type: object
92
95
type: object
96
+
x-kubernetes-map-type: atomic
93
97
securityGroups:
94
98
description: GroupIds contains the list of security groups that will
95
99
be applied to the network interface of the pod matching the criteria.
@@ -104,33 +108,33 @@ spec:
104
108
type: array
105
109
type: object
106
110
serviceAccountSelector:
107
-
description: A label selector is a label query over a set of resources.
108
-
The result of matchLabels and matchExpressions are ANDed. An empty
109
-
label selector matches all objects. A null label selector matches
110
-
no objects.
111
+
description: |-
112
+
A label selector is a label query over a set of resources. The result of matchLabels and
113
+
matchExpressions are ANDed. An empty label selector matches all objects. A null
114
+
label selector matches no objects.
111
115
properties:
112
116
matchExpressions:
113
117
description: matchExpressions is a list of label selector requirements.
114
118
The requirements are ANDed.
115
119
items:
116
-
description: A label selector requirement is a selector that
117
-
contains values, a key, and an operator that relates the key
118
-
and values.
120
+
description: |-
121
+
A label selector requirement is a selector that contains values, a key, and an operator that
122
+
relates the key and values.
119
123
properties:
120
124
key:
121
125
description: key is the label key that the selector applies
122
126
to.
123
127
type: string
124
128
operator:
125
-
description: operator represents a key's relationship to
126
-
a set of values. Valid operators are In, NotIn, Exists
127
-
and DoesNotExist.
129
+
description: |-
130
+
operator represents a key's relationship to a set of values.
131
+
Valid operators are In, NotIn, Exists and DoesNotExist.
128
132
type: string
129
133
values:
130
-
description: values is an array of string values. If the
131
-
operator is In or NotIn, the values array must be non-empty.
132
-
If the operator is Exists or DoesNotExist, the values
133
-
array must be empty. This array is replaced during a strategic
134
+
description: |-
135
+
values is an array of string values. If the operator is In or NotIn,
136
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
137
+
the values array must be empty. This array is replaced during a strategic
134
138
merge patch.
135
139
items:
136
140
type: string
@@ -143,13 +147,13 @@ spec:
143
147
matchLabels:
144
148
additionalProperties:
145
149
type: string
146
-
description: matchLabels is a map of {key,value} pairs. A single
147
-
{key,value} in the matchLabels map is equivalent to an element
148
-
of matchExpressions, whose key field is "key", the operator
149
-
is "In", and the values array contains only "value". The requirements
150
-
are ANDed.
150
+
description: |-
151
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
152
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
153
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
0 commit comments