Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MutatePodInput ¶
type PodMutateService ¶
type PodMutateService struct {
// contains filtered or unexported fields
}
func (*PodMutateService) MutatePod ¶
func (p *PodMutateService) MutatePod(input MutatePodInput) error
type PodMutater ¶
type PodMutater interface {
MutatePod(input MutatePodInput) error
}
func NewPodMutateService ¶
func NewPodMutateService(log logr.Logger, client client.Client) PodMutater
Click to show internal directories.
Click to hide internal directories.