Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider(opts ProviderOptions) *Provider
func (*Provider) AddListener ¶
type ProviderOptions ¶
type ProviderOptions struct { NodeName string MetricsSubsystem string FallbackSource pods.Provider KubeClient *kubernetes.Clientset MetricsRegistry *prometheus.Registry ResyncPeriod time.Duration }
Click to show internal directories.
Click to hide internal directories.