Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶
func NewEndpoint(config EndpointConfig) (*Endpoint, error)
type EndpointConfig ¶
type EndpointConfig struct { G8sClient *versioned.Clientset K8sClient kubernetes.Interface Logger micrologger.Logger }
type Set ¶
Set is basically only a wrapper for the operator's collector implementations. It eases the iniitialization and prevents some weird import mess so we do not have to alias packages.
type SetConfig ¶
type SetConfig struct { G8sClient *versioned.Clientset K8sClient kubernetes.Interface Logger micrologger.Logger }
Click to show internal directories.
Click to hide internal directories.