Documentation ¶
Overview ¶
Package generator implements the Generator interface for routes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteGenerator ¶
type RouteGenerator struct{}
RouteGenerator generates routes from a given set of parameters
func (RouteGenerator) Generate ¶
func (RouteGenerator) Generate(genericParams map[string]interface{}) (runtime.Object, error)
Generate accepts a set of parameters and maps them into a new route
func (RouteGenerator) ParamNames ¶
func (RouteGenerator) ParamNames() []kubectl.GeneratorParam
ParamNames returns the parameters required for generating a route
Click to show internal directories.
Click to hide internal directories.