File tree Expand file tree Collapse file tree 8 files changed +1028
-88
lines changed
cue.mod/gen/github.com/rook/rook/pkg/apis/ceph.rook.io/v1 Expand file tree Collapse file tree 8 files changed +1028
-88
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ package v1
10
10
#KeyMon : #KeyType & " mon "
11
11
#KeyMonArbiter : #KeyType & " arbiter "
12
12
#KeyMgr : #KeyType & " mgr "
13
+ #KeyDashboard : #KeyType & " dashboard "
13
14
#KeyOSDPrepare : #KeyType & " prepareosd "
14
15
#KeyRotation : #KeyType & " keyrotation "
15
16
#KeyOSD : #KeyType & " osd "
@@ -18,3 +19,4 @@ package v1
18
19
#KeyCrashCollector : #KeyType & " crashcollector "
19
20
#KeyClusterMetadata : #KeyType & " clusterMetadata "
20
21
#KeyCephExporter : #KeyType & " exporter "
22
+ #KeyCmdReporter : #KeyType & " cmdreporter "
Original file line number Diff line number Diff line change @@ -19,14 +19,16 @@ package v1
19
19
#KeyMon |
20
20
#KeyMonArbiter |
21
21
#KeyMgr |
22
+ #KeyDashboard |
22
23
#KeyOSDPrepare |
23
24
#KeyRotation |
24
25
#KeyOSD |
25
26
#KeyCleanup |
26
27
#KeyMonitoring |
27
28
#KeyCrashCollector |
28
29
#KeyClusterMetadata |
29
- #KeyCephExporter
30
+ #KeyCephExporter |
31
+ #KeyCmdReporter
30
32
31
33
// Labels are label for a given daemons
32
34
#Labels : {[string ]: string }
Original file line number Diff line number Diff line change
1
+ // Code generated by cue get go. DO NOT EDIT.
2
+
3
+ // cue:generate cue get go github.com/rook/rook/pkg/apis/ceph.rook.io/v1
4
+
5
+ package v1
6
+
7
+ #ImplicitNamespaceKey : " <implicit> "
8
+ #ImplicitNamespaceVal : " "
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ package v1
19
19
// ResourcesKeyPrepareOSD represents the name of resource in the CR for the osd prepare job
20
20
#ResourcesKeyPrepareOSD : " prepareosd "
21
21
22
+ // ResourcesKeyCmdReporter represents the name of resource in the CR for the detect version and network jobs
23
+ #ResourcesKeyCmdReporter : " cmd-reporter "
24
+
22
25
// ResourcesKeyMDS represents the name of resource in the CR for the mds
23
26
#ResourcesKeyMDS : " mds "
24
27
You can’t perform that action at this time.
0 commit comments