package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

LoadConfig extract the KubeConfigFile from configFile.
NewClientManager creates a clientManager.
NewDefaultAuthenticationInfoResolver generates an AuthenticationInfoResolver that builds rest.Config based on the kubeconfig file.
No description provided by the author

# Variables

No description provided by the author

# Structs

AuthenticationInfoResolverDelegator implements AuthenticationInfoResolver.
ClientManager builds REST clients to talk to webhooks.

# Interfaces

AuthenticationInfoResolver builds rest.Config base on the server or service name and service namespace.
ServiceResolver knows how to convert a service reference into an actual location.

# Type aliases

AuthenticationInfoResolverWrapper can be used to inject Dial function to the rest.Config generated by the resolver.