Skip to content

Commit ba3a037

Browse files
committed
chore(k8s/magiclove/rook-ceph): upgrade ceph to v19.2.3
1 parent 27b21f8 commit ba3a037

File tree

8 files changed

+1028
-88
lines changed

8 files changed

+1028
-88
lines changed

cue.mod/gen/github.com/rook/rook/pkg/apis/ceph.rook.io/v1/keys_go_gen.cue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

cue.mod/gen/github.com/rook/rook/pkg/apis/ceph.rook.io/v1/labels_go_gen.cue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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: ""

cue.mod/gen/github.com/rook/rook/pkg/apis/ceph.rook.io/v1/resources_go_gen.cue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)