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