# Functions

ExternalConfig returns a config object which uses the service account kubernetes gives to pods.
HomeDir returns home dir.
NewDynamicClient returns the dynamic interface.
WrapClient returns a Client that performs requests within DefaultTimeout.
WrapDClient returns a Dynamic Client.

# Constants

DefaultTimeout is a reasonable timeout to use with the Client.
HarborClusterNameLabel contains the harbor cluster name of the cr.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Client wraps a controller-runtime client to use a default context with a timeout if no context is passed.
DClient wraps a client-go dynamic.