package
2.11.0+incompatible
Repository: https://github.com/vmware-tanzu/kubeapps.git
Documentation: pkg.go.dev
# Functions
NewBackgroundClientProvider returns an "out-of-band" or "in-cluster" client getter that returns various client interfaces with the context of the current cluster it is executing on and the service account configured for "kubeapps-apis" deployment https://github.com/vmware-tanzu/kubeapps/issues/3560 flux plug-in runs out-of-request interactions with the Kubernetes API server.
NewBuilder returns a new builder.
No description provided by the author
# Structs
Builder builds a ClientProviderInterface or FixedClusterClientProviderInterface instance.
ClientGetter holds the functions that will actually return the client independently.
ClientProvider provides a real implementation of the ClientProviderInterface interface.
No description provided by the author
Options are creation options for a Client.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
ControllerRuntimeFunc returns an instance of https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/client#Client that also supports Watch operations.
No description provided by the author
No description provided by the author
GetClientsFunc is a function that provides a ClientGetter per cluster.
No description provided by the author