You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
description: Konfig is the Schema for the hierarchyconfigs API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: KonfigSpec defines the desired state of Konfig
38
+
properties:
39
+
hierarchy:
40
+
items:
41
+
properties:
42
+
hierarchyName:
43
+
type: string
44
+
index:
45
+
type: integer
46
+
key:
47
+
type: string
48
+
kind:
49
+
type: string
50
+
name:
51
+
type: string
52
+
namespace:
53
+
type: string
54
+
type:
55
+
type: string
56
+
required:
57
+
- kind
58
+
- name
59
+
type: object
60
+
type: array
61
+
output:
62
+
description: Output defines where and how properties file need to be
63
+
created
64
+
properties:
65
+
filetype:
66
+
type: string
67
+
key:
68
+
type: string
69
+
kind:
70
+
type: string
71
+
name:
72
+
type: string
73
+
namespace:
74
+
type: string
75
+
type:
76
+
type: string
77
+
type: object
78
+
required:
79
+
- hierarchy
80
+
type: object
81
+
status:
82
+
description: KonfigStatus defines the observed state of Konfig
83
+
properties:
84
+
hierarchy:
85
+
items:
86
+
properties:
87
+
hierarchyName:
88
+
type: string
89
+
index:
90
+
type: integer
91
+
key:
92
+
type: string
93
+
kind:
94
+
type: string
95
+
name:
96
+
type: string
97
+
namespace:
98
+
type: string
99
+
type:
100
+
type: string
101
+
required:
102
+
- kind
103
+
- name
104
+
type: object
105
+
type: array
106
+
output:
107
+
description: Output defines where and how properties file need to be
0 commit comments