Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for kubeconfig service API.
func (*Client) KubeconfigServiceGet ¶
func (c *Client) KubeconfigServiceGet(fn *models.VmwareTanzuManageV1alpha1ClusterFullName) (*models.VmwareTanzuManageV1alpha1ClusterKubeconfigGetKubeconfigResponse, error)
KubeconfigServiceGet gets cluster kubeconfig.
type ClientService ¶
type ClientService interface {
KubeconfigServiceGet(fn *models.VmwareTanzuManageV1alpha1ClusterFullName) (*models.VmwareTanzuManageV1alpha1ClusterKubeconfigGetKubeconfigResponse, error)
}
ClientService is the interface for Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new kubeconfig service API client.
Click to show internal directories.
Click to hide internal directories.