Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse struct { // Cluster policy. PolicyList []*iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policyList"` }
VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse GetClusterIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.GetClusterIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterGetClusterIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest ¶
type VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest struct { // Binding delta to be applied. BindingDeltaList []*iammodel.VmwareTanzuCoreV1alpha1PolicyBindingDelta `json:"bindingDeltaList"` // Cluster full_name. FullName *clustermodel.VmwareTanzuManageV1alpha1ClusterFullName `json:"fullName,omitempty"` }
VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest PatchClusterIAMPolicy request message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.PatchClusterIAMPolicyRequest
func (*VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse struct { // New policy object. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse PatchClusterIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.PatchClusterIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterPatchClusterIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse struct { // Cluster policy set. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse UpdateClusterIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.UpdateClusterIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterUpdateClusterIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.