@@ -1339,6 +1339,63 @@ spec:
13391339 status :
13401340 description : TargetGroupBindingStatus defines the observed state of TargetGroupBinding
13411341 properties :
1342+ conditions :
1343+ description : Conditions describe the current conditions of the TargetGroupBinding.
1344+ items :
1345+ description : Condition contains details for one aspect of the current
1346+ state of this API Resource.
1347+ properties :
1348+ lastTransitionTime :
1349+ description : |-
1350+ lastTransitionTime is the last time the condition transitioned from one status to another.
1351+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
1352+ format : date-time
1353+ type : string
1354+ message :
1355+ description : |-
1356+ message is a human readable message indicating details about the transition.
1357+ This may be an empty string.
1358+ maxLength : 32768
1359+ type : string
1360+ observedGeneration :
1361+ description : |-
1362+ observedGeneration represents the .metadata.generation that the condition was set based upon.
1363+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
1364+ with respect to the current state of the instance.
1365+ format : int64
1366+ minimum : 0
1367+ type : integer
1368+ reason :
1369+ description : |-
1370+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
1371+ Producers of specific condition types may define expected values and meanings for this field,
1372+ and whether the values are considered a guaranteed API.
1373+ The value should be a CamelCase string.
1374+ This field may not be empty.
1375+ maxLength : 1024
1376+ minLength : 1
1377+ pattern : ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
1378+ type : string
1379+ status :
1380+ description : status of the condition, one of True, False, Unknown.
1381+ enum :
1382+ - " True"
1383+ - " False"
1384+ - Unknown
1385+ type : string
1386+ type :
1387+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
1388+ maxLength : 316
1389+ 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])$
1390+ type : string
1391+ required :
1392+ - lastTransitionTime
1393+ - message
1394+ - reason
1395+ - status
1396+ - type
1397+ type : object
1398+ type : array
13421399 observedGeneration :
13431400 description : The generation observed by the TargetGroupBinding controller.
13441401 format : int64
0 commit comments