Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest
- type VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse
- type VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName
- type VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse
- type VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest ¶
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest struct { // Provisioner to create. Provisioner *VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner `json:"provisioner,omitempty"` }
VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest Request to create a Provisioner.
swagger:model vmware.tanzu.manage.v1alpha1.managementcluster.provisioner.CreateProvisionerRequest
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse ¶
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse struct { // Provisioner created. Provisioner *VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner `json:"provisioner,omitempty"` }
VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse Response from creating a Provisioner.
swagger:model vmware.tanzu.manage.v1alpha1.managementcluster.provisioner.CreateProvisionerResponse
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerCreateProvisionerResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName ¶
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName struct { // Name of the ManagementCluster. ManagementClusterName string `json:"managementClusterName,omitempty"` // Name of the provisioner. It must be unique within a management cluster. Name string `json:"name,omitempty"` // ID of Organization. OrgID string `json:"orgId,omitempty"` }
VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName Full name of the provisioner. This includes the object name along with any parents or further identifiers.
swagger:model vmware.tanzu.manage.v1alpha1.managementcluster.provisioner.FullName
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse ¶
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse struct { // List of provisioners. Provisioners []*VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner `json:"provisioners"` // Total count. TotalCount string `json:"totalCount,omitempty"` }
VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse Response from listing provisioners.
swagger:model vmware.tanzu.manage.v1alpha1.managementcluster.provisioner.ListprovisionersResponse
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerListprovisionersResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner ¶
type VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner struct { // Full name for the Provisioner. FullName *VmwareTanzuManageV1alpha1ManagementclusterProvisionerFullName `json:"fullName,omitempty"` // Metadata for the Provisioner object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` // Metadata describing the type of the resource. Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"` }
VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner Representation of a provisioner object in resource manager.
swagger:model vmware.tanzu.manage.v1alpha1.managementcluster.provisioner.Provisioner
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ManagementclusterProvisionerProvisioner) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation