some more progress with crd generation

This commit is contained in:
2024-03-24 22:49:51 +01:00
parent 6f5c58b906
commit caf3653175
6 changed files with 126 additions and 58 deletions

View File

@@ -9,6 +9,7 @@ var defaultConfig = Config{
LogLevel: "Info",
LabelSelector: "kops.k8s.io/instance-role=Node",
HcloudToken: "",
Namespace: "mailu",
}
func TestConfigDefaults(t *testing.T) {