OBJECT

KubernetesKindClassClaimStatus

ClassClaimStatus defines the observed state of ClassClaim

link GraphQL Schema definition

  • type KubernetesKindClassClaimStatus {
  • # Binding is a reference to the Secret from the claimed resource.
  • binding: KubernetesKindClassClaimStatusBinding
  • # 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: [KubernetesKindClassClaimStatusConditions]
  • # ObservedGeneration is the 'Generation' of the resource that was last processed
  • # by the controller.
  • observedGeneration: Int
  • # ProvisionedResourceRef contains a reference to the provisioned resource if this
  • # claim is for a provisioner class.
  • provisionedResourceRef: KubernetesKindClassClaimStatusProvisionedResourceRef
  • # ResourceRef contains a reference to the claimed resource.
  • resourceRef: KubernetesKindClassClaimStatusResourceRef
  • }