kuma

Форк
0
/
kuma.io_zoneingresses.yaml 
56 строк · 1.9 Кб
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: zoneingresses.kuma.io
8
spec:
9
  group: kuma.io
10
  names:
11
    categories:
12
    - kuma
13
    kind: ZoneIngress
14
    listKind: ZoneIngressList
15
    plural: zoneingresses
16
    singular: zoneingress
17
  scope: Namespaced
18
  versions:
19
  - additionalPrinterColumns:
20
    - description: Zone name
21
      jsonPath: .spec.zone
22
      name: zone
23
      type: string
24
    name: v1alpha1
25
    schema:
26
      openAPIV3Schema:
27
        properties:
28
          apiVersion:
29
            description: |-
30
              APIVersion defines the versioned schema of this representation of an object.
31
              Servers should convert recognized schemas to the latest internal value, and
32
              may reject unrecognized values.
33
              More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
            type: string
35
          kind:
36
            description: |-
37
              Kind is a string value representing the REST resource this object represents.
38
              Servers may infer this from the endpoint the client submits requests to.
39
              Cannot be updated.
40
              In CamelCase.
41
              More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
42
            type: string
43
          mesh:
44
            description: |-
45
              Mesh is the name of the Kuma mesh this resource belongs to.
46
              It may be omitted for cluster-scoped resources.
47
            type: string
48
          metadata:
49
            type: object
50
          spec:
51
            description: Spec is the specification of the Kuma ZoneIngress resource.
52
            x-kubernetes-preserve-unknown-fields: true
53
        type: object
54
    served: true
55
    storage: true
56
    subresources: {}
57

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

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

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

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