# 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.