Documentation ¶
Index ¶
- type Client
- func (c *Client) ManageV1alpha1ClusterGroupIAMPolicyGet(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (...)
- func (c *Client) ManageV1alpha1ClusterGroupIAMPolicyPatch(...) (...)
- func (c *Client) ManageV1alpha1ClusterGroupIAMPolicyUpdate(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName, ...) (...)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) ManageV1alpha1ClusterGroupIAMPolicyGet ¶
func (c *Client) ManageV1alpha1ClusterGroupIAMPolicyGet(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (*clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse, error)
func (*Client) ManageV1alpha1ClusterGroupIAMPolicyPatch ¶
func (c *Client) ManageV1alpha1ClusterGroupIAMPolicyPatch(request *clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest) (*clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse, error)
func (*Client) ManageV1alpha1ClusterGroupIAMPolicyUpdate ¶
func (c *Client) ManageV1alpha1ClusterGroupIAMPolicyUpdate(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName, request *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy) (*clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse, error)
type ClientService ¶
type ClientService interface { ManageV1alpha1ClusterGroupIAMPolicyGet(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName) (*clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse, error) ManageV1alpha1ClusterGroupIAMPolicyPatch(request *clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest) (*clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse, error) ManageV1alpha1ClusterGroupIAMPolicyUpdate(fn *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName, request *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy) (*clustergroupiammodel.VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse, error) }
ClientService is the interface for ManageV1alpha1ClusterGroupIAMPolicy Client methods.
func New ¶
func New(transport *transport.Client) ClientService
New creates a new cluster group IAM policy resource service API client.
Click to show internal directories.
Click to hide internal directories.