-
Notifications
You must be signed in to change notification settings - Fork 765
list custom resource managed resources #634
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
Open
petar-cvit
wants to merge
58
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
58 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 00d2001
deploy button loading
petar-cvit 8d8c5d5
launch week #2 announcement (#770)
KaradzaJuraj 4d7d1c3
👣 [blog] how we took gitops further (#771)
KaradzaJuraj c9b4209
1️⃣ [lw2] day #1 (#775)
KaradzaJuraj 210264f
2️⃣ [lw] day 2 (#776)
KaradzaJuraj 3e0997c
🅱️ backstage plugins docs (#777)
petar-cvit f2ebd19
🧩 [lw] day 3 (#779)
KaradzaJuraj 1b3f8e7
✌️ lw #2 - day 4 feature (#781)
petar-cvit f6a3fed
🎭 [blog] portal vs platform (#782)
KaradzaJuraj 8adc9d7
[lw2] day 5 (#783)
KaradzaJuraj 0290ab7
mark module CRD status fields as optional (#784)
petar-cvit 5c0b271
📮 emit cyclops install manager (#785)
petar-cvit c930a57
⚙️ update cyclops to v0.18.1
github-actions[bot] dbcff32
🤖 helm chart to v0.18.1 (#786)
petar-cvit d3e753e
🥁 handle errors on fethcing api resources (#772)
petar-cvit 014172d
⚙️ update cyclops to v0.18.2
github-actions[bot] 8933df4
🪵 check group version on resource list render (#788)
petar-cvit 2e918ab
🔥 add k8s role resource (#789)
petar-cvit 4f52836
rm ph (#790)
KaradzaJuraj 8ff5724
remove lw teaser
petar-cvit 2b48284
🧩 [lw] day 3 (#779)
KaradzaJuraj 719564d
🔥 Helm chart install docs (#792)
petar-cvit c22e2f1
remove namespace select handler (#794)
petar-cvit 20d15a0
🚢 [blog] how platform engineering helps you move like a startup again…
KaradzaJuraj 9a01e78
remove empty
petar-cvit d6ec2cd
Merge branch 'main' into crd-managed-resources
petar-cvit ab1eb02
shoe additional printer columns on a cr
petar-cvit f920c30
map additional printer columns on a CR
petar-cvit b12ceb7
Merge branch 'main' into crd-managed-resources
petar-cvit 659d931
update install crds
petar-cvit 90c77d4
Merge branch 'main' into crd-managed-resources
petar-cvit d398c2e
Merge branch 'main' into crd-managed-resources
petar-cvit de4c154
use k8s config
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 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,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 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
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