kuma

Форк
0
/
kuma.io_dataplanes.yaml 
70 строк · 2.4 Кб
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: dataplanes.kuma.io
8
spec:
9
  group: kuma.io
10
  names:
11
    categories:
12
    - kuma
13
    kind: Dataplane
14
    listKind: DataplaneList
15
    plural: dataplanes
16
    singular: dataplane
17
  scope: Namespaced
18
  versions:
19
  - additionalPrinterColumns:
20
    - description: Service tag of the first inbound
21
      jsonPath: .spec.networking.inbound[0].tags['kuma\.io/service']
22
      name: kuma.io/service
23
      type: string
24
    - description: Service tag of the second inbound
25
      jsonPath: .spec.networking.inbound[1].tags['kuma\.io/service']
26
      name: kuma.io/service
27
      type: string
28
    - description: Service tag of the third inbound
29
      jsonPath: .spec.networking.inbound[2].tags['kuma\.io/service']
30
      name: kuma.io/service
31
      priority: 1
32
      type: string
33
    - description: Service tag of the fourth inbound
34
      jsonPath: .spec.networking.inbound[3].tags['kuma\.io/service']
35
      name: kuma.io/service
36
      priority: 1
37
      type: string
38
    name: v1alpha1
39
    schema:
40
      openAPIV3Schema:
41
        properties:
42
          apiVersion:
43
            description: |-
44
              APIVersion defines the versioned schema of this representation of an object.
45
              Servers should convert recognized schemas to the latest internal value, and
46
              may reject unrecognized values.
47
              More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
48
            type: string
49
          kind:
50
            description: |-
51
              Kind is a string value representing the REST resource this object represents.
52
              Servers may infer this from the endpoint the client submits requests to.
53
              Cannot be updated.
54
              In CamelCase.
55
              More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
56
            type: string
57
          mesh:
58
            description: |-
59
              Mesh is the name of the Kuma mesh this resource belongs to.
60
              It may be omitted for cluster-scoped resources.
61
            type: string
62
          metadata:
63
            type: object
64
          spec:
65
            description: Spec is the specification of the Kuma Dataplane resource.
66
            x-kubernetes-preserve-unknown-fields: true
67
        type: object
68
    served: true
69
    storage: true
70
    subresources: {}
71

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

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

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

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