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
Copy file name to clipboardExpand all lines: exp/api/v1beta2/awsmachinepool_types.go
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,17 @@ type SuspendProcessesTypes struct {
118
118
119
119
// Processes defines the processes which can be enabled or disabled individually.
120
120
typeProcessesstruct {
121
-
Launch*bool`json:"launch,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
122
-
Terminate*bool`json:"terminate,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
123
-
AddToLoadBalancer*bool`json:"addToLoadBalancer,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
124
-
AlarmNotification*bool`json:"alarmNotification,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
125
-
AZRebalance*bool`json:"azRebalance,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
126
-
HealthCheck*bool`json:"healthCheck,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
127
-
InstanceRefresh*bool`json:"instanceRefresh,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
121
+
//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
122
+
Launch*bool`json:"launch,omitempty"`
123
+
//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
124
+
Terminate*bool`json:"terminate,omitempty"`
125
+
//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
AZRebalance*bool`json:"azRebalance,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
130
+
HealthCheck*bool`json:"healthCheck,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
131
+
InstanceRefresh*bool`json:"instanceRefresh,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
128
132
ReplaceUnhealthy*bool`json:"replaceUnhealthy,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
129
133
ScheduledActions*bool`json:"scheduledActions,omitempty"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
SupportsFIPSbool`json:"supportsFIPS"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
43
-
SupportsDualStackbool`json:"supportsDualStack"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
SupportsFIPS*bool`json:"supportsFIPS"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
56
+
SupportsFIPS*bool`json:"supportsFIPS"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
55
57
SupportsDualStack*bool`json:"supportsDualStack"`//nolint:kubeapilinter // nobools: Existing API field, not changing to preserve backwards compatibility.
0 commit comments