26 lines
644 B
YAML
26 lines
644 B
YAML
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: zoneingressinsights.kuma.io
|
|
spec:
|
|
group: kuma.io
|
|
names:
|
|
kind: ZoneIngressInsight
|
|
plural: zoneingressinsights
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
served: true
|
|
storage: true
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: ZoneIngressInsight is the Schema for the zone ingress insight API
|
|
properties:
|
|
mesh:
|
|
type: string
|
|
spec:
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
type: object
|
|
type: object
|