INPUT_OBJECT

KubernetesKindServiceBindingSpecServiceRefInput

ServiceRef is the reference to the service that will be bound to the target workload.

link GraphQL Schema definition

  • input KubernetesKindServiceBindingSpecServiceRefInput {
  • apiGroup: String
  • # ConnectorName is optional but required when binding to a Service that has
  • # BindingConnectors, such as PreProvisionedService.
  • # If the Service has no BindingConnectors then this field is ignored.
  • connectorName: String
  • kind: String
  • name: String
  • }