Documentation ¶
Index ¶
- type Client
- func (c *Client) SecretExportResourceServiceCreate(...) (*secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportResponse, ...)
- func (c *Client) SecretExportResourceServiceDelete(fn *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportFullName) error
- func (c *Client) SecretExportResourceServiceGet(fn *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportFullName) (...)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for secret export resource service API.
func (*Client) SecretExportResourceServiceCreate ¶
func (c *Client) SecretExportResourceServiceCreate(request *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportRequest) (*secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportResponse, error)
SecretExportResourceServiceCreate creates a secret export.
func (*Client) SecretExportResourceServiceDelete ¶
func (c *Client) SecretExportResourceServiceDelete(fn *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportFullName) error
SecretExportResourceServiceDelete deletes a secret export.
func (*Client) SecretExportResourceServiceGet ¶
func (c *Client) SecretExportResourceServiceGet(fn *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportFullName) (*secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportGetSecretExportResponse, error)
SecretExportResourceServiceGet gets a secret export.
type ClientService ¶
type ClientService interface { SecretExportResourceServiceCreate(request *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportRequest) (*secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportResponse, error) SecretExportResourceServiceDelete(fn *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportFullName) error SecretExportResourceServiceGet(fn *secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportFullName) (*secret.VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretexportGetSecretExportResponse, error) }
ClientService is the interface for Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new secret export resource service API client.
Click to show internal directories.
Click to hide internal directories.