yankcrime / finalizers

Stupid Finalizers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stupid Finalizers

Build

go build

Run

# List all objects blocked by a finalizer
./finalizers

# List all objects with finalizers
./finalizers --all

Example

./finalizers

NAMESPACE   NAME                    APIVERSION                KIND                         FINALIZERS
p-nf5gh     creator-project-owner   management.cattle.io/v3   ProjectRoleTemplateBinding   [controller.cattle.io/mgmt-auth-prtb-controller]

About

Stupid Finalizers

License:Apache License 2.0


Languages

Language:Go 100.0%