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: machine/v1beta1/zz_generated.crd-manifests/0000_10_machine-api_01_machinesets-DevPreviewNoUpgrade.crd.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -674,6 +674,16 @@ spec:
674
674
description: replicas is the most recently observed number of replicas.
675
675
format: int32
676
676
type: integer
677
+
synchronizedAPI:
678
+
description: |-
679
+
synchronizedAPI holds the last stable value of authoritativeAPI.
680
+
It is used to detect migration cancellation requests and to restore the resource to its previous state.
681
+
Valid values are "MachineAPI" and "ClusterAPI".
682
+
When omitted, the resource has not yet been reconciled by the migration controller.
683
+
enum:
684
+
- MachineAPI
685
+
- ClusterAPI
686
+
type: string
677
687
synchronizedGeneration:
678
688
description: |-
679
689
synchronizedGeneration is the generation of the authoritative resource that the non-authoritative resource is synchronised with.
Copy file name to clipboardExpand all lines: machine/v1beta1/zz_generated.crd-manifests/0000_10_machine-api_01_machinesets-TechPreviewNoUpgrade.crd.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -674,6 +674,16 @@ spec:
674
674
description: replicas is the most recently observed number of replicas.
675
675
format: int32
676
676
type: integer
677
+
synchronizedAPI:
678
+
description: |-
679
+
synchronizedAPI holds the last stable value of authoritativeAPI.
680
+
It is used to detect migration cancellation requests and to restore the resource to its previous state.
681
+
Valid values are "MachineAPI" and "ClusterAPI".
682
+
When omitted, the resource has not yet been reconciled by the migration controller.
683
+
enum:
684
+
- MachineAPI
685
+
- ClusterAPI
686
+
type: string
677
687
synchronizedGeneration:
678
688
description: |-
679
689
synchronizedGeneration is the generation of the authoritative resource that the non-authoritative resource is synchronised with.
Copy file name to clipboardExpand all lines: machine/v1beta1/zz_generated.featuregated-crd-manifests/machines.machine.openshift.io/MachineAPIMigration.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,16 @@ spec:
569
569
serialized/deserialized from this field.
570
570
type: object
571
571
x-kubernetes-preserve-unknown-fields: true
572
+
synchronizedAPI:
573
+
description: |-
574
+
synchronizedAPI holds the last stable value of authoritativeAPI.
575
+
It is used to detect migration cancellation requests and to restore the resource to its previous state.
576
+
Valid values are "MachineAPI" and "ClusterAPI".
577
+
When omitted, the resource has not yet been reconciled by the migration controller.
578
+
enum:
579
+
- MachineAPI
580
+
- ClusterAPI
581
+
type: string
572
582
synchronizedGeneration:
573
583
description: |-
574
584
synchronizedGeneration is the generation of the authoritative resource that the non-authoritative resource is synchronised with.
Copy file name to clipboardExpand all lines: machine/v1beta1/zz_generated.featuregated-crd-manifests/machinesets.machine.openshift.io/MachineAPIMigration.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -676,6 +676,16 @@ spec:
676
676
description: replicas is the most recently observed number of replicas.
677
677
format: int32
678
678
type: integer
679
+
synchronizedAPI:
680
+
description: |-
681
+
synchronizedAPI holds the last stable value of authoritativeAPI.
682
+
It is used to detect migration cancellation requests and to restore the resource to its previous state.
683
+
Valid values are "MachineAPI" and "ClusterAPI".
684
+
When omitted, the resource has not yet been reconciled by the migration controller.
685
+
enum:
686
+
- MachineAPI
687
+
- ClusterAPI
688
+
type: string
679
689
synchronizedGeneration:
680
690
description: |-
681
691
synchronizedGeneration is the generation of the authoritative resource that the non-authoritative resource is synchronised with.
0 commit comments