generic set

This commit is contained in:
AxeZhan
2023-10-26 12:46:28 +08:00
parent 92c4b3254f
commit 070e7a38cb
13 changed files with 408 additions and 364 deletions

View File

@@ -919,7 +919,7 @@ func TestValidateHorizontalPodAutoscaler(t *testing.T) {
}},
},
},
msg: "Invalid value: \"InvalidResource\": must be a standard resource type or fully qualified",
msg: "Invalid value: InvalidResource: must be a standard resource type or fully qualified",
}, {
horizontalPodAutoscaler: autoscaling.HorizontalPodAutoscaler{
ObjectMeta: metav1.ObjectMeta{Name: "myautoscaler", Namespace: metav1.NamespaceDefault},