github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/MachineDeployment/testdata/suspended_paused.yaml (about) 1 apiVersion: cluster.x-k8s.io/v1alpha3 2 kind: MachineDeployment 3 metadata: 4 generation: 3 5 labels: 6 app.kubernetes.io/managed-by: Helm 7 app.kubernetes.io/version: 0.3.11 8 argocd.argoproj.io/instance: test 9 cluster.x-k8s.io/cluster-name: test 10 name: test-md-0 11 namespace: test 12 spec: 13 paused: true 14 clusterName: test 15 minReadySeconds: 0 16 progressDeadlineSeconds: 600 17 replicas: 5 18 revisionHistoryLimit: 1 19 selector: 20 matchLabels: 21 cluster.x-k8s.io/cluster-name: test 22 cluster.x-k8s.io/deployment-name: teszst-md-0 23 strategy: 24 rollingUpdate: 25 maxSurge: 1 26 maxUnavailable: 0 27 type: RollingUpdate 28 template: 29 metadata: 30 labels: 31 cluster.x-k8s.io/cluster-name: test 32 cluster.x-k8s.io/deployment-name: teszst-md-0 33 spec: 34 bootstrap: 35 configRef: 36 apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 37 kind: KubeadmConfigTemplate 38 clusterName: test 39 infrastructureRef: 40 apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 41 kind: VSphereMachineTemplate 42 version: v1.18.10 43 status: 44 availableReplicas: 5 45 observedGeneration: 3 46 phase: Running 47 readyReplicas: 5 48 replicas: 5 49 updatedReplicas: 5