Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory can create expander.Strategy based on provided expander names.
func (*Factory) Build ¶
Build creates a new expander.Strategy based on a list of expander.Filter names.
func (*Factory) RegisterDefaultExpanders ¶
func (f *Factory) RegisterDefaultExpanders(cloudProvider cloudprovider.CloudProvider, autoscalingKubeClients *context.AutoscalingKubeClients, kubeClient kube_client.Interface, configNamespace string, GRPCExpanderCert string, GRPCExpanderURL string)
RegisterDefaultExpanders is a convenience function, registering all known expanders in the Factory.
Click to show internal directories.
Click to hide internal directories.