Skip to content

Commit

Permalink
Merge pull request #711 from ecordell/46-airgap-catalog
Browse files Browse the repository at this point in the history
Bug 1917548: 4.6 backports for oc adm catalog mirror
  • Loading branch information
openshift-merge-robot committed Jan 28, 2021
2 parents ccd5ebb + 22cebdd commit e695bbc
Show file tree
Hide file tree
Showing 9 changed files with 2,136 additions and 431 deletions.
3 changes: 3 additions & 0 deletions contrib/completions/bash/oc
Expand Up @@ -668,6 +668,9 @@ _oc_adm_catalog_mirror()
flags+=("--icsp-scope=")
two_word_flags+=("--icsp-scope")
local_nonpersistent_flags+=("--icsp-scope=")
flags+=("--index-filter-by-os=")
two_word_flags+=("--index-filter-by-os")
local_nonpersistent_flags+=("--index-filter-by-os=")
flags+=("--insecure")
local_nonpersistent_flags+=("--insecure")
flags+=("--manifests-only")
Expand Down
3 changes: 3 additions & 0 deletions contrib/completions/zsh/oc
Expand Up @@ -768,6 +768,9 @@ _oc_adm_catalog_mirror()
flags+=("--icsp-scope=")
two_word_flags+=("--icsp-scope")
local_nonpersistent_flags+=("--icsp-scope=")
flags+=("--index-filter-by-os=")
two_word_flags+=("--index-filter-by-os")
local_nonpersistent_flags+=("--index-filter-by-os=")
flags+=("--insecure")
local_nonpersistent_flags+=("--insecure")
flags+=("--manifests-only")
Expand Down

0 comments on commit e695bbc

Please sign in to comment.