rancher-partner-charts/charts/kongmesh/kuma/0.8.101/crds/rate-limits.yaml

26 lines
595 B
YAML

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