# Functions
ExternalConfig returns a config object which uses the service account kubernetes gives to pods.
HomeDir returns home dir.
NewDynamicClient returns the dynamic interface.
No description provided by the author
No description provided by the author
WrapClient returns a Client that performs requests within DefaultTimeout.
WrapDClient returns a Dynamic Client.
WrapClient returns a Client that performs requests within DefaultTimeout.
# Constants
DefaultTimeout is a reasonable timeout to use with the Client.
# Structs
No description provided by the author
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.
Client wraps a discovery client to use a default context with a timeout if no context is passed.
No description provided by the author