Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNCFetcher ¶
type CNCFetcher interface { // GetCNC returns latest cnc metadata no deep-copy. GetCNC(ctx context.Context) (*v1alpha1.CustomNodeConfig, error) }
func NewCachedCNCFetcher ¶
func NewCachedCNCFetcher(baseConf *global.BaseConfiguration, cncConf *metaserver.CNCConfiguration, client configv1alpha1.CustomNodeConfigInterface) CNCFetcher
func NewFakeCNCFetcher ¶ added in v0.3.0
func NewFakeCNCFetcher() CNCFetcher
Click to show internal directories.
Click to hide internal directories.