OBJECT

KubernetesKindServiceBindingStatusServiceBindingRef

ServiceBindingRef is the reference to the servicebinding.servicebinding.io resource that was created as part of binding.

link GraphQL Schema definition

  • type KubernetesKindServiceBindingStatusServiceBindingRef {
  • # Name of the referent.
  • # More info:
  • # https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
  • # TODO: Add other useful fields. apiVersion, kind, uid?
  • name: String
  • }