Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for cluster Flux CD helm charts resource service API.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceGet ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceGet(fn *helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositoryFullName) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositoryGetResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceGet gets a Flux CD helm charts scoped to a cluster resource.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceList ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceList(fn *helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositorySearchScope) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositoryListResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceList updates overwrite a Flux CD helm charts scoped to a cluster resource.
type ClientService ¶
type ClientService interface { VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceGet(fn *helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositoryFullName) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositoryGetResponse, error) VmwareTanzuManageV1alpha1ClusterFluxcdHelmRepositoryResourceServiceList(request *helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositorySearchScope) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdHelmRepositoryListResponse, error) }
ClientService is the interface for VmwareTanzuManageV1alpha1ClusterFluxcdHelmChartsResourceService Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster Flux CD helm charts resource service API client.
Click to show internal directories.
Click to hide internal directories.