github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/platform.confluent.io/Zookeeper/testdata/progressing.yaml (about)

     1  apiVersion: platform.confluent.io/v1beta1
     2  kind: Zookeeper
     3  metadata:
     4    finalizers:
     5      - zookeeper.finalizers.platform.confluent.io
     6    generation: 1
     7    name: zookeeper
     8    namespace: confluent
     9  spec:
    10    dataVolumeCapacity: 10Gi
    11    logVolumeCapacity: 10Gi
    12    podTemplate:
    13      annotations:
    14        traffic.sidecar.istio.io/excludeInboundPorts: 2888,3888
    15        traffic.sidecar.istio.io/excludeOutboundPorts: 2888,3888
    16    replicas: 3
    17  status:
    18    clusterName: zookeeper
    19    clusterNamespace: confluent
    20    conditions:
    21      - lastProbeTime: "2021-08-11T10:04:53Z"
    22        lastTransitionTime: "2021-08-11T10:06:48Z"
    23        message: Deployment has minimum availability.
    24        reason: MinimumReplicasAvailable
    25        status: "True"
    26        type: platform.confluent.io/statefulset-available
    27      - lastProbeTime: "2021-08-11T10:04:53Z"
    28        lastTransitionTime: "2021-08-11T10:06:48Z"
    29        message: Kubernetes resources ready.
    30        reason: KubernetesResourcesReady
    31        status: "True"
    32        type: platform.confluent.io/resources-ready
    33      - lastProbeTime: "2021-08-11T10:04:53Z"
    34        lastTransitionTime: "2021-08-11T10:04:53Z"
    35        message: Cluster is not being garbage collected
    36        reason: ClusterNotShrunk
    37        status: "False"
    38        type: platform.confluent.io/garbage-collecting
    39    currentReplicas: 3
    40    endpoint: zookeeper.confluent.svc.cluster.local:2181
    41    operatorVersion: v0.174.13
    42    phase: PROVISIONING
    43    readyReplicas: 3
    44    replicas: 3