-
Notifications
You must be signed in to change notification settings - Fork 781
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
list custom resource managed resources #634
Open
petar-cvit
wants to merge
25
commits into
main
Choose a base branch
from
crd-managed-resources
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9af4a27
list custom resource managed resources
petar-cvit 3a4312c
identify child label by crd gvk
petar-cvit 6d392f5
add use state deps
petar-cvit 3033505
add use callback deps
petar-cvit 32205d5
child labels configmap
petar-cvit 85e8c24
remove print
petar-cvit 9b9480d
fetch resource relations from configmap
petar-cvit f220b9e
remove volume mount
petar-cvit aa4e154
Merge branch 'main' into crd-managed-resources
petar-cvit 2a80544
resolve conflicts
petar-cvit 844d088
remove unused getCustomChildLabels
petar-cvit 33f9b7e
Merge branch 'main' into crd-managed-resources
petar-cvit 86cd760
use crds as templates
petar-cvit 2988522
render crd templates
petar-cvit 0d297b3
fix controller tests
petar-cvit 26d6394
template store with crd source type
petar-cvit 14d013e
crd template store with templates tab
petar-cvit 3fd2e4f
fix tests
petar-cvit dc064d6
remove deps
petar-cvit 6ef3241
remove props
petar-cvit d4b61c4
template store tab labels
petar-cvit 63563ec
remove env var
petar-cvit cf8a0e4
Merge pull request #769 from cyclops-ui/template-source-crd
petar-cvit 00b0b9f
check template source on validation
petar-cvit 7df3c12
sort imports
petar-cvit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
childLabels: | ||
- group: kro.run | ||
version: v1alpha1 | ||
kind: Application | ||
matchLabels: | ||
kro.run/instance-name: "{{ .metadata.name }}" | ||
managedGVKs: | ||
- group: apps | ||
version: v1 | ||
resource: deployments | ||
- group: "" | ||
version: v1 | ||
resource: services |
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
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.
Add comment so that people know it's an example for testing