OBJECT

KubernetesKindKubernetesClusterStatus

KubernetesClusterStatus defines the observed state of KubernetesCluster

link GraphQL Schema definition

  • type KubernetesKindKubernetesClusterStatus {
  • agents: [KubernetesKindKubernetesClusterStatusAgents]
  • availabilityTargets: [String]
  • capabilities: [KubernetesKindKubernetesClusterStatusCapabilities]
  • # ResourceList is a set of (resource name, quantity) pairs.
  • capacity: [Tag!]
  • # Condition contains details for one aspect of the current state of this API
  • # Resource.
  • # ---
  • # This struct is intended for direct use as an array at the field path
  • # .status.conditions. For example,
  • #
  • #
  • #
  • # type FooStatus struct{
  • #
  • # // Represents the observations of a foo's current state.
  • #
  • # // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
  • #
  • # // +patchMergeKey=type
  • #
  • # // +patchStrategy=merge
  • #
  • # // +listType=map
  • #
  • # // +listMapKey=type
  • #
  • # Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge"
  • # patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
  • #
  • #
  • #
  • # // other fields
  • #
  • # }
  • conditions: [KubernetesKindKubernetesClusterStatusConditions]
  • # SecretReference represents a Secret Reference. It has enough information to
  • # retrieve secret
  • # in any namespace
  • kubeconfigSecretRef: KubernetesKindKubernetesClusterStatusKubeconfigSecretRef
  • phase: String
  • }