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
1010#KeyMon : #KeyType & " mon "
1111#KeyMonArbiter : #KeyType & " arbiter "
1212#KeyMgr : #KeyType & " mgr "
13+ #KeyDashboard : #KeyType & " dashboard "
1314#KeyOSDPrepare : #KeyType & " prepareosd "
1415#KeyRotation : #KeyType & " keyrotation "
1516#KeyOSD : #KeyType & " osd "
@@ -18,3 +19,4 @@ package v1
1819#KeyCrashCollector : #KeyType & " crashcollector "
1920#KeyClusterMetadata : #KeyType & " clusterMetadata "
2021#KeyCephExporter : #KeyType & " exporter "
22+ #KeyCmdReporter : #KeyType & " cmdreporter "
Original file line number Diff line number Diff line change @@ -19,14 +19,16 @@ package v1
1919 #KeyMon |
2020 #KeyMonArbiter |
2121 #KeyMgr |
22+ #KeyDashboard |
2223 #KeyOSDPrepare |
2324 #KeyRotation |
2425 #KeyOSD |
2526 #KeyCleanup |
2627 #KeyMonitoring |
2728 #KeyCrashCollector |
2829 #KeyClusterMetadata |
29- #KeyCephExporter
30+ #KeyCephExporter |
31+ #KeyCmdReporter
3032
3133// Labels are label for a given daemons
3234#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
1919// ResourcesKeyPrepareOSD represents the name of resource in the CR for the osd prepare job
2020#ResourcesKeyPrepareOSD : " prepareosd "
2121
22+ // ResourcesKeyCmdReporter represents the name of resource in the CR for the detect version and network jobs
23+ #ResourcesKeyCmdReporter : " cmd-reporter "
24+
2225// ResourcesKeyMDS represents the name of resource in the CR for the mds
2326#ResourcesKeyMDS : " mds "
2427
You can’t perform that action at this time.
0 commit comments