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
@@ -70,6 +73,7 @@ type MonitoringConsoleStatus struct {
70
73
// +kubebuilder:printcolumn:name="Desired",type="integer",JSONPath=".status.replicas",description="Desired number of monitoring console members"
71
74
// +kubebuilder:printcolumn:name="Ready",type="integer",JSONPath=".status.readyReplicas",description="Current number of ready monitoring console members"
72
75
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description="Age of monitoring console"
Copy file name to clipboardExpand all lines: api/v4/searchheadcluster_types.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,9 @@ type SearchHeadClusterStatus struct {
119
119
120
120
// Telemetry App installation flag
121
121
TelAppInstalledbool`json:"telAppInstalled"`
122
+
123
+
// Auxillary message describing CR status
124
+
Messagestring`json:"message"`
122
125
}
123
126
124
127
// SearchHeadCluster is the Schema for a Splunk Enterprise search head cluster
@@ -132,6 +135,7 @@ type SearchHeadClusterStatus struct {
132
135
// +kubebuilder:printcolumn:name="Desired",type="integer",JSONPath=".status.replicas",description="Desired number of search head cluster members"
133
136
// +kubebuilder:printcolumn:name="Ready",type="integer",JSONPath=".status.readyReplicas",description="Current number of ready search head cluster members"
134
137
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description="Age of search head cluster"
0 commit comments