list custom resource managed resources#634
Open
petar-cvit wants to merge 58 commits into
Open
Conversation
| policyTypes: | ||
| - Ingress | ||
| - Egress | ||
| #--- |
Collaborator
There was a problem hiding this comment.
Add comments so that people know it's an example
| @@ -0,0 +1,6 @@ | |||
| childLabels: | |||
Collaborator
There was a problem hiding this comment.
Add comment so that people know it's an example for testing
# Conflicts: # cyclops-ctrl/.env # cyclops-ctrl/cmd/main/main.go # cyclops-ctrl/pkg/cluster/k8sclient/client.go # cyclops-ctrl/pkg/cluster/k8sclient/resources.go # cyclops-ui/src/components/k8s-resources/ResourceList/ResourceList.tsx # cyclops-ui/src/components/pages/ModuleDetails.tsx
# Conflicts: # cyclops-ctrl/pkg/cluster/k8sclient/modules.go # cyclops-ui/src/components/k8s-resources/ResourceList/ResourceList.tsx
Template source crd
* emit cyclops install manager * send only if populated
* handle errors on fethcing api resources * ⚙️ update cyclops to v0.18.1-rc.1 * back to server preferred resources --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add commands to install Cyclops chart * fix new line * fix message * add helm chart to docs (#791)
# Conflicts: # cyclops-ctrl/internal/controller/sse/resources.go # cyclops-ctrl/pkg/cluster/k8sclient/client.go # cyclops-ctrl/pkg/cluster/k8sclient/modules.go # cyclops-ctrl/pkg/cluster/k8sclient/resources.go # install/cyclops-install.yaml # web/blog/2025-03-04-launch-week-2/index.md
# Conflicts: # cyclops-ctrl/pkg/cluster/k8sclient/client.go # cyclops-ctrl/pkg/template/crd.go
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
for each custom resource, shows resources created/managed by it.
cyclops-ctrlfetches managed resources based on labels provided incyclops-ctrlconfig so relations can be configured.