-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change group to "datashim.io" from "com.ie.ibm.hpsys" (#308)
* creating new branch for new group name Signed-off-by: Srikumar Venugopal <srikumarv@ie.ibm.com> * initial support for s3 folders Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * changing CRD group to datashim.io Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * adding older group name for debugging Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * adding support for building local component containers with podman Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * bug fixes in build bash scripts Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * bug fixes in build bash scripts Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * bug fixes in build bash scripts Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * bug fixes in build bash scripts Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * bug fixes in build bash scripts Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * bug fixes in build bash scripts Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * docker buildx load after build Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * docker buildx load after build Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com> * Update README.md Update README to incorporate group name change --------- Signed-off-by: Srikumar Venugopal <srikumarv@ie.ibm.com> Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>
- Loading branch information
1 parent
37f7783
commit f590a7f
Showing
35 changed files
with
91 additions
and
70 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
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,5 +1,5 @@ | ||
--- | ||
apiVersion: com.ie.ibm.hpsys/v1alpha1 | ||
apiVersion: datashim.io/v1alpha1 | ||
kind: Dataset | ||
metadata: | ||
name: bookds | ||
|
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
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 |
---|---|---|
|
@@ -67,7 +67,7 @@ rules: | |
verbs: | ||
- get | ||
- apiGroups: | ||
- com.ie.ibm.hpsys | ||
- datashim.io | ||
resources: | ||
- '*' | ||
verbs: | ||
|
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
2 changes: 1 addition & 1 deletion
2
src/apiclient/pkg/clientset/versioned/typed/com/v1alpha1/com_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/apiclient/pkg/clientset/versioned/typed/com/v1alpha1/fake/fake_dataset.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/apiclient/pkg/clientset/versioned/typed/com/v1alpha1/fake/fake_datasetinternal.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.