Skip to search

StrimziPodSet

core.strimzi.io / v1

apiVersion: core.strimzi.io/v1 kind: StrimziPodSet metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object required
The specification of the StrimziPodSet.
pods []object required
The Pods managed by this StrimziPodSet.
selector object required
Selector is a label query which matches all the pods managed by this `StrimziPodSet`. Only `matchLabels` is supported. If `matchExpressions` is set, it will be ignored.
matchExpressions []object
key string
operator string
values []string
matchLabels object
status object
The status of the StrimziPodSet.
conditions []object
List of status conditions.
lastTransitionTime string
Last time the condition of a type changed from one status to another. The required format is 'yyyy-MM-ddTHH:mm:ssZ', in the UTC time zone.
message string
Human-readable message indicating details about the condition's last transition.
reason string
The reason for the condition's last transition (a single word in CamelCase).
status string
The status of the condition, either True, False or Unknown.
type string
The unique identifier of a condition, used to distinguish between other conditions in the resource.
currentPods integer
Number of pods managed by this `StrimziPodSet` resource that have the current revision.
observedGeneration integer
The generation of the CRD that was last reconciled by the operator.
pods integer
Number of pods managed by this `StrimziPodSet` resource.
readyPods integer
Number of pods managed by this `StrimziPodSet` resource that are ready.

No matches. Try .spec.pods for an exact path