package
1.3.0-alpha.5
Repository: https://github.com/intelsdi-x/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewEndpointsConfig creates a new EndpointsConfig.
NewEndpointsStore creates an undelta store that expands updates to the store into EndpointsUpdate events on the channel.
NewServiceConfig creates a new ServiceConfig.
NewServiceStore creates an undelta store that expands updates to the store into ServiceUpdate events on the channel.
NewSourceAPI creates config source that watches for changes to the services and endpoints.

# Constants

These are the available operation types.
These are the available operation types.
These are the available operation types.

# Structs

EndpointsConfig tracks a set of endpoints configurations.
EndpointsUpdate describes an operation of endpoints, sent on the channel.
ServiceConfig tracks a set of service configurations.
ServiceUpdate describes an operation of services, sent on the channel.

# Interfaces

EndpointsConfigHandler is an abstract interface of objects which receive update notifications for the set of endpoints.
ServiceConfigHandler is an abstract interface of objects which receive update notifications for the set of services.

# Type aliases

Operation is a type of operation of services or endpoints.