github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/Cluster/testdata/suspended_paused.yaml (about) 1 apiVersion: cluster.x-k8s.io/v1alpha3 2 kind: Cluster 3 metadata: 4 labels: 5 app.kubernetes.io/managed-by: Helm 6 app.kubernetes.io/version: 0.3.11 7 argocd.argoproj.io/instance: test 8 cluster.x-k8s.io/cluster-name: test 9 name: test 10 namespace: test 11 spec: 12 paused: true 13 clusterNetwork: 14 pods: 15 cidrBlocks: 16 - 10.20.10.0/19 17 services: 18 cidrBlocks: 19 - 10.10.10.0/19 20 controlPlaneRef: 21 apiVersion: controlplane.cluster.x-k8s.io/v1alpha3 22 kind: KubeadmControlPlane 23 infrastructureRef: 24 apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 25 kind: VSphereCluster 26 status: 27 conditions: 28 - lastTransitionTime: '2020-12-21T07:41:10Z' 29 status: 'False' 30 message: "Error message" 31 type: Ready 32 - lastTransitionTime: '2020-12-29T09:16:28Z' 33 status: 'True' 34 type: ControlPlaneReady 35 - lastTransitionTime: '2020-11-24T09:15:24Z' 36 status: 'True' 37 type: InfrastructureReady 38 controlPlaneInitialized: true 39 controlPlaneReady: true 40 infrastructureReady: true 41 observedGeneration: 4 42 phase: Failed