directory
0.2.0
Repository: https://github.com/ondat/operator-toolkit.git
Documentation: pkg.go.dev

# Packages

Package admission provides interfaces for building admission controllers with chaining function with support for both k8s native and custom resources in a consistent way.
Package builder is based on the controller-runtime webhook builder.
Package cert provides a secret based certificate manager for webhook servers.
Package function contains common defaulting and validating functions that can be imported and used in any admission controllers.