Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageRewriter ¶
type ImageRewriter struct { Client client.Client IgnoreImages []*regexp.Regexp IgnorePullPolicyAlways bool ProxyPort int // contains filtered or unexported fields }
func (*ImageRewriter) InjectDecoder ¶
func (a *ImageRewriter) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder
func (*ImageRewriter) RewriteImages ¶
func (a *ImageRewriter) RewriteImages(pod *corev1.Pod, isNewPod bool) []RewrittenImage
type PodInitializer ¶ added in v1.7.0
func (*PodInitializer) NeedLeaderElection ¶ added in v1.7.0
func (t *PodInitializer) NeedLeaderElection() bool
type RewrittenImage ¶ added in v1.7.0
Click to show internal directories.
Click to hide internal directories.