Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Authenticator generates authentication credentials for requests. Authenticator bootstrap.Authenticator // CAs are the CA certificates for kops-controller. CAs []byte // BaseURL is the base URL for the server BaseURL url.URL // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.