Skip to content

Commit

Permalink
feat: support skip-images flag
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Apr 27, 2024
1 parent 5ecb650 commit f660185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/flag/kubernetes_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ func (f *K8sFlagGroup) ToOptions() (K8sOptions, error) {
IncludeKinds: f.IncludeKinds.Value(),
ExcludeNamespaces: f.ExcludeNamespaces.Value(),
IncludeNamespaces: f.IncludeNamespaces.Value(),
SkipDeep: f.SkipDeep.Value(),
Burst: f.Burst.Value(),
}, nil
}
Expand Down

0 comments on commit f660185

Please sign in to comment.