Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/cassandra/v1beta1/cassandradatacenter_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ type ServiceConfigAdditions struct {
// Rack ...
type Rack struct {
// The rack name
// +kubebuilder:validation:MinLength=2
// +kubebuilder:validation:MinLength=1
Name string `json:"name"`

// Deprecated. Use nodeAffinityLabels instead. DeprecatedZone name to pin the rack, using node affinity
Expand Down