Documentation ¶
Overview ¶
Package webhook contains the implementation of the validating admission webhook.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddValidator ¶
AddValidator adds the admission webhook validator to the passed manager.
func ConfigSyncMetadata ¶
ConfigSyncMetadata returns all of the metadata fields in the given fieldpath Set which are ConfigSync labels or annotations.
func CreateCertsIfNeeded ¶
CreateCertsIfNeeded creates all certs for webhooks. This function is called from main.go
Types ¶
type ObjectDiffer ¶
type ObjectDiffer struct {
// contains filtered or unexported fields
}
ObjectDiffer can compare two versions of an Object and report on any declared fields which were modified between the two.
Click to show internal directories.
Click to hide internal directories.