type mutatingWebhookAccessorCreator …
type mutatingWebhookConfigurationManager …
var _ …
func NewMutatingWebhookConfigurationManager(f informers.SharedInformerFactory) generic.Source { … }
func (m *mutatingWebhookConfigurationManager) Webhooks() []webhook.WebhookAccessor { … }
func (m *mutatingWebhookConfigurationManager) HasSynced() bool { … }
func (m *mutatingWebhookConfigurationManager) getConfiguration() ([]webhook.WebhookAccessor, error) { … }
func (m *mutatingWebhookConfigurationManager) getMutatingWebhookConfigurations(configurations []*v1.MutatingWebhookConfiguration) []webhook.WebhookAccessor { … }
type MutatingWebhookConfigurationSorter …
func (a MutatingWebhookConfigurationSorter) ByName(i, j int) bool { … }