Skip to content
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

Feature: add support for calico #10

Open
deggja opened this issue Dec 2, 2023 · 0 comments
Open

Feature: add support for calico #10

deggja opened this issue Dec 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@deggja
Copy link
Owner

deggja commented Dec 2, 2023

Currently, the implementation fetches policies from namespaces, and some logic is based on there being a namespace field in the structure of the kubernetes resource.

At some point it would be nice to add support for global network policies from e.g Calico and others. These policies do not have a namespace field and wont be included currently.

type PolicyVisualization struct {
	Name       string   `json:"name"`
	Namespace  string   `json:"namespace"`
	TargetPods []string `json:"targetPods"`
}
@deggja deggja added the enhancement New feature or request label Dec 2, 2023
@deggja deggja self-assigned this Dec 11, 2023
@deggja deggja added the help wanted Extra attention is needed label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant