-
Notifications
You must be signed in to change notification settings - Fork 76
K8SPG-1007: Rename upstream CRDs #1561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
8d39567
rename upstream api package
egegunes bb21125
fix old api references
egegunes 3ade8de
rename CRDs
egegunes c4baaf7
fix api version
egegunes ac6f625
remove testing dir
egegunes 3955649
fix rbacs
egegunes 5cee9a4
add migration controller
egegunes 5e81eac
update manifests
egegunes 92f6a31
fix unit tests
egegunes 8f121cc
fix upgrade-minor
egegunes bb84b04
Merge branch 'main' into crd-rename
mayankshah1607 50cd1dd
Merge branch 'main' into crd-rename
hors b1b4cfd
fix typo
egegunes 20baf17
e2e-tests: add Crunchy Data migration test suite
hors 2c70a21
Merge branch 'main' into crd-rename
hors 855095d
address mayank's comments
egegunes 87e562b
remove references to testing/
egegunes 0aefa6e
use require to assert owner reference
egegunes 5986a05
fix issues due to review comments
egegunes 66a29e0
address review comments
egegunes 497af8d
Merge branch 'main' into crd-rename
egegunes ad66ef7
fix timeouts
hors fb73327
fix tests
hors f1ede33
remove migration controller
egegunes f15c14a
fix updating owner references of issuer & certificates
egegunes b71131c
add status condition for migration status
egegunes e077de3
address review comments
egegunes 5c8d2a9
Merge branch 'main' into crd-rename
mayankshah1607 f0daa58
fix owner references for ca cert
egegunes 3b9a28f
update manifests
egegunes 683aec9
fix unit tests
egegunes 969d61d
Merge branch 'main' into crd-rename
mayankshah1607 bf98494
delete unneeded files
egegunes 0c3b1a6
fix misleading condition if legacy cluster is not found
egegunes 5488242
increase timeout
egegunes f0658aa
fix rbac for migration
egegunes 760381f
fix triggered perconapgupgrade after operator upgrade
egegunes b24a778
fix pgbackrest tls error after migration
egegunes 320a946
fix upgrade-minor
egegunes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,36 @@ | ||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||
| kind: Kustomization | ||
|
|
||
| resources: | ||
| - generated/upstream.pgv2.percona.com_postgresclusters.yaml | ||
|
|
||
| patchesJson6902: | ||
| - target: | ||
| group: apiextensions.k8s.io | ||
| version: v1 | ||
| kind: CustomResourceDefinition | ||
| name: postgresclusters.upstream.pgv2.percona.com | ||
| path: condition.yaml | ||
| - target: | ||
| group: apiextensions.k8s.io | ||
| version: v1 | ||
| kind: CustomResourceDefinition | ||
| name: postgresclusters.upstream.pgv2.percona.com | ||
| path: todos.yaml | ||
| - target: | ||
| group: apiextensions.k8s.io | ||
| version: v1 | ||
| kind: CustomResourceDefinition | ||
| name: postgresclusters.upstream.pgv2.percona.com | ||
| path: validation.yaml | ||
| - target: | ||
| group: apiextensions.k8s.io | ||
| version: v1 | ||
| kind: CustomResourceDefinition | ||
| name: postgresclusters.upstream.pgv2.percona.com | ||
| patch: |- | ||
| - op: add | ||
| path: "/metadata/labels" | ||
| value: | ||
| app.kubernetes.io/name: pgo | ||
| app.kubernetes.io/version: latest | ||
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in file name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, fixed