Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for cluster manifest helper API.
func (*Client) ClusterManifestHelperGetManifest ¶
func (a *Client) ClusterManifestHelperGetManifest(params *clustermodel.VmwareTanzuManageV1alpha1ClusterFullName) (*manifestmodel.VmwareTanzuManageV1alpha1ClusterClusterManifestGetResponse, error)
ClusterManifestHelperGetManifest gets attach manifest for a cluster.
type ClientService ¶
type ClientService interface {
ClusterManifestHelperGetManifest(params *clustermodel.VmwareTanzuManageV1alpha1ClusterFullName) (*manifestmodel.VmwareTanzuManageV1alpha1ClusterClusterManifestGetResponse, error)
}
ClientService is the interface for Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster manifest helper API client.
Click to show internal directories.
Click to hide internal directories.