package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev

# Functions

GenericDataSelect takes a list of GenericDataCells and DataSelectQuery and returns selected data as instructed by dsQuery.
GenericDataSelectWithFilter takes a list of GenericDataCells and DataSelectQuery and returns selected data as instructed by dsQuery.
GenericDataSelect takes a list of GenericDataCells and DataSelectQuery and returns selected data as instructed by dsQuery.
GenericDataSelect takes a list of GenericDataCells and DataSelectQuery and returns selected data as instructed by dsQuery.
NewDataSelectQuery creates DataSelectQuery object from simpler data select queries.
NewFilterQuery takes raw filter options list and returns FilterQuery object.
NewMetricQuery returns a metric query from provided settings.
NewPaginationQuery return pagination query structure based on given parameters.
NewSortQuery takes raw sort options list and returns SortQuery object.
PodListMetrics returns metrics for every resource on the dataList without aggregating data.

# Constants

List of all property names supported by the UI.
List of all property names supported by the UI.
List of all property names supported by the UI.
List of all property names supported by the UI.
List of all property names supported by the UI.
List of all property names supported by the UI.
List of all property names supported by the UI.
List of all property names supported by the UI.

# Variables

DefaultDataSelect downloads first 10 items from page 1 with no sort and no metrics.
DefaultDataSelectWithMetrics downloads first 10 items from page 1 with no sort.
Returns 10 items from page 1.
No items will be returned.
NoDataSelect is an option for no data select (same data will be returned).
By default backend pagination will not be applied.
NoSort is as option for no sort.
StandardMetrics query results in a standard metrics being returned.
StdMetricsDataSelect does not perform any data select, just downloads standard metrics.

# Structs

SelectableData contains all the required data to perform data selection.
DataSelectQuery is options for GenericDataSelect which takes []GenericDataCell and returns selected data.
MetricQuery holds parameters for metric extraction process.
PaginationQuery structure represents pagination settings.
SortBy holds the name of the property that should be sorted and whether order should be ascending or descending.
SortQuery holds options for sort functionality of data select.

# Interfaces

ComparableValue hold any value that can be compared to its own kind.
GenericDataCell describes the interface of the data cell that contains all the necessary methods needed to perform complex data selection GenericDataSelect takes a list of these interfaces and performs selection operation.
MetricDataCell extends interface of DataCells and additionally supports metric download.

# Type aliases

PropertyName is used to get the value of certain property of data cell.
StdComparableRFC3339Timestamp takes RFC3339 Timestamp strings and compares them as TIMES.