...
Package certmanager
import "edge-infra.dev/third_party/k8s/certmanager"
- Overview
- Index
Package certmanager provides access to the embedded vendored manifests for
installing cert-manager to K8s clusters. This package only provides a single
function for loading the embedded manifests, and all other functionality
should be implemented in the appropriate `pkg/` directory.
func LoadManifests() ([]*unstructured.Unstructured, error)
LoadManifests reads the manifests from the embedded byte mapping containing
vendored KCC installation manifests, and decodes the data into unstructured.Unstructured
objects that can be applied to the K8s API using controller-runtime's client