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
@@ -111,7 +109,6 @@ func (o *CreateOptions) BindFlags(flags *pflag.FlagSet) {
111
109
flags.Var(&o.ExcludeResources, "exclude-resources", "Resources to exclude from the restore, formatted as resource.group, such as storageclasses.storage.k8s.io.")
112
110
flags.Var(&o.Labels, "labels", "Labels to apply to the restore.")
113
111
flags.Var(&o.Annotations, "annotations", "Annotations to apply to the restore.")
114
-
// Note: namespace-mappings are restricted for non-admin users and therefore not exposed
115
112
flags.VarP(&o.Selector, "selector", "l", "Only restore resources matching this label selector.")
116
113
flags.Var(&o.OrSelector, "or-selector", "Restore resources matching at least one of the label selector from the list. Label selectors should be separated by ' or '. For example, foo=bar or app=nginx")
117
114
flags.DurationVar(&o.ItemOperationTimeout, "item-operation-timeout", o.ItemOperationTimeout, "How long to wait for async plugin operations before timeout.")
0 commit comments