Documentation ¶
Index ¶
- type Client
- func (c *Client) ManageV1alpha1NamespaceResourceServiceCreate(request *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceRequest) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceResponse, error)
- func (c *Client) ManageV1alpha1NamespaceResourceServiceDelete(fn *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName) error
- func (c *Client) ManageV1alpha1NamespaceResourceServiceGet(fn *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceResponse, ...)
- func (c *Client) ManageV1alpha1NamespaceResourceServiceUpdate(request *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceRequest) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceResponse, error)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for namespace resource service API.
func (*Client) ManageV1alpha1NamespaceResourceServiceCreate ¶
func (c *Client) ManageV1alpha1NamespaceResourceServiceCreate( request *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceRequest, ) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceResponse, error)
ManageV1alpha1NamespaceResourceServiceCreate creates a Namespace.
func (*Client) ManageV1alpha1NamespaceResourceServiceDelete ¶
func (c *Client) ManageV1alpha1NamespaceResourceServiceDelete( fn *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName, ) error
ManageV1alpha1NamespaceResourceServiceDelete deletes a Namespace.
func (*Client) ManageV1alpha1NamespaceResourceServiceGet ¶
func (c *Client) ManageV1alpha1NamespaceResourceServiceGet( fn *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName, ) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceResponse, error)
ManageV1alpha1NamespaceResourceServiceGet gets a namespace.
func (*Client) ManageV1alpha1NamespaceResourceServiceUpdate ¶
func (c *Client) ManageV1alpha1NamespaceResourceServiceUpdate( request *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceRequest, ) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceResponse, error)
ManageV1alpha1NamespaceResourceServiceUpdate updates a Namespace.
type ClientService ¶
type ClientService interface { ManageV1alpha1NamespaceResourceServiceCreate(request *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceRequest) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceResponse, error) ManageV1alpha1NamespaceResourceServiceDelete(fn *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName) error ManageV1alpha1NamespaceResourceServiceGet(fn *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceResponse, error) ManageV1alpha1NamespaceResourceServiceUpdate(request *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceRequest) (*namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceResponse, error) }
ClientService is the interface for Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new namespace resource service API client.
Click to show internal directories.
Click to hide internal directories.