Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voelzmo/vpa-minallowed-remover
Removes any minallowed definitions from VPA resources
https://github.com/voelzmo/vpa-minallowed-remover
Last synced: 3 days ago
JSON representation
Removes any minallowed definitions from VPA resources
- Host: GitHub
- URL: https://github.com/voelzmo/vpa-minallowed-remover
- Owner: voelzmo
- License: other
- Created: 2022-12-15T13:00:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T14:01:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T23:12:39.869Z (about 2 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# vpa-minallowed-remover
[![reuse compliant](https://reuse.software/badge/reuse-compliant.svg)](https://reuse.software/)
## How to use this repository template
This template repository can be used to seed new git repositories in the gardener github organisation.
- you need to be a [member of the gardener organisation](https://github.com/orgs/gardener/people)
in order to be able to create a new private repository
- [create the new repository](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)
based on this template repository
- in the files
- `.reuse/dep5`
- `CODEOWNERS`
- `README.md`
- replace the following placeholders
- ``: name of the new repository
- ``: name of the github team in [gardener teams](https://github.com/orgs/gardener/teams)
defining maintainers of the new repository.
If several repositories share a common topic and the same
set of maintainers they can share a common maintainer team
- set the repository description in the "About" section of your repository
- describe the new component in additional sections in this `README.md`
- any contributions to the new repository must follow the rules in the
[contributor guide](https://github.com/gardener/documentation/blob/master/CONTRIBUTING.md)
- remove this section from this `README.md`
- ask [@msohn](https://github.com/orgs/gardener/people/msohn) or another
[owner of the gardener github organisation](https://github.com/orgs/gardener/people?query=role%3Aowner)
- to double-check the initial content of this repository
- to create the maintainer team for this new repository
- to make this repository public
- protect at least the master branch requiring mandatory code review by the maintainers defined in CODEOWNERS
- grant admin permission to the maintainers team of the new repository defined in CODEOWNERS## UNDER CONSTRUCTION