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
Copy file name to clipboardExpand all lines: pkg/api/v1/cluster_types.go
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,8 @@ type ImageCatalogRef struct {
205
205
206
206
// +kubebuilder:validation:XValidation:rule="!(has(self.imageCatalogRef) && has(self.imageName))",message="imageName and imageCatalogRef are mutually exclusive"
207
207
208
-
// ClusterSpec defines the desired state of Cluster
208
+
// ClusterSpec defines the desired state of a PostgreSQL cluster managed by
209
+
// CloudNativePG.
209
210
typeClusterSpecstruct {
210
211
// Description of this PostgreSQL cluster
211
212
// +optional
@@ -797,7 +798,8 @@ type AvailableArchitecture struct {
797
798
Hashstring`json:"hash"`
798
799
}
799
800
800
-
// ClusterStatus defines the observed state of Cluster
801
+
// ClusterStatus defines the observed state of a PostgreSQL cluster managed by
802
+
// CloudNativePG.
801
803
typeClusterStatusstruct {
802
804
// The total number of PVC Groups detected in the cluster. It may differ from the number of existing instance pods.
803
805
// +optional
@@ -2514,7 +2516,8 @@ type RoleConfiguration struct {
2514
2516
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase",description="Cluster current status"
0 commit comments