Documentation ¶
Index ¶
- type Client
- func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceCreate(...) (...)
- func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceDelete(...) error
- func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceGet(...) (...)
- func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceUpdate(...) (...)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for cluster Flux CD kustomization resource service API.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceCreate ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceCreate(request *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceCreate creates a Flux CD kustomization scoped to a cluster resource.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceDelete ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceDelete(fn *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationFullName) error
VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceDelete deletes a Flux CD kustomization scoped to a cluster resource.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceGet ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceGet(fn *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationFullName) (*kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationGetKustomizationResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceGet gets a Flux CD kustomization scoped to a cluster resource.
func (*Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceUpdate ¶
func (p *Client) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceUpdate(request *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationResponse, error)
VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceUpdate updates overwrite a Flux CD kustomization scoped to a cluster resource.
type ClientService ¶
type ClientService interface { VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceCreate(request *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationResponse, error) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceDelete(fn *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationFullName) error VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceGet(fn *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationFullName) (*kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationGetKustomizationResponse, error) VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceServiceUpdate(request *kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationRequest) (*kustomizationclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceFluxcdKustomizationKustomizationResponse, error) }
ClientService is the interface for VmwareTanzuManageV1alpha1ClusterFluxcdKustomizationResourceService Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster Flux CD kustomization resource service API client.