Versions in this module Expand all Collapse all v0 v0.1.0 Oct 17, 2022 v0.0.10 Oct 17, 2022 v0.0.9 Oct 17, 2022 Changes in this version + const FieldAnnotation + const FieldCreateTime + const FieldCreationTimeStamp + const FieldDogo + const FieldLabel + const FieldLastUpdateTimestamp + const FieldName + const FieldNames + const FieldNamespace + const FieldOwnerKind + const FieldOwnerReference + const FieldStatus + const FieldType + const FieldUID + const FieldUpdateTime + const ParameterAscending + const ParameterFieldSelector + const ParameterLabelSelector + const ParameterLimit + const ParameterName + const ParameterOrderBy + const ParameterPage + var ComparableFields = []Field + var NoPagination = newPagination(-1, 0, 1) + var SortableFields = []Field + type Field string + type Filter struct + Field Field + Value Value + type Pagination struct + Limit int + Offset int + Page int + func (p *Pagination) GetValidPagination(total int) (startIndex, endIndex int) + type Query struct + Ascending bool + Filters map[Field]Value + LabelSelector string + Pagination *Pagination + SortBy Field + func New() *Query + func ParseQueryParameter(request *gin.Context) *Query + func (q *Query) Selector() labels.Selector + type Value string