renamed controller to operator
This commit is contained in:
parent
b23161a08d
commit
3a61942646
11 changed files with 45 additions and 45 deletions
|
|
@ -1,43 +0,0 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: refmaps.cic.giftfish.de
|
||||
spec:
|
||||
group: cic.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)$'
|
||||
Loading…
Add table
Add a link
Reference in a new issue