Grzegorz Głąb
Grzegorz Głąb
When clicking on various links inside `docs` github return `404` - they should be adjusted. Also README.md points to metacontroller which have been diverged from this project
As pointed out in https://github.com/AmitKumarDas/metac/pull/122#discussion_r403272269 I think that having common agreement on principles of writing examples would make it easier to use. Some initial though from my side : *...
To make automatic release notes and make easier to deploy new version, `semantic-release` could be used. https://github.com/semantic-release/semantic-release is a tool which : * create release notes from commit messages *...
https://github.com/GoogleCloudPlatform/metacontroller/issues/167
https://github.com/GoogleCloudPlatform/metacontroller/issues/191 Probably the same for metac
Hi, when I run `trivy` on my project which is using `client-go` in `k8s.io/client-go v0.25.0` I got notification about https://avd.aquasec.com/nvd/2022/cve-2022-27664/ Best to upgrade to `0.0.0-20220906165146-f3363e06e74c`
I noticed there is no common method so I see a lot of `if xxx.,metadata.deletionTimestamp...` logic, I thin it would be profitable to add utility method like `isBeingDeleted(object)` to determine...
# Problem Metacontroller have its own `ControllerRevision` type, which present to enable behavior similar to `StatefulSet`. It has a logic to handle those. # Opportunity Look up on kubernetes improvements...
Fixes #562