Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope
- type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery struct { // Full name for the Continuous Delivery. FullName *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName `json:"fullName,omitempty"` // Metadata for the Continuous Delivery object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` // Status for the Continuous Delivery. Status *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus `json:"status,omitempty"` // Metadata describing the type of the resource. Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery Represents continuous delivery feature configuration for a cluster.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.ContinuousDelivery
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest struct { // ContinuousDelivery to create. ContinuousDelivery *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery `json:"continuousDelivery,omitempty"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest Request to create a ContinuousDelivery.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.CreateContinuousDeliveryRequest
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse struct { // ContinuousDelivery created. ContinuousDelivery *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery `json:"continuousDelivery,omitempty"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse Response from creating a ContinuousDelivery.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.CreateContinuousDeliveryResponse
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName 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"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName Full name of the Continuous Delivery.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.FullName
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters struct { // Scope to search by, any fields left empty will be considered all (*). SearchScope *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope `json:"search_scope,omitempty"` // Sort Order. SortBy string `json:"sort_by,omitempty"` // TQL query string. Query string `json:"query,omitempty"` // Pagination. Pagination *optionsmodel.VmwareTanzuCoreV1alpha1OptionsOffsetPaginationOptions `json:"pagination,omitempty"` // Include total count. IncludeTotalCount bool `json:"include_total_count,omitempty"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters Request parameters to list ContinuousDeliveries.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.ListContinuousDeliveriesRequestParameters
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse struct { // List of continuousdeliveries. ContinuousDeliveries []*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery `json:"continuousDeliveries"` // Total count. TotalCount string `json:"totalCount,omitempty"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse Response from listing ContinuousDeliveries.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.ListContinuousDeliveriesResponse
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope 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"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope Scope to search by, any fields left empty will be considered all (*).
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.SearchScope
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus ¶
type VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus struct { // Conditions of the Continuous Delivery resource. Conditions map[string]statusmodel.VmwareTanzuCoreV1alpha1StatusCondition `json:"conditions,omitempty"` }
VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus Status of the Continuous Delivery.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.fluxcd.continuousdelivery.Status
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.