crds/AzureIngressProhibitedTarget-v1-CRD-v1beta1.yaml (25 lines of code) (raw):

apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: azureingressprohibitedtargets.appgw.ingress.k8s.io spec: group: appgw.ingress.k8s.io version: v1 names: kind: AzureIngressProhibitedTarget plural: azureingressprohibitedtargets scope: Namespaced validation: openAPIV3Schema: properties: spec: properties: hostname: description: "(optional) Hostname of the prohibited target" type: string paths: description: "(optional) A list of URL paths, for which the Ingress Controller is prohibited from mutating Application Gateway configuration; Must begin with a / and end with /*" type: array items: type: string pattern: '^\/(?:.+\/)?\*$'