Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoreConfigSecret = rc.NewSingleResourceIdent(ProvName, "core_config_secret", &core.Secret{})
CoreConfigSecret is the config that is presented as the cdappconfig.json file.
View Source
var CoreEnvPullSecrets = rc.NewMultiResourceIdent(ProvName, "core_env_pull_secrets", &core.Secret{})
CoreEnvPullSecrets is the pull_secrets for the app.
View Source
var ProvName = "pullsecret"
ProvName sets the provider name identifier
Functions ¶
func GetPullSecret ¶
func GetPullSecret(c *providers.Provider) (providers.ClowderProvider, error)
GetPullSecret returns the correct end provider.
func NewPullSecretProvider ¶
func NewPullSecretProvider(p *providers.Provider) (providers.ClowderProvider, error)
NewPullSecretProvider returns a new End provider run at the end of the provider set.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.