ClusterName is now +kubebuilder:validation:Required, MinLength=1 (plugin_configuration_types.go:70-73), so the API server rejects empty values.
The empty-string fallback branches in operator/internal/klioconfig/config.go:255-256 and :315-317 are now unreachable.
We should delete both fallback branches and the stale comment at :315.
ClusterNameis now+kubebuilder:validation:Required,MinLength=1(plugin_configuration_types.go:70-73), so the API server rejects empty values.The empty-string fallback branches in
operator/internal/klioconfig/config.go:255-256and:315-317are now unreachable.We should delete both fallback branches and the stale comment at :315.