Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kubernetesv19.Client
}
Client inherits all the attributes and methods of the v1.9 client. Please see the documentation of the base client for further details.
func NewForConfig ¶
NewForConfig returns a new Kubernetes v1.10 client.
func NewFrom ¶
func NewFrom(v19Client *kubernetesv19.Client) *Client
NewFrom creates a new client from the given kubernetesv19.Client.
func NewFromBase ¶
func NewFromBase(baseClient *kubernetesbase.Client) *Client
NewFromBase creates a new client from the given kubernetesbase.Client.
Click to show internal directories.
Click to hide internal directories.