Directories ¶
Path | Synopsis |
---|---|
settings
Package settings provides some api types and interfaces to manage settings in kubernetes Settings can be provided in: - The parent CRD with the parameter type - ConfigMaps and Secrets Settings can be passed to a container: - As EnvVar in the container spec (name & value) - As EnvVarFrom in the container spec with a fromKey and secret/configMap source - As EnvVarFrom object - As EnvFrom mounting all the data from a secret/configmap as env var - As a file configmap/secret Settings value: - can be randomly generate - provided in the crd - generate by template - provided in a resource in the same namespace - only secrets and configmaps are supported
|
Package settings provides some api types and interfaces to manage settings in kubernetes Settings can be provided in: - The parent CRD with the parameter type - ConfigMaps and Secrets Settings can be passed to a container: - As EnvVar in the container spec (name & value) - As EnvVarFrom in the container spec with a fromKey and secret/configMap source - As EnvVarFrom object - As EnvFrom mounting all the data from a secret/configmap as env var - As a file configmap/secret Settings value: - can be randomly generate - provided in the crd - generate by template - provided in a resource in the same namespace - only secrets and configmaps are supported |
Objects package contains core kubernetes resources definitions that can be included in an application CRD.
|
Objects package contains core kubernetes resources definitions that can be included in an application CRD. |
Click to show internal directories.
Click to hide internal directories.