You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.StringVar(&i.ImageRef, "image", "", "image reference for the catalog source. Leave unset to retain the current image.")
76
-
fs.BoolVar(&i.IgnoreUnset, "ignore-unset", true, "set to false to revert all values not specifically set with flags in the command to their default as defined by the clustercatalog customresoucedefinition.")
fs.BoolVar(&i.IgnoreUnset, "ignore-unset", true, "set to false to revert all values not specifically set with flags in the command to their default as defined by the clusterextension customresoucedefinition.")
fs.BoolVar(&o.IgnoreUnset, "ignore-unset", true, fmt.Sprintf("set to false to revert all values not specifically set with flags in the command to their default as defined by the %s customresoucedefinition.", resourceType))
58
+
}
59
+
53
60
typemutableExtensionOptionsstruct {
54
61
Channels []string
55
62
Versionstring
@@ -76,7 +83,7 @@ func bindMutableExtensionFlags(fs *pflag.FlagSet, o *mutableExtensionOptions) {
76
83
"in (value3)). Matching objects must satisfy all of the specified label constraints.")
0 commit comments