Documentation ¶
Overview ¶
Package configmapandsecret generates configmaps and secrets per generator rules.
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 makes ConfigMaps and Secrets.
func NewFactory ¶
func NewFactory( kvLdr ifc.KvLoader, o *types.GeneratorOptions) *Factory
NewFactory returns a new factory that makes ConfigMaps and Secrets.
func (*Factory) MakeConfigMap ¶
MakeConfigMap returns a new ConfigMap, or nil and an error.
func (*Factory) MakeSecret ¶
MakeSecret returns a new secret.
Click to show internal directories.
Click to hide internal directories.