kuma

Форк
0
/
kuma.io_retries.yaml 
50 строк · 1.7 Кб
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: retries.kuma.io
8
spec:
9
  group: kuma.io
10
  names:
11
    categories:
12
    - kuma
13
    kind: Retry
14
    listKind: RetryList
15
    plural: retries
16
    singular: retry
17
  scope: Cluster
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 Retry resource.
47
            x-kubernetes-preserve-unknown-fields: true
48
        type: object
49
    served: true
50
    storage: true
51

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

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

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

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