@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.14 .0
6+ controller-gen.kubebuilder.io/version : v0.19 .0
77 name : globalaccelerators.aga.k8s.aws
88spec :
99 group : aga.k8s.aws
@@ -196,7 +196,6 @@ spec:
196196 For example, you can create a port override in which the listener receives user traffic on ports 80 and 443,
197197 but your accelerator routes that traffic to ports 1080 and 1443, respectively, on the endpoints.
198198
199-
200199 For more information, see Port overrides in the AWS Global Accelerator Developer Guide:
201200 https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html
202201 properties :
@@ -303,16 +302,8 @@ spec:
303302 conditions :
304303 description : Conditions represent the current conditions of the GlobalAccelerator.
305304 items :
306- description : " Condition contains details for one aspect of the current
307- state of this API Resource.\n ---\n This struct is intended for
308- direct use as an array at the field path .status.conditions. For
309- example,\n\n\n\t type FooStatus struct{\n\t // Represents the
310- observations of a foo's current state.\n\t // Known .status.conditions.type
311- are: \" Available\" , \" Progressing\" , and \" Degraded\"\n\t //
312- +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
313- \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\" conditions,omitempty\"
314- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `\n\n\n\t
315- \ // other fields\n\t }"
305+ description : Condition contains details for one aspect of the current
306+ state of this API Resource.
316307 properties :
317308 lastTransitionTime :
318309 description : |-
@@ -353,12 +344,7 @@ spec:
353344 - Unknown
354345 type : string
355346 type :
356- description : |-
357- type of condition in CamelCase or in foo.example.com/CamelCase.
358- ---
359- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
360- useful (see .node.status.conditions), the ability to deconflict is important.
361- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
347+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
362348 maxLength : 316
363349 pattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
364350 type : string
0 commit comments