Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type GenerateInput ¶
type GenerateInput struct {
// App for which the configuration is generated.
App string
// ConfigVersion used to generate the configuration which is either a major
// version range in format "2.x.x" or a branch name. Exact version
// names (e.g. "1.2.3" are not supported.
ConfigVersion string
// Name of the generated ConfigMap and Secret.
Name string
// Namespace of the generated ConfigMap and Secret.
Namespace string
// ExtraAnnotations are additional annotations to be set on the
// generated ConfigMap and Secret. By default
// "config.giantswarm.io/version" annotation is set.
ExtraAnnotations map[string]string
// ExtraLabels are additional labels to be set on the generated
// ConfigMap and Secret.
ExtraLabels map[string]string
}
Click to show internal directories.
Click to hide internal directories.