continuousdeliveryclustermodel

package
v1.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDelivery) UnmarshalBinary

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryRequest) UnmarshalBinary

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryContinuousDeliveryResponse) UnmarshalBinary

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryFullName) UnmarshalBinary

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryListContinuousDeliveriesResponse) UnmarshalBinary

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliverySearchScope) UnmarshalBinary

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

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClusterFluxcdContinuousdeliveryStatus) UnmarshalBinary

UnmarshalBinary interface implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL