package
0.1.0
Repository: https://github.com/hasheddan/crossplane.git
Documentation: pkg.go.dev

# Functions

AddFinalizer - add finalizer (if it wasn't added before).
ApplyDeployment creates or updates existing deployment.
ApplySecret creates or updates if exist kubernetes secret.
ApplyService creates or updates existing service.
GenerateHex generates a hex string using random data of the given length.
GenerateName returns the given base name plus a random suffix of five alphanumerics and a hyphen separator.
GeneratePassword generates a password using random data of the given length, then encodes to a base64 string.
HasFinalizer - check if given instance has a given finalizer.
IfEmptyString test input string and if empty, i.e = "", return a replacement string.
LatestDeploymentCondition.
ObjectReference from provided ObjectMeta, apiVersion and kind.
ObjectToOwnerReference converts core ObjectReference to meta OwnerReference.
RemoveFinalizer - from the list of kubernetes object finalizers.
SecretData returns secret data value for a given secret/key combination or error if secret or key is not found.
No description provided by the author

# Variables

DefaultUpdateRetry is the recommended retry for a failure to update a resource or ensuring that the changes from an update have been committed and have become consistent.