Documentation ¶
Index ¶
- type Client
- func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceCreate(...) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyResponse, ...)
- func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceDelete(fn *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyFullName) error
- func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceGet(fn *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyFullName) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyGetPolicyResponse, ...)
- func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceUpdate(...) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyResponse, ...)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for cluster policy resource service API.
func (*Client) ManageV1alpha1ClusterPolicyResourceServiceCreate ¶
func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceCreate(request *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyRequest) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyResponse, error)
ManageV1alpha1ClusterPolicyResourceServiceCreate creates a policy scoped to a cluster resource.
func (*Client) ManageV1alpha1ClusterPolicyResourceServiceDelete ¶
func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceDelete(fn *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyFullName) error
ManageV1alpha1ClusterPolicyResourceServiceDelete deletes a policy scoped to a cluster resource.
func (*Client) ManageV1alpha1ClusterPolicyResourceServiceGet ¶
func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceGet(fn *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyFullName) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyGetPolicyResponse, error)
ManageV1alpha1ClusterPolicyResourceServiceGet gets a policy scoped to a cluster resource.
func (*Client) ManageV1alpha1ClusterPolicyResourceServiceUpdate ¶
func (p *Client) ManageV1alpha1ClusterPolicyResourceServiceUpdate(request *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyRequest) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyResponse, error)
ManageV1alpha1ClusterPolicyResourceServiceUpdate updates overwrite a policy scoped to a cluster resource.
type ClientService ¶
type ClientService interface { ManageV1alpha1ClusterPolicyResourceServiceCreate(request *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyRequest) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyResponse, error) ManageV1alpha1ClusterPolicyResourceServiceDelete(fn *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyFullName) error ManageV1alpha1ClusterPolicyResourceServiceGet(fn *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyFullName) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyGetPolicyResponse, error) ManageV1alpha1ClusterPolicyResourceServiceUpdate(request *policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyRequest) (*policyclustermodel.VmwareTanzuManageV1alpha1ClusterPolicyPolicyResponse, error) }
ClientService is the interface for ManageV1alpha1ClusterPolicyResourceService Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster policy resource service API client.
Click to show internal directories.
Click to hide internal directories.