rancher-partner-charts/charts/kongmesh/kuma/0.8.101/crds/virtual-outbounds.yaml

26 lines
625 B
YAML

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: virtualoutbounds.kuma.io
spec:
group: kuma.io
names:
kind: VirtualOutbound
plural: virtualoutbounds
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: VirtualOutbound is the Schema for the virtualoutbounds API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object