helmfeatureclustergroupmodel

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 VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmFullName

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmFullName struct {

	// Name of cluster group.
	ClusterGroupName string `json:"clusterGroupName,omitempty"`

	// ID of Organization.
	OrgID string `json:"orgId,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmFullName Full name of the Helm.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.FullName

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmFullName) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmFullName) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm struct {

	// Full name for the helm.
	FullName *VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmFullName `json:"fullName,omitempty"`

	// Metadata for the helm object.
	Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"`

	// Status for the helm.
	Status *VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmStatus `json:"status,omitempty"`

	// Metadata describing the type of the resource.
	Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm Represents helm feature for a cluster group.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.Helm

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmListHelmsResponse

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmListHelmsResponse struct {

	// List of helms.
	Helms []*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm `json:"helms"`

	// Total count.
	TotalCount string `json:"totalCount,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmListHelmsResponse Response from listing Helms.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.ListHelmsResponse

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmListHelmsResponse) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmListHelmsResponse) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmRequest

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmRequest struct {

	// Helm to create.
	Helm *VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm `json:"helm,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmRequest Request to create a Helm.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.CreateHelmRequest

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmRequest) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmRequest) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmResponse

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmResponse struct {

	// Helm created.
	Helm *VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmHelm `json:"helm,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmResponse Response from creating a Helm.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.CreateHelmResponse

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmResponse) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmResponse) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmSearchScope

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmSearchScope struct {

	// Scope search to the specified cluster_group_name; supports globbing; default (*).
	ClusterGroupName string `json:"clusterGroupName,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmSearchScope Scope to search by, any fields left empty will be considered all (*).

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.SearchScope

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmSearchScope) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmSearchScope) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmStatus

type VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmStatus struct {

	// Details contains information about the Cluster Group helm being applied on member Clusters.
	Details *statusmodel.VmwareTanzuManageV1alpha1CommonBatchDetails `json:"details,omitempty"`

	// Phase of the Cluster Group helm feature on member Clusters.
	Phase *statusmodel.VmwareTanzuManageV1alpha1CommonBatchPhase `json:"phase,omitempty"`
}

VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmStatus Status of the Helm.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.Status

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmStatus) MarshalBinary

MarshalBinary interface implementation.

func (*VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmStatus) UnmarshalBinary

UnmarshalBinary interface implementation.

type VmwareTanzuManageV1alpha1ClustergroupHelmListHelmRequestParameters

type VmwareTanzuManageV1alpha1ClustergroupHelmListHelmRequestParameters struct {

	// Scope to search by, any fields left empty will be considered all (*).
	SearchScope *VmwareTanzuManageV1alpha1ClustergroupFluxcdHelmSearchScope `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"`
}

VmwareTanzuManageV1alpha1ClustergroupHelmListHelmRequestParameters Request parameters to list Helm.

swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.fluxcd.helm.ListHelmsRequestParameters

Jump to

Keyboard shortcuts

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