# Functions
No description provided by the author
No description provided by the author
Parses the YAML manifest.
Works with VenafiCloudClient and VenConnClient.
Undent removes leading indentation/white-space from given string and returns it as a string.
Tests calling to VenConnClient.PostDataReadingsWithOptions must call this function to start the VenafiConnection watcher.
To see the API server logs, set:
export KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT=true.
Copied from https://github.com/kubernetes/client-go/issues/711#issuecomment-1666075787.
# Constants
Generated using:
helm template ./deploy/charts/venafi-kubernetes-agent -n venafi --set crds.venafiConnection.include=true --show-only templates/venafi-connection-rbac.yaml | grep -ivE '(helm|\/version)'
TODO(mael): Once we get the Makefile modules setup, we should generate this based on the Helm chart rather than having it hardcoded here.
# Type aliases
No description provided by the author