github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/Cluster/testdata/progressing_provisioning.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 clusterNetwork: 13 pods: 14 cidrBlocks: 15 - 10.20.10.0/19 16 services: 17 cidrBlocks: 18 - 10.10.10.0/19 19 controlPlaneRef: 20 apiVersion: controlplane.cluster.x-k8s.io/v1alpha3 21 kind: KubeadmControlPlane 22 infrastructureRef: 23 apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 24 kind: VSphereCluster 25 status: 26 conditions: 27 - lastTransitionTime: '2020-12-29T09:16:28Z' 28 status: 'True' 29 type: Ready 30 - lastTransitionTime: '2020-12-29T09:16:28Z' 31 status: 'True' 32 type: ControlPlaneReady 33 - lastTransitionTime: '2020-11-24T09:15:24Z' 34 status: 'True' 35 type: InfrastructureReady 36 controlPlaneInitialized: true 37 controlPlaneReady: true 38 infrastructureReady: true 39 observedGeneration: 4 40 phase: Provisioning