OBJECT

KubernetesKindClassClaimStatusResourceRef

ResourceRef contains a reference to the claimed resource.

link GraphQL Schema definition

  • type KubernetesKindClassClaimStatusResourceRef {
  • # API version of the reference.
  • apiVersion: String
  • # Kind of the reference.
  • kind: String
  • # Name of the reference.
  • name: String
  • # Namespace of the reference, optional.
  • namespace: String
  • }