Documentation ¶
Index ¶
- type Client
- func (c *Client) ManageV1alpha1ClusterGroupResourceServiceCreate(request *clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupRequest) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupResponse, error)
- func (c *Client) ManageV1alpha1ClusterGroupResourceServiceDelete(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) error
- func (c *Client) ManageV1alpha1ClusterGroupResourceServiceGet(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (...)
- func (c *Client) ManageV1alpha1ClusterGroupResourceServiceUpdate(request *clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupRequest) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupResponse, error)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for cluster group resource service API.
func (*Client) ManageV1alpha1ClusterGroupResourceServiceCreate ¶
func (c *Client) ManageV1alpha1ClusterGroupResourceServiceCreate( request *clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupRequest, ) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupResponse, error)
ManageV1alpha1ClusterGroupResourceServiceCreate creates a cluster group.
func (*Client) ManageV1alpha1ClusterGroupResourceServiceDelete ¶
func (c *Client) ManageV1alpha1ClusterGroupResourceServiceDelete( fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName, ) error
ManageV1alpha1ClusterGroupResourceServiceDelete deletes a cluster group.
func (*Client) ManageV1alpha1ClusterGroupResourceServiceGet ¶
func (c *Client) ManageV1alpha1ClusterGroupResourceServiceGet( fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName, ) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse, error)
ManageV1alpha1ClusterGroupResourceServiceGet gets a cluster group.
func (*Client) ManageV1alpha1ClusterGroupResourceServiceUpdate ¶
func (c *Client) ManageV1alpha1ClusterGroupResourceServiceUpdate( request *clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupRequest, ) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupResponse, error)
ManageV1alpha1ClusterGroupResourceServiceUpdate updates a cluster group.
type ClientService ¶
type ClientService interface { ManageV1alpha1ClusterGroupResourceServiceCreate(request *clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupRequest) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupResponse, error) ManageV1alpha1ClusterGroupResourceServiceDelete(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) error ManageV1alpha1ClusterGroupResourceServiceGet(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse, error) ManageV1alpha1ClusterGroupResourceServiceUpdate(request *clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupRequest) (*clustergroupmodel.VmwareTanzuManageV1alpha1ClusterGroupResponse, error) }
ClientService is the interface for Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster group resource service API client.
Click to show internal directories.
Click to hide internal directories.