cka-SVV/sslcerts-crd.yaml
Sander van Vugt 254b895faa dec 20 update
2020-12-08 10:12:34 +01:00

31 lines
621 B
YAML

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: sslconfigs.stable.example.com
spec:
group: stable.example.com
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
cert:
type: string
key:
type: string
domain:
type: string
scope: Namespaced
names:
plural: sslconfigs
singular: sslconfig
kind: SslConfig
shortNames:
- ssl