Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse
- type VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest
- type VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse
- type VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse struct { // Namespace policy. PolicyList []*iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policyList"` }
VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse GetNamespaceIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.GetNamespaceIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceGetNamespaceIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest ¶
type VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest struct { // Binding delta to be applied. BindingDeltaList []*iammodel.VmwareTanzuCoreV1alpha1PolicyBindingDelta `json:"bindingDeltaList"` // Namespace full_name. FullName *namespacemodel.VmwareTanzuManageV1alpha1ClusterNamespaceFullName `json:"fullName,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest PatchNamespaceIAMPolicy request message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.PatchNamespaceIAMPolicyRequest
func (*VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse struct { // New policy object. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse PatchNamespaceIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.PatchNamespaceIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespacePatchNamespaceIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse struct { // Namespace policy set. Policy *iammodel.VmwareTanzuCoreV1alpha1PolicyIAMPolicy `json:"policy,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse UpdateNamespaceIAMPolicy response message.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.UpdateNamespaceIAMPolicyResponse
func (*VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceUpdateNamespaceIAMPolicyResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.