Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewWithOptions ¶
func NewWithOptions(ctx context.Context, opts NewClientOpts) (*Client, error)
func (*Client) GetManagedCluster ¶
func (*Client) ListManagedClusters ¶
type GetManagedClusterResponse ¶
type GetManagedClusterResponse struct { Data ManagedCluster `json:"data"` Password GetManagedClusterPasswordResponse `json:"password"` }
type ListManagedClustersResponse ¶
type ListManagedClustersResponse struct {
Data []ManagedCluster `json:"data"`
}
type ManagedCluster ¶
type ManagedClusterIpAssignments ¶
type ManagedClusterIpAssignments struct {
Direct string `json:"direct"`
}
type NewClientOpts ¶
Click to show internal directories.
Click to hide internal directories.