Documentation ¶
Index ¶
Constants ¶
View Source
const APPS_V1 = "apps/v1"
View Source
const AUTOSCALING_V1 = "autoscaling/v1"
View Source
const BATCH_V1 = "batch/v1"
View Source
const EVENTS_V1 = "events.k8s.io/v1"
View Source
const NETWORKING_V1 = "networking.k8s.io/v1"
View Source
const RBAC_V1 = "rbac.authorization.k8s.io/v1"
View Source
const V1 = "v1"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller object
func (*Controller) HasSynced ¶
func (c *Controller) HasSynced() bool
HasSynced is required for the cache.Controller interface.
func (*Controller) LastSyncResourceVersion ¶
func (c *Controller) LastSyncResourceVersion() string
LastSyncResourceVersion is required for the cache.Controller interface.
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run starts the statemonitor controller
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
Event indicate the informerEvent
type EventWrapper ¶
type EventWrapper struct { Event Event ResourceConfig *config.ResourceConfig }
Event indicate the informerEvent
Click to show internal directories.
Click to hide internal directories.