Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kubernetesbase.Client
}
Client inherits all the attributes and methods of the base client. Please see the documentation of the base client for further details.
func New ¶
func New(config *rest.Config, clientset *kubernetes.Clientset, clientConfig clientcmd.ClientConfig) (*Client, error)
New returns a new Kubernetes v1.6 client.
func (*Client) CheckCRDCleanup ¶
CheckCRDCleanup will check whether all the CRDs in the cluster other than those stored in the exceptions map <exceptions> have been deleted. It will return an error in case it has not finished yet, and nil if all resources are gone.
Click to show internal directories.
Click to hide internal directories.