Versions in this module Expand all Collapse all v0 v0.22.3 Sep 17, 2021 Changes in this version + const RunPodV1GeneratorName + const ServiceV2GeneratorName + var GeneratorFn generate.GeneratorFunc = DefaultGenerators + func DefaultGenerators(cmdName string) map[string]generate.Generator + func HandleResourceRequirementsV1(params map[string]string) (v1.ResourceRequirements, error) + type BasicPod struct + func (BasicPod) Generate(genericParams map[string]interface{}) (runtime.Object, error) + func (BasicPod) ParamNames() []generate.GeneratorParam + type ServiceGeneratorV1 struct + func (ServiceGeneratorV1) Generate(params map[string]interface{}) (runtime.Object, error) + func (ServiceGeneratorV1) ParamNames() []generate.GeneratorParam + type ServiceGeneratorV2 struct + func (ServiceGeneratorV2) Generate(params map[string]interface{}) (runtime.Object, error) + func (ServiceGeneratorV2) ParamNames() []generate.GeneratorParam