We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99ae49 commit 90d4616Copy full SHA for 90d4616
exp/runtime/api/v1alpha1/conversion_test.go
@@ -47,11 +47,11 @@ func ExtensionConfigFuzzFuncs(_ runtimeserializer.CodecFactory) []interface{} {
47
}
48
49
50
-func hubExtensionConfigStatus(in *addonsv1.ExtensionConfigStatus, c fuzz.Continue) {
+func hubExtensionConfigStatus(in *runtimev1.ExtensionConfigStatus, c fuzz.Continue) {
51
c.FuzzNoCustom(in)
52
// Drop empty structs with only omit empty fields.
53
if in.Deprecated != nil {
54
- if in.Deprecated.V1Beta1 == nil || reflect.DeepEqual(in.Deprecated.V1Beta1, &addonsv1.ExtensionConfigV1Beta1DeprecatedStatus{}) {
+ if in.Deprecated.V1Beta1 == nil || reflect.DeepEqual(in.Deprecated.V1Beta1, &runtimev1.ExtensionConfigV1Beta1DeprecatedStatus{}) {
55
in.Deprecated = nil
56
57
0 commit comments