Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener interface {
UpdateNodeServiceAccount(*serviceaccounts.Reference)
}
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 FallbackSource node.Provider KubeClient *kubernetes.Clientset ResyncPeriod time.Duration DefaultServiceAccount *serviceaccounts.Reference }
Click to show internal directories.
Click to hide internal directories.