generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick: Add registry cli extension (#230)
* upgrade dependencies * add registry cli extension * add \n --------- Co-authored-by: ottersbot <[email protected]>
- Loading branch information
Showing
7 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
config/operator/base/cli-extensions/dockerregistry/coreCommands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- actionID: registry_config | ||
- actionID: registry_image-import |
13 changes: 13 additions & 0 deletions
13
config/operator/base/cli-extensions/dockerregistry/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
configMapGenerator: | ||
- name: operator.cli | ||
namespace: kube-public | ||
files: | ||
- rootCommand | ||
- coreCommands | ||
options: | ||
disableNameSuffixHash: true | ||
labels: | ||
app.kubernetes.io/component: configmap | ||
app.kubernetes.io/instance: dockerregistry-operator-configmap | ||
app.kubernetes.io/name: dockerregistry-operator | ||
kyma-cli/extension: resource |
3 changes: 3 additions & 0 deletions
3
config/operator/base/cli-extensions/dockerregistry/rootCommand
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: registry | ||
description: Set of commands for Kyma registry | ||
descriptionLong: Use this command manage resources related to Kyma registry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
resources: | ||
- dockerregistry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ resources: | |
- ./deployment | ||
- ./rbac | ||
- ./ui-extensions | ||
- ./cli-extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resources: | ||
- dockerregistry | ||
- dockerregistry |