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

     1  apiVersion: platform.confluent.io/v1beta1
     2  kind: Kafka
     3  metadata:
     4    generation: 1
     5    name: kafka
     6    namespace: confluent
     7  spec:
     8    dataVolumeCapacity: 10Gi
     9    metricReporter:
    10      enabled: true
    11    replicas: 3
    12  status:
    13    clusterName: kafka
    14    clusterNamespace: confluent
    15    conditions:
    16      - lastProbeTime: "2021-08-11T10:06:58Z"
    17        lastTransitionTime: "2021-08-11T10:08:42Z"
    18        message: Deployment has minimum availability.
    19        reason: MinimumReplicasAvailable
    20        status: "True"
    21        type: platform.confluent.io/statefulset-available
    22      - lastProbeTime: "2021-08-11T10:06:58Z"
    23        lastTransitionTime: "2021-08-11T10:08:42Z"
    24        message: Kubernetes resources ready.
    25        reason: KubernetesResourcesReady
    26        status: "True"
    27        type: platform.confluent.io/resources-ready
    28      - lastProbeTime: "2021-08-11T10:06:58Z"
    29        lastTransitionTime: "2021-08-11T10:06:58Z"
    30        message: Cluster is not rolling, ignore=false
    31        reason: ClusterNotRolling
    32        status: "False"
    33        type: platform.confluent.io/rolling
    34      - lastProbeTime: "2021-08-11T10:06:58Z"
    35        lastTransitionTime: "2021-08-11T10:06:58Z"
    36        message: Cluster is not being garbage collected
    37        reason: ClusterNotShrunk
    38        status: "False"
    39        type: platform.confluent.io/garbage-collecting
    40    currentReplicas: 3
    41    listeners:
    42      external:
    43        client: |-
    44          bootstrap.servers=kafka.confluent.svc.cluster.local:9092
    45          security.protocol=PLAINTEXT
    46        internalEndpoint: kafka.confluent.svc.cluster.local:9092
    47      internal:
    48        client: |-
    49          bootstrap.servers=kafka.confluent.svc.cluster.local:9071
    50          security.protocol=PLAINTEXT
    51        internalEndpoint: kafka.confluent.svc.cluster.local:9071
    52      replication:
    53        internalEndpoint: kafka.confluent.svc.cluster.local:9072
    54    minISR: 2
    55    operatorVersion: v0.174.13
    56    phase: PROVISIONING
    57    readyReplicas: 3
    58    replicas: 3
    59    replicationFactor: 3
    60    services:
    61      kafka-rest:
    62        internalEndpoint: http://kafka.confluent.svc.cluster.local:8090
    63    zookeeperConnect: zookeeper.confluent.svc.cluster.local:2181/kafka-confluent