Skip to content

WIP: initial implemention of evictions #454

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svenwiltink
Copy link

Add support for the eviction api. Unit test still missing

Comment on lines +36 to +38
$pod = (new K8sPod())
->setNamespace($this->getNamespace())
->setName($this->getName());
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not too happy with this, feedback welcome

@svenwiltink
Copy link
Author

Evictions can only be created using the api, not listed. That puts it in a weird spot when extending the K8sResource class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant