Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClusterGroupRequest ¶
type VmwareTanzuManageV1alpha1ClusterGroupRequest struct { // ClusterGroup to create. ClusterGroup *VmwareTanzuManageV1alpha1ClustergroupClusterGroup `json:"clusterGroup,omitempty"` }
VmwareTanzuManageV1alpha1ClusterGroupRequest Request to create a ClusterGroup.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.CreateClusterGroupRequest
func (*VmwareTanzuManageV1alpha1ClusterGroupRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterGroupRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterGroupRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterGroupRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterGroupResponse ¶
type VmwareTanzuManageV1alpha1ClusterGroupResponse struct { // ClusterGroup created. ClusterGroup *VmwareTanzuManageV1alpha1ClustergroupClusterGroup `json:"clusterGroup,omitempty"` }
VmwareTanzuManageV1alpha1ClusterGroupResponse Response from creating a ClusterGroup.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.CreateClusterGroupResponse
func (*VmwareTanzuManageV1alpha1ClusterGroupResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterGroupResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterGroupResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterGroupResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupClusterGroup ¶
type VmwareTanzuManageV1alpha1ClustergroupClusterGroup struct { // Full name for the ClusterGroup. FullName *VmwareTanzuManageV1alpha1ClustergroupFullName `json:"fullName,omitempty"` // Metadata for the ClusterGroup object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupClusterGroup A group of Kubernetes clusters.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.ClusterGroup
func (*VmwareTanzuManageV1alpha1ClustergroupClusterGroup) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupClusterGroup) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupClusterGroup) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupClusterGroup) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFullName ¶
type VmwareTanzuManageV1alpha1ClustergroupFullName struct { // Name of this ClusterGroup. Name string `json:"name,omitempty"` // ID of Organization. OrgID string `json:"orgId,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFullName Full name of the cluster group. This includes the object name along with any parents or further identifiers.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.FullName
func (*VmwareTanzuManageV1alpha1ClustergroupFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse struct { // ClusterGroup returned. ClusterGroup *VmwareTanzuManageV1alpha1ClustergroupClusterGroup `json:"clusterGroup,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse Response from getting a ClusterGroup.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.GetClusterGroupResponse
func (*VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupGetClusterGroupResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.