kube/testapp/certman-istio-operator/crd.yaml
2019-08-10 22:04:50 +02:00

43 lines
998 B
YAML

apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: refmaps.cio.giftfish.de
spec:
group: cio.giftfish.de
versions:
- name: v1alpha1
served: true
storage: true
scope: Cluster
names:
plural: refmaps
singular: refmap
kind: RefMap
shortNames:
- rm
preserveUnknownFields: false
validation:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
namespace:
type: string
gateway:
type: object
properties:
ref:
type: string
action:
type: string
pattern: '^(none|delete)$'
virtualService:
type: object
properties:
ref:
type: string
action:
type: string
pattern: '^(clear|delete)$'