Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse
- type VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest
- type VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse
- type VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse struct { // ClusterGroup policy. PolicyList []*iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policyList"` }
VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse GetClusterGroupIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.GetClusterGroupIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest ¶
type VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest struct { // Binding delta to be applied. BindingDeltaList []*iammodel.VmwareTanzuCoreV1alpha1PolicyBindingDelta `json:"bindingDeltaList"` // ClusterGroup full_name. FullName *clustergroupmodel.VmwareTanzuManageV1alpha1ClustergroupFullName `json:"fullName,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest PatchClusterGroupIAMPolicy request message.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.PatchClusterGroupIAMPolicyRequest
func (*VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse struct { // New policy object. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse PatchClusterGroupIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.PatchClusterGroupIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupPatchClusterGroupIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse struct { // ClusterGroup policy set. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse UpdateClusterGroupIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.UpdateClusterGroupIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupUpdateClusterGroupIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.