forked from devfile/registry-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final pre-release changes (devfile#47)
* maintainers updated Signed-off-by: Michael Valdron <[email protected]> * set version to 0.1.0 maturity beta Signed-off-by: Michael Valdron <[email protected]> * csv manifest updated descriptions for CRs Signed-off-by: Michael Valdron <[email protected]> * correct invalid namespace test case label for ClusterDevfileRegistriesList CR webhook Signed-off-by: Michael Valdron <[email protected]> * CR descriptions updated in source. Signed-off-by: Michael Valdron <[email protected]> * bundle and manifest updates generated Signed-off-by: Michael Valdron <[email protected]> * devfileregistry CR description updated Signed-off-by: Michael Valdron <[email protected]> * update samples of ClusterDevfileRegistriesList and DevfileRegistriesList CRs Signed-off-by: Michael Valdron <[email protected]> * Updates to CRDs and CSV Signed-off-by: Michael Valdron <[email protected]> * License and CONTRIBUTING.md links added to README Signed-off-by: Michael Valdron <[email protected]> * Update description and capabilities Signed-off-by: Michael Valdron <[email protected]> * update bundle files Signed-off-by: Michael Valdron <[email protected]> * update to new devfile icon Signed-off-by: Michael Valdron <[email protected]> * update display name Signed-off-by: Michael Valdron <[email protected]> * update devfileregistry sample Signed-off-by: Michael Valdron <[email protected]> * fix links for pull requests Signed-off-by: Michael Valdron <[email protected]> * update CHANGELOG Signed-off-by: Michael Valdron <[email protected]> * documentation review revisions Co-authored-by: Philippe Martin <[email protected]> Signed-off-by: Michael Valdron <[email protected]> * fix formatting of devfileregistry_types.go Signed-off-by: Michael Valdron <[email protected]> --------- Signed-off-by: Michael Valdron <[email protected]> Co-authored-by: Philippe Martin <[email protected]> Signed-off-by: thepetk <[email protected]>
- Loading branch information
Showing
20 changed files
with
579 additions
and
55 deletions.
There are no files selected for viewing
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
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
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 +1 @@ | ||
0.0.1 | ||
0.1.0 |
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
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
253 changes: 238 additions & 15 deletions
253
bundle/manifests/registry-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
262 changes: 248 additions & 14 deletions
262
config/manifests/bases/registry-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 5 additions & 3 deletions
8
config/samples/registry_v1alpha1_clusterdevfileregistrieslist.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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
apiVersion: registry.devfile.io/v1alpha1 | ||
kind: clusterDevfileRegistriesList | ||
kind: ClusterDevfileRegistriesList | ||
metadata: | ||
name: clusterdevfileregistrieslist-sample | ||
name: sample-clusterdevfileregistrieslist | ||
spec: | ||
# TODO(user): Add fields here | ||
devfileRegistries: | ||
- name: devfile-staging | ||
url: https://registry.stage.devfile.io |
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,6 +1,8 @@ | ||
apiVersion: registry.devfile.io/v1alpha1 | ||
kind: DevfileRegistriesList | ||
metadata: | ||
name: devfileregistrieslist-sample | ||
name: sample-devfileregistrieslist | ||
spec: | ||
# TODO(user): Add fields here | ||
devfileRegistries: | ||
- name: devfile-staging | ||
url: https://registry.stage.devfile.io |
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