# Packages
No description provided by the author
# Functions
FromManager creates a new k8s client from a manager object.
GetCurrentNamespace --.
NewClient creates a new k8s client that can be used from outside or in the cluster.
NewClientWithConfig creates a new k8s client that can be used from outside or in the cluster.
NewOutOfClusterClient creates a new k8s client that can be used from outside the cluster.
# Variables
FastMapperAllowedAPIGroups contains a set of API groups that are allowed when using the fastmapper.
# Structs
Provider is used to provide a new instance of the Client each time it's required.
No description provided by the author
# Interfaces
Client is an abstraction for a k8s client.
Injectable identifies objects that can receive a Client.