Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SourceFactory ¶
type SourceFactory interface { Type() v1.RuleEndpointTypeDef GetSource(ep *v1.RuleEndpoint, sourceResource map[string]string) Source }
func GetSourceFactory ¶
func GetSourceFactory(name v1.RuleEndpointTypeDef) (SourceFactory, bool)
get source map
type TargetFactory ¶
type TargetFactory interface { Type() v1.RuleEndpointTypeDef GetTarget(ep *v1.RuleEndpoint, targetResource map[string]string) Target }
func GetTargetFactory ¶
func GetTargetFactory(name v1.RuleEndpointTypeDef) (TargetFactory, bool)
get source map
Click to show internal directories.
Click to hide internal directories.