--- apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: servicebindings.automationbroker.io spec: group: automationbroker.io version: v1 scope: Namespaced names: plural: servicebindings singular: servicebinding kind: ServiceBinding validation: # openAPIV3Schema is the schema for validating custom objects. openAPIV3Schema: serviceInstanceId: type: string parameters: type: string JobToken: type: string