mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Add client code
This commit is contained in:
committed by
Vishnu Kannan
parent
b0679f18bc
commit
4a148f99d6
@@ -127,7 +127,7 @@ type TLSClientConfig struct {
|
||||
}
|
||||
|
||||
// New creates a Kubernetes client for the given config. This client works with pods,
|
||||
// replication controllers and services. It allows operations such as list, get, update
|
||||
// replication controllers, daemons, and services. It allows operations such as list, get, update
|
||||
// and delete on these objects. An error is returned if the provided configuration
|
||||
// is not valid.
|
||||
func New(c *Config) (*Client, error) {
|
||||
|
||||
Reference in New Issue
Block a user