Documentation ¶
Index ¶
- Constants
- func ChecksumFromData(data interface{}) string
- func ExternalSecretStatusCheckers() poller.CustomStatusCheckers
- func NewDependenciesMutator(objects []*unstructured.Unstructured) mutator.Interface
- func NewDeployMutator(deployType string, forceNoSemver bool, deploymentIdentifier string) mutator.Interface
- func NewDeployOnceFilter() filter.Interface
- func NewExternalSecretsMutator(objects []*unstructured.Unstructured) mutator.Interface
Constants ¶
View Source
const ( DeployAll = "deploy_all" DeploySmart = "smart_deploy" )
Variables ¶
This section is empty.
Functions ¶
func ChecksumFromData ¶
func ChecksumFromData(data interface{}) string
ChecksumFromData create a Sum512_256 checksum for arbitrary data
func ExternalSecretStatusCheckers ¶
func ExternalSecretStatusCheckers() poller.CustomStatusCheckers
func NewDependenciesMutator ¶
func NewDependenciesMutator(objects []*unstructured.Unstructured) mutator.Interface
NewDependenciesMutator return a new mutator using ConfigMaps and Secrets found in objects
func NewDeployMutator ¶
func NewDeployMutator(deployType string, forceNoSemver bool, deploymentIdentifier string) mutator.Interface
NewDeployMutator return a new deploy mutator with the given deployment configurations
func NewDeployOnceFilter ¶
NewDeployOnceFilter return a new filter for avoiding to apply a resource more than once in its lifetime
func NewExternalSecretsMutator ¶
func NewExternalSecretsMutator(objects []*unstructured.Unstructured) mutator.Interface
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.