Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EIPSelectStrategy ¶
type EIPSelectStrategy interface {
Select(*corev1.Service, *v1alpha1.EIPList) (*v1alpha1.EIP, error)
}
func GetStrategy ¶
func GetStrategy(name EIPSelectStrategyType) (EIPSelectStrategy, error)
type EIPSelectStrategyType ¶
type EIPSelectStrategyType string
const ( DefaultStrategy EIPSelectStrategyType = "Default" PortBasedStrategy EIPSelectStrategyType = "PortBased" )
Click to show internal directories.
Click to hide internal directories.