Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
APIVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Namespace string `json:"namespace,omitempty"`
Events []EventType `json:"events,omitempty"`
MatchingLabels map[string]string `json:"matchingLabels,omitempty"`
Clusters []string `json:"clusters,omitempty"`
}
Config is the config for resource controller
type InformerEvent ¶
type InformerEvent struct {
Event
EventObj interface{}
}
InformerEvent indicate the informerEvent
Click to show internal directories.
Click to hide internal directories.