workloads

package
v1.0.42 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddTagModal added in v0.1.27

func AddTagModal(props AddTagModalProps) htmx.Node

AddTagModal ...

func LensPillarTable

func LensPillarTable(props LensPillarTableProps, children ...htmx.Node) htmx.Node

LensPillarTable ...

func LensesTable

func LensesTable(props LensesTableProps, children ...htmx.Node) htmx.Node

LensesTable ...

func Search(p SearchProps, children ...htmx.Node) htmx.Node

Search ...

func WorkloadMetadataCard added in v0.1.23

func WorkloadMetadataCard(props WorkloadMetadataCardProps) htmx.Node

WorkloadMetadataCard ...

func WorkloadProfileCard added in v0.1.23

func WorkloadProfileCard(props WorkloadProfileCardProps) htmx.Node

WorkloadProfileCard ...

func WorkloadTag added in v0.1.27

func WorkloadTag(props WorkloadTagProps) htmx.Node

WorkloadTag ...

func WorkloadTagsCard added in v0.1.27

func WorkloadTagsCard(props WorkloadTagsCardProps) htmx.Node

WorkloadTagsCard ...

func WorkloadsRisksCard added in v0.1.27

func WorkloadsRisksCard(props WorkloadsRisksCardProps) htmx.Node

WorkloadsRisksCard ...

func WorkloadsTable

func WorkloadsTable(props WorkloadsTableProps, children ...htmx.Node) htmx.Node

WorkloadsTable ...

Types

type AddTagModalProps added in v0.1.27

type AddTagModalProps struct {
	// WorkloadID ...
	WorkloadID uuid.UUID
}

AddTagModalProps ...

type LensPillarTableProps

type LensPillarTableProps struct {
	Lens   *models.Lens
	Offset int
	Limit  int
	Total  int
}

LensPillarTableProps ...

type LensesTableProps

type LensesTableProps struct {
	Workload models.Workload
	Offset   int
	Limit    int
	Total    int
}

LensesTableProps ...

type SearchProps

type SearchProps struct {
	ClassNames htmx.ClassNames
	URL        string
	Limit      int
	Offset     int
	Search     string
	Sort       string
}

SearchProps ...

type WorkloadMetadataCardProps added in v0.1.23

type WorkloadMetadataCardProps struct {
	Workload models.Workload
}

WorkloadMetadataCardProps ...

type WorkloadProfileCardProps added in v0.1.23

type WorkloadProfileCardProps struct {
	Workload models.Workload
}

WorkloadProfileCardProps ...

type WorkloadTagProps added in v0.1.27

type WorkloadTagProps struct {
	ClassNames htmx.ClassNames
	WorkloadID uuid.UUID
	Tag        models.Tag
}

WorkloadTagProps ...

type WorkloadTagsCardProps added in v0.1.27

type WorkloadTagsCardProps struct {
	ClassNames htmx.ClassNames
	Workload   models.Workload
}

WorkloadTagsCardProps ...

type WorkloadsRisksCardProps added in v0.1.27

type WorkloadsRisksCardProps struct {
	// Workload ...
	Workload models.Workload
}

WorkloadsRisksCardProps ...

type WorkloadsTableProps

type WorkloadsTableProps struct {
	URL       string
	Workloads []*models.Workload
	Offset    int
	Limit     int
	Total     int
}

WorkloadsTableProps ...

Jump to

Keyboard shortcuts

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