Documentation
¶
Index ¶
- func CheckConfigurationSyntax(configuration *v1beta1.Configuration, ...) error
- func CompareTwoContainerEnvs(s1 []v1.EnvVar, s2 []v1.EnvVar) bool
- func ComposeConfiguration(configuration *v1beta1.Configuration, controllerNamespace string, ...) (string, bool, error)
- func ValidConfigurationObject(configuration *v1beta1.Configuration) (types.ConfigurationType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConfigurationSyntax ¶
func CheckConfigurationSyntax(configuration *v1beta1.Configuration, configurationType types.ConfigurationType) error
CheckConfigurationSyntax checks the syntax of Configuration
func CompareTwoContainerEnvs ¶
CompareTwoContainerEnvs compares two slices of v1.EnvVar
func ComposeConfiguration ¶
func ComposeConfiguration(configuration *v1beta1.Configuration, controllerNamespace string, configurationType types.ConfigurationType, cm *v1.ConfigMap) (string, bool, error)
ComposeConfiguration will compose the Terraform configuration with hcl/json and backend and will also check whether configuration is changed
func ValidConfigurationObject ¶
func ValidConfigurationObject(configuration *v1beta1.Configuration) (types.ConfigurationType, error)
ValidConfigurationObject will validate a Configuration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.