83 lines
1.7 KiB
YAML
83 lines
1.7 KiB
YAML
|
kind: CustomResourceDefinition
|
||
|
apiVersion: apiextensions.k8s.io/v1
|
||
|
metadata:
|
||
|
name: adapters.config.istio.io
|
||
|
labels:
|
||
|
app: mixer
|
||
|
package: adapter
|
||
|
istio: mixer-adapter
|
||
|
chart: istio
|
||
|
heritage: Tiller
|
||
|
release: istio
|
||
|
annotations:
|
||
|
"helm.sh/resource-policy": keep
|
||
|
spec:
|
||
|
group: config.istio.io
|
||
|
names:
|
||
|
kind: adapter
|
||
|
plural: adapters
|
||
|
singular: adapter
|
||
|
categories:
|
||
|
- istio-io
|
||
|
- policy-istio-io
|
||
|
scope: Namespaced
|
||
|
versions:
|
||
|
- name: v1alpha2
|
||
|
schema:
|
||
|
openAPIV3Schema:
|
||
|
properties:
|
||
|
spec:
|
||
|
x-kubernetes-preserve-unknown-fields: true
|
||
|
type: object
|
||
|
status:
|
||
|
x-kubernetes-preserve-unknown-fields: true
|
||
|
type: object
|
||
|
type: object
|
||
|
served: true
|
||
|
storage: true
|
||
|
subresources:
|
||
|
status: {}
|
||
|
|
||
|
---
|
||
|
kind: CustomResourceDefinition
|
||
|
apiVersion: apiextensions.k8s.io/v1
|
||
|
metadata:
|
||
|
name: templates.config.istio.io
|
||
|
labels:
|
||
|
app: mixer
|
||
|
package: template
|
||
|
istio: mixer-template
|
||
|
chart: istio
|
||
|
heritage: Tiller
|
||
|
release: istio
|
||
|
annotations:
|
||
|
"helm.sh/resource-policy": keep
|
||
|
spec:
|
||
|
group: config.istio.io
|
||
|
names:
|
||
|
kind: template
|
||
|
plural: templates
|
||
|
singular: template
|
||
|
categories:
|
||
|
- istio-io
|
||
|
- policy-istio-io
|
||
|
scope: Namespaced
|
||
|
versions:
|
||
|
- name: v1alpha2
|
||
|
schema:
|
||
|
openAPIV3Schema:
|
||
|
properties:
|
||
|
spec:
|
||
|
x-kubernetes-preserve-unknown-fields: true
|
||
|
type: object
|
||
|
status:
|
||
|
x-kubernetes-preserve-unknown-fields: true
|
||
|
type: object
|
||
|
type: object
|
||
|
served: true
|
||
|
storage: true
|
||
|
subresources:
|
||
|
status: {}
|
||
|
---
|
||
|
|