AlbumenJ commented on pull request #8350: URL: https://github.com/apache/dubbo/pull/8350#issuecomment-886160782
CRD file ```yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: virtualservices.service.dubbo.apache.org spec: group: service.dubbo.apache.org versions: - name: v1alpha1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true scope: Namespaced names: plural: virtualservices singular: virtualservice kind: VirtualService shortNames: - vs --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: destinationrules.service.dubbo.apache.org spec: group: service.dubbo.apache.org versions: - name: v1alpha1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: x-kubernetes-preserve-unknown-fields: true scope: Namespaced names: plural: destinationrules singular: destinationrule kind: DestinationRule shortNames: - dr ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org