const PluginName …
func Register(plugins *admission.Plugins) { … }
type AlwaysPullImages …
var _ …
var _ …
func (a *AlwaysPullImages) Admit(ctx context.Context, attributes admission.Attributes, o admission.ObjectInterfaces) (err error) { … }
func (*AlwaysPullImages) Validate(ctx context.Context, attributes admission.Attributes, o admission.ObjectInterfaces) (err error) { … }
func isUpdateWithNoNewImages(attributes admission.Attributes) bool { … }
func shouldIgnore(attributes admission.Attributes) bool { … }
func NewAlwaysPullImages() *AlwaysPullImages { … }