Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClusterTanzupackageFullName
- type VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse
- type VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope
- type VmwareTanzuManageV1alpha1ClusterTanzupackageStatus
- type VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClusterTanzupackageFullName ¶
type VmwareTanzuManageV1alpha1ClusterTanzupackageFullName struct { // Name of Cluster. ClusterName string `json:"clusterName,omitempty"` // Name of management cluster. ManagementClusterName string `json:"managementClusterName,omitempty"` // ID of Organization. OrgID string `json:"orgId,omitempty"` // Name of Provisioner. ProvisionerName string `json:"provisionerName,omitempty"` }
VmwareTanzuManageV1alpha1ClusterTanzupackageFullName Full name of the TanzuPackage.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.tanzupackage.FullName
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse ¶
type VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse struct { // List of tanzupackages. TanzuPackages []*VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage `json:"tanzuPackages"` // Total count. TotalCount string `json:"totalCount,omitempty"` }
VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse Response from listing TanzuPackages.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.tanzupackage.ListTanzuPackagesResponse
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageListTanzuPackagesResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope ¶
type VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope struct { // Scope search to the specified cluster_name; supports globbing; default (*). ClusterName string `json:"clusterName,omitempty"` // Scope search to the specified management_cluster_name; supports globbing; default (*). ManagementClusterName string `json:"managementClusterName,omitempty"` // Scope search to the specified provisioner_name; supports globbing; default (*). ProvisionerName string `json:"provisionerName,omitempty"` }
VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope Scope to search by, any fields left empty will be considered all (*).
swagger:model vmware.tanzu.manage.v1alpha1.cluster.tanzupackage.SearchScope
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageSearchScope) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterTanzupackageStatus ¶
type VmwareTanzuManageV1alpha1ClusterTanzupackageStatus struct { // Conditions of the TanzuPackage resource. Conditions map[string]statusmodel.VmwareTanzuCoreV1alpha1StatusCondition `json:"conditions,omitempty"` // Name of the package repository global namespace PackageRepositoryGlobalNamespace string `json:"packageRepositoryGlobalNamespace,omitempty"` }
VmwareTanzuManageV1alpha1ClusterTanzupackageStatus Status of the TanzuPackage.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.tanzupackage.Status
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageStatus) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageStatus) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageStatus) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageStatus) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage ¶
type VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage struct { // Full name for the TanzuPackage. FullName *VmwareTanzuManageV1alpha1ClusterTanzupackageFullName `json:"fullName,omitempty"` // Metadata for the TanzuPackage object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` // Status for the TanzuPackage. Status *VmwareTanzuManageV1alpha1ClusterTanzupackageStatus `json:"status,omitempty"` // Metadata describing the type of the resource. Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"` }
VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage Represents tanzupackage feature configuration for a cluster.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.tanzupackage.TanzuPackage
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterTanzupackageTanzuPackage) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.