kubelatte-ce

Форк
2
Форк от sbertech/kubelatte-ce
/
kubelatte.io_templates.yaml 
81 строка · 2.5 Кб
1
---
2
apiVersion: apiextensions.k8s.io/v1
3
kind: CustomResourceDefinition
4
metadata:
5
  annotations:
6
    controller-gen.kubebuilder.io/version: v0.8.0
7
  creationTimestamp: null
8
  name: templates.kubelatte.io
9
spec:
10
  group: kubelatte.io
11
  names:
12
    kind: Template
13
    listKind: TemplateList
14
    plural: templates
15
    singular: template
16
  scope: Namespaced
17
  versions:
18
  - name: v1alpha1
19
    schema:
20
      openAPIV3Schema:
21
        properties:
22
          apiVersion:
23
            description: 'APIVersion defines the versioned schema of this representation
24
              of an object. Servers should convert recognized schemas to the latest
25
              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
            type: string
27
          kind:
28
            description: 'Kind is a string value representing the REST resource this
29
              object represents. Servers may infer this from the endpoint the client
30
              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
            type: string
32
          metadata:
33
            type: object
34
          spec:
35
            description: TemplateSpec defines the desired state of Template
36
            properties:
37
              apiVersion:
38
                type: string
39
              data:
40
                type: string
41
              kind:
42
                type: string
43
              type:
44
                type: string
45
            required:
46
            - data
47
            type: object
48
          status:
49
            description: TemplateStatus defines the observed state of Template
50
            properties:
51
              conditions:
52
                items:
53
                  properties:
54
                    lastTransitionTime:
55
                      format: date-time
56
                      type: string
57
                    message:
58
                      type: string
59
                    status:
60
                      type: string
61
                    type:
62
                      type: string
63
                  required:
64
                  - status
65
                  - type
66
                  type: object
67
                type: array
68
              phase:
69
                type: string
70
            type: object
71
        type: object
72
    served: true
73
    storage: true
74
    subresources:
75
      status: {}
76
status:
77
  acceptedNames:
78
    kind: ""
79
    plural: ""
80
  conditions: []
81
  storedVersions: []
82

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

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

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

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