kubelatte-ce

Форк
2
Форк от sbertech/kubelatte-ce
/
kubelatte.io_triggerinstances.yaml 
81 строка · 2.9 Кб
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: triggerinstances.kubelatte.io
9
spec:
10
  group: kubelatte.io
11
  names:
12
    kind: TriggerInstance
13
    listKind: TriggerInstanceList
14
    plural: triggerinstances
15
    singular: triggerinstance
16
  scope: Namespaced
17
  versions:
18
  - name: v1alpha1
19
    schema:
20
      openAPIV3Schema:
21
        description: TriggerInstance is the Schema for the triggerinstances API
22
        properties:
23
          apiVersion:
24
            description: 'APIVersion defines the versioned schema of this representation
25
              of an object. Servers should convert recognized schemas to the latest
26
              internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
            type: string
28
          kind:
29
            description: 'Kind is a string value representing the REST resource this
30
              object represents. Servers may infer this from the endpoint the client
31
              submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
32
            type: string
33
          metadata:
34
            type: object
35
          spec:
36
            description: TriggerInstanceSpec defines the desired state of TriggerInstance
37
            properties:
38
              data:
39
                description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
40
                  Important: Run "make" to regenerate code after modifying this file'
41
                type: string
42
                x-kubernetes-preserve-unknown-fields: true
43
            type: object
44
          status:
45
            description: TriggerInstanceStatus defines the observed state of TriggerInstance
46
            properties:
47
              resourcestatus:
48
                description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
49
                  of cluster Important: Run "make" to regenerate code after modifying
50
                  this file'
51
                items:
52
                  properties:
53
                    apiVersion:
54
                      type: string
55
                    kind:
56
                      type: string
57
                    message:
58
                      type: string
59
                    name:
60
                      type: string
61
                    phase:
62
                      type: string
63
                    status:
64
                      type: string
65
                  type: object
66
                  x-kubernetes-preserve-unknown-fields: true
67
                type: array
68
            required:
69
            - resourcestatus
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 Вы можете самостоятельно в настройках Вашего браузера.