Documentation ¶
Index ¶
- type Client
- func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceCreate(...) (...)
- func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceDelete(...) error
- func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceGet(...) (...)
- func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceUpdate(...) (...)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for cluster group Flux CD kustomization resource service API.
func (*Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceCreate ¶
func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceCreate(request *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationResponse, error)
VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceCreate creates a Flux CD kustomization scoped to a cluster group resource.
func (*Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceDelete ¶
func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceDelete(fn *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationFullName) error
VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceDelete deletes a Flux CD kustomization scoped to a cluster group resource.
func (*Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceGet ¶
func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceGet(fn *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationFullName) (*kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationGetKustomizationResponse, error)
VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceGet gets a Flux CD kustomization scoped to a cluster group resource.
func (*Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceUpdate ¶
func (p *Client) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceUpdate(request *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationResponse, error)
VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceUpdate updates overwrite a Flux CD kustomization scoped to a cluster group resource.
type ClientService ¶
type ClientService interface { VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceCreate(request *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationResponse, error) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceDelete(fn *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationFullName) error VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceGet(fn *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationFullName) (*kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationGetKustomizationResponse, error) VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceServiceUpdate(request *kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupNamespaceFluxcdKustomizationKustomizationResponse, error) }
ClientService is the interface for VmwareTanzuManageV1alpha1ClustergroupFluxcdKustomizationResourceService Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster Flux CD kustomization resource service API client.