github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/cluster.x-k8s.io/MachinePool/testdata/degraded_failed.yaml (about)

     1  apiVersion: cluster.x-k8s.io/v1beta1
     2  kind: MachinePool
     3  metadata:
     4    labels:
     5      argocd.argoproj.io/instance: foo
     6      cluster.x-k8s.io/cluster-name: foo
     7    name: foo-pool
     8    namespace: default
     9  spec:
    10    clusterName: foo
    11    replicas: 3
    12    template:
    13      metadata: {}
    14      spec:
    15        bootstrap:
    16          dataSecretName: ""
    17        clusterName: foo
    18        infrastructureRef:
    19          apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
    20          kind: AWSManagedMachinePool
    21          name: foo-pool
    22          namespace: default
    23        version: v1.30.0
    24  status:
    25    phase: Failed