github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/Machine/testdata/healthy_running.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-21T07:41:10Z' 25 status: 'True' 26 type: Ready 27 - lastTransitionTime: '2020-12-21T07:37:54Z' 28 status: 'True' 29 type: BootstrapReady 30 - lastTransitionTime: '2020-12-21T07:41:10Z' 31 status: 'True' 32 type: InfrastructureReady 33 - lastTransitionTime: '2020-12-21T07:42:11Z' 34 status: 'True' 35 type: NodeHealthy 36 infrastructureReady: true 37 lastUpdated: '2020-12-21T07:41:32Z' 38 nodeRef: 39 apiVersion: v1 40 kind: Node 41 name: test-md-0-6cb7d48f56-frtdw 42 observedGeneration: 3 43 phase: Running