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

     1  apiVersion: platform.confluent.io/v1beta1
     2  kind: Connect
     3  metadata:
     4    finalizers:
     5      - connect.finalizers.platform.confluent.io
     6    generation: 1
     7    name: connect
     8    namespace: confluent
     9  spec:
    10    dependencies:
    11      kafka:
    12        bootstrapEndpoint: kafka:9071
    13    replicas: 1
    14  status:
    15    clusterName: connect
    16    clusterNamespace: confluent
    17    conditions:
    18      - lastProbeTime: "2021-08-11T10:03:56Z"
    19        lastTransitionTime: "2021-08-11T10:09:01Z"
    20        message: Deployment has minimum availability.
    21        reason: MinimumReplicasAvailable
    22        status: "True"
    23        type: platform.confluent.io/statefulset-available
    24      - lastProbeTime: "2021-08-11T10:03:56Z"
    25        lastTransitionTime: "2021-08-11T10:09:01Z"
    26        message: Kubernetes resources ready.
    27        reason: KubernetesResourcesReady
    28        status: "True"
    29        type: platform.confluent.io/resources-ready
    30      - lastProbeTime: "2021-08-11T10:03:56Z"
    31        lastTransitionTime: "2021-08-11T10:03:56Z"
    32        message: Cluster is not being garbage collected
    33        reason: ClusterNotShrunk
    34        status: "False"
    35        type: platform.confluent.io/garbage-collecting
    36    currentReplicas: 1
    37    groupId: confluent.connect
    38    internalTopicNames:
    39      - confluent.connect-offsets
    40      - confluent.connect-configs
    41      - confluent.connect-status
    42    kafka:
    43      bootstrapEndpoint: kafka:9071
    44    operatorVersion: v0.174.13
    45    phase: RUNNING
    46    readyReplicas: 1
    47    replicas: 1
    48    restConfig:
    49      internalEndpoint: http://connect.confluent.svc.cluster.local:8083