github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/Machine/testdata/progressing_boot.yaml (about) 1 apiVersion: cluster.x-k8s.io/v1alpha3 2 kind: Machine 3 metadata: 4 labels: 5 cluster.x-k8s.io/cluster-name: test 6 name: test-md-0-6cb7d48f56-frtdw 7 namespace: test 8 spec: 9 bootstrap: 10 configRef: 11 apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 12 kind: KubeadmConfig 13 clusterName: test-cl2 14 infrastructureRef: 15 apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 16 kind: VSphereMachine 17 version: v1.18.10 18 status: 19 addresses: 20 - address: 10.10.10.10 21 type: ExternalIP 22 bootstrapReady: true 23 conditions: 24 - lastTransitionTime: '2020-12-29T09:41:28Z' 25 message: 1 of 2 completed 26 reason: Cloning 27 severity: Info 28 status: 'False' 29 type: Ready 30 - lastTransitionTime: '2020-12-21T07:37:54Z' 31 status: 'True' 32 type: BootstrapReady 33 - lastTransitionTime: '2020-12-21T07:41:10Z' 34 status: 'True' 35 type: InfrastructureReady 36 - lastTransitionTime: '2020-12-21T07:42:11Z' 37 status: 'True' 38 type: NodeHealthy 39 infrastructureReady: true 40 lastUpdated: '2020-12-21T07:41:32Z' 41 nodeRef: 42 apiVersion: v1 43 kind: Node 44 name: test-md-0-6cb7d48f56-frtdw 45 observedGeneration: 3 46 phase: Provisioning