Documentation
¶
Index ¶
Constants ¶
View Source
const MinPollInterval = 30
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CESMutator ¶ added in v0.3.0
type CESMutator struct {
Client controllerclient.Client
Sh *runtime.Scheme
Log logr.Logger
// contains filtered or unexported fields
}
CESMutator is used to mutate CES object.
func (*CESMutator) InjectDecoder ¶ added in v0.3.0
func (v *CESMutator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type CESValidator ¶ added in v0.3.0
type CESValidator struct {
Client controllerclient.Client
Log logr.Logger
// contains filtered or unexported fields
}
CESValidator is used to validate CES object.
func (*CESValidator) InjectDecoder ¶ added in v0.3.0
func (v *CESValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type CPAMutator ¶ added in v0.3.0
type CPAMutator struct {
Client k8sclient.Client
Log logr.Logger
// contains filtered or unexported fields
}
CPAMutator is used to mutate CPA object.
func (*CPAMutator) InjectDecoder ¶ added in v0.3.0
func (m *CPAMutator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type CPAValidator ¶ added in v0.3.0
type CPAValidator struct {
Client k8sclient.Client
Log logr.Logger
// contains filtered or unexported fields
}
CPAValidator is used to validate CPA object.
func (*CPAValidator) InjectDecoder ¶ added in v0.3.0
func (v *CPAValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
Click to show internal directories.
Click to hide internal directories.