Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope
- type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery struct { // Full name for the Continuous Delivery. FullName *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName `json:"fullName,omitempty"` // Metadata for the Continuous Delivery object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` // Status for the Continuous Delivery. Status *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus `json:"status,omitempty"` // Metadata describing the type of the resource. Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery Represents continuous delivery feature configuration for a cluster group.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.ContinuousDelivery
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest struct { // ContinuousDelivery to create. ContinuousDelivery *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery `json:"continuousDelivery,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest Request to create a ContinuousDelivery.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.CreateContinuousDeliveryRequest
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse struct { // ContinuousDelivery created. ContinuousDelivery *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery `json:"continuousDelivery,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse Response from creating a ContinuousDelivery.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.CreateContinuousDeliveryResponse
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDeliveryResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName struct { // Name of cluster group. ClusterGroupName string `json:"clusterGroupName,omitempty"` // ID of Organization. OrgID string `json:"orgId,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName Full name of the Continuous Delivery.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.FullName
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters struct { // Scope to search by, any fields left empty will be considered all (*). SearchScope *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope `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"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesRequestParameters Request parameters to list ContinuousDeliveries.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.ListContinuousDeliveriesRequestParameters
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse struct { // List of continuousdeliveries. ContinuousDeliveries []*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryContinuousDelivery `json:"continuousDeliveries"` // Total count. TotalCount string `json:"totalCount,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse Response from listing ContinuousDeliveries.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.ListContinuousDeliveriesResponse
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryListContinuousDeliveriesResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope struct { // Scope search to the specified cluster_group_name; supports globbing; default (*). ClusterGroupName string `json:"clusterGroupName,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope Scope to search by, any fields left empty will be considered all (*).
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.SearchScope
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliverySearchScope) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus ¶
type VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus struct { // Details contains information about the Cluster Group continuous delivery being applied on member Clusters. Details *statusmodel.VmwareTanzuManageV1alpha1CommonBatchDetails `json:"details,omitempty"` // Phase of the Cluster Group continuous delivery feature on member Clusters. Phase *statusmodel.VmwareTanzuManageV1alpha1CommonBatchPhase `json:"phase,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus Status of the Continuous Delivery.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.continuousdelivery.Status
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupFluxcdContinuousdeliveryStatus) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.