Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
func ParseAnnotation ¶
func ParseAnnotation(annotation string) (Annotation, error)
type Label ¶
func ParseLabel ¶
type Mapping ¶
type PodWebhook ¶
type PodWebhook struct {
Config *PodWebhookConfig
}
func (*PodWebhook) MutateCreate ¶
func (*PodWebhook) MutateUpdate ¶
type PodWebhookConfig ¶
type PodWebhookConfig struct { Mappings []Mapping LabelsIfModified []Label AnnotationsIfModified []Annotation }
Click to show internal directories.
Click to hide internal directories.