rancher/GCP Janitor
Mark and clean GCP resources.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials-json | The JSON key file for GCP service account credentials. | yes | — |
| zones | A comma-separated list of zones to clean resources in. Use `*` for all zones within the selected regions. | yes | — |
| project-id | The GCP project ID where the resources are located. | yes | — |
| age-in-hours | The minimum age (in hours) of resources to be eligible for cleaning. | no | 6 |
| dry-run | If set to `true`, performs a dry run without deleting any resources. | no | false |
| resource-label-key | The label key used to identify resources that should not be deleted. | yes | — |
| resource-label-value | The label value associated with `resource-label-key` to mark resources for exclusion from deletion. | yes | — |
Outputs
no outputs