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) VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceGet ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceGet(fn *helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartFullName) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartGetResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceGet gets a Flux CD helm charts scoped to a cluster resource.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceList ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceList(request *helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartSearchScope) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartListResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdHelmChartsResourceServiceUpdate updates overwrite a Flux CD helm charts scoped to a cluster resource.
type ClientService ¶
type ClientService interface { VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceGet(fn *helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartFullName) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartGetResponse, error) VmwareTanzuManageV1alpha1ClusterFluxcdChartResourceServiceList(request *helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartSearchScope) (*helmchartsorgmodel.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartListResponse, 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.