workloads

package
v0.1.19 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 WorkloadsTable

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

WorkloadsTable ...

Types

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 WorkloadsTableProps

type WorkloadsTableProps struct {
	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