...

Package configconnector

import "edge-infra.dev/third_party/k8s/configconnector"
Overview
Index

Overview ▾

Package configconnector provides access to the embedded vendored manifests for installing K8s Config Connector 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.

https://cloud.google.com/config-connector/docs

func LoadManifests

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