kuma

Форк
0
/
kuma.io_zoneingressinsights.yaml 
51 строка · 1.8 Кб
1
---
2
apiVersion: apiextensions.k8s.io/v1
3
kind: CustomResourceDefinition
4
metadata:
5
  annotations:
6
    controller-gen.kubebuilder.io/version: v0.14.0
7
  name: zoneingressinsights.kuma.io
8
spec:
9
  group: kuma.io
10
  names:
11
    categories:
12
    - kuma
13
    kind: ZoneIngressInsight
14
    listKind: ZoneIngressInsightList
15
    plural: zoneingressinsights
16
    singular: zoneingressinsight
17
  scope: Namespaced
18
  versions:
19
  - name: v1alpha1
20
    schema:
21
      openAPIV3Schema:
22
        properties:
23
          apiVersion:
24
            description: |-
25
              APIVersion defines the versioned schema of this representation of an object.
26
              Servers should convert recognized schemas to the latest internal value, and
27
              may reject unrecognized values.
28
              More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
            type: string
30
          kind:
31
            description: |-
32
              Kind is a string value representing the REST resource this object represents.
33
              Servers may infer this from the endpoint the client submits requests to.
34
              Cannot be updated.
35
              In CamelCase.
36
              More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
37
            type: string
38
          mesh:
39
            description: |-
40
              Mesh is the name of the Kuma mesh this resource belongs to.
41
              It may be omitted for cluster-scoped resources.
42
            type: string
43
          metadata:
44
            type: object
45
          spec:
46
            description: Spec is the specification of the Kuma ZoneIngressInsight
47
              resource.
48
            x-kubernetes-preserve-unknown-fields: true
49
        type: object
50
    served: true
51
    storage: true
52

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.