Skip to main content

Status

No description

type Status {
status: ResourceStatus!
message: String!
lastStatusChangeOn: String!
yaml: String!
}

Fields

Status.status ● ResourceStatus! non-null enum

Status is the state in which the kubernetes resource is in the cluster, (Resource.status.conditions[status]).

Status.message ● String! non-null scalar

Message is the human readable message for a kubernetes resource present in the cluster, (Resource.status.conditions[message]).

Status.lastStatusChangeOn ● String! non-null scalar

LastStatusChangeOn is the timestamp of the last transaction change on the kubernetes resource, (Resource.status.conditions[lastTransitionTime]).

Status.yaml ● String! non-null scalar

Yaml is the yaml representation of the entire kubernetes resource status.

Member Of

CertManagerIssuer object ● ClusterComponent object