# README
k8s-client HTTP provider
This provides a concrete, HTTP client for k8s-client.
Use this client when you actually want to contact a Kubernetes Server
License
Usage
# Functions
New creates a new client.
NewInCluster creates a cluster suitable for use within the kubernetes cluster.
SetCA sets a CA to verify the servers certificate.
SetCA sets a CA to verify the servers certificate from a file.
SetClient allows the caller to specify a custom http.Client to use.
SetClientCert sets the certificate to be used for authentication.
SetClientCertFromFile sets the certificate to be used for authentication from a file.
SetClientKey sets the key to be used for authentication.
SetClientKeyFromFile sets the key to be used for authentication from a file.
SetInsecureSkipVerify allows the caller to skip verification of the servers cert.
SetPassword sets the password to be used for authentication.
SetServer sets the target API server.
SetToken sets the token to be used for authentication.
SetUsername sets the username to be used for authentication.
# Type aliases
No description provided by the author