Versions in this module Expand all Collapse all v1 v1.11.0 Jan 23, 2025 v1.10.2 Jan 9, 2025 v1.10.1 Dec 28, 2024 v1.10.0 Nov 26, 2024 v1.9.1 Jan 10, 2025 v1.9.0 Nov 5, 2024 v1.8.0 Oct 1, 2024 Changes in this version + const Group + const Version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupQueryKind = reflect.TypeOf(GroupQuery{}).Name() + var QueryKind = reflect.TypeOf(Query{}).Name() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + var SpacesQueryKind = reflect.TypeOf(SpaceQuery{}).Name() + type Direction string + const Ascending + const Descending + type Freshness struct + ControlPlane string + Group string + ResourceVersion string + func (in *Freshness) DeepCopy() *Freshness + func (in *Freshness) DeepCopyInto(out *Freshness) + type GroupQuery struct + Response *QueryResponse + Spec *QuerySpec + func (in *GroupQuery) DeepCopy() *GroupQuery + func (in *GroupQuery) DeepCopyInto(out *GroupQuery) + func (in *GroupQuery) DeepCopyObject() runtime.Object + type Query struct + Response *QueryResponse + Spec *QuerySpec + func (in *Query) DeepCopy() *Query + func (in *Query) DeepCopyInto(out *Query) + func (in *Query) DeepCopyObject() runtime.Object + type QueryCondition struct + Reason string + Status string + Type string + func (in *QueryCondition) DeepCopy() *QueryCondition + func (in *QueryCondition) DeepCopyInto(out *QueryCondition) + type QueryCreationTimestamp struct + After metav1.Time + Before metav1.Time + func (in *QueryCreationTimestamp) DeepCopy() *QueryCreationTimestamp + func (in *QueryCreationTimestamp) DeepCopyInto(out *QueryCreationTimestamp) + type QueryFilter struct + Categories []string + Conditions []QueryCondition + CreationTimestamp QueryCreationTimestamp + GroupKind QueryGroupKind + ID string + JSONPath string + Labels map[string]string + Name string + Namespace string + func (in *QueryFilter) DeepCopy() *QueryFilter + func (in *QueryFilter) DeepCopyInto(out *QueryFilter) + type QueryFilterControlPlane struct + Group string + Name string + func (in *QueryFilterControlPlane) DeepCopy() *QueryFilterControlPlane + func (in *QueryFilterControlPlane) DeepCopyInto(out *QueryFilterControlPlane) + type QueryGroupKind struct + APIGroup string + Kind string + func (in *QueryGroupKind) DeepCopy() *QueryGroupKind + func (in *QueryGroupKind) DeepCopyInto(out *QueryGroupKind) + type QueryGrouping string + const ByGVKsAndColumns + type QueryNestedResources struct + Filters []QueryFilter + func (in *QueryNestedResources) DeepCopy() *QueryNestedResources + func (in *QueryNestedResources) DeepCopyInto(out *QueryNestedResources) + type QueryObjects struct + ControlPlane bool + ID bool + MutablePath bool + Object *common.JSON + Relations map[string]QueryRelation + Table *QueryTable + func (in *QueryObjects) DeepCopy() *QueryObjects + func (in *QueryObjects) DeepCopyInto(out *QueryObjects) + type QueryOrder struct + APIGroup Direction + ControlPlane Direction + CreationTimestamp Direction + Group Direction + Kind Direction + Name Direction + Namespace Direction + func (in *QueryOrder) DeepCopy() *QueryOrder + func (in *QueryOrder) DeepCopyInto(out *QueryOrder) + type QueryPage struct + Cursor string + First int + func (in *QueryPage) DeepCopy() *QueryPage + func (in *QueryPage) DeepCopyInto(out *QueryPage) + type QueryRelation struct + func (in *QueryRelation) DeepCopy() *QueryRelation + func (in *QueryRelation) DeepCopyInto(out *QueryRelation) + type QueryResources struct + Count bool + Cursor bool + Limit int + Objects *QueryObjects + Order []QueryOrder + Page QueryPage + func (in *QueryResources) DeepCopy() *QueryResources + func (in *QueryResources) DeepCopyInto(out *QueryResources) + type QueryResponse struct + Warnings []string + func (in *QueryResponse) DeepCopy() *QueryResponse + func (in *QueryResponse) DeepCopyInto(out *QueryResponse) + type QueryResponseControlPlane struct + Name string + Namespace string + func (in *QueryResponseControlPlane) DeepCopy() *QueryResponseControlPlane + func (in *QueryResponseControlPlane) DeepCopyInto(out *QueryResponseControlPlane) + type QueryResponseCursor struct + Next string + Page int + PageSize int + Position int + func (in *QueryResponseCursor) DeepCopy() *QueryResponseCursor + func (in *QueryResponseCursor) DeepCopyInto(out *QueryResponseCursor) + type QueryResponseMutablePath struct + BasePath string + func (in *QueryResponseMutablePath) DeepCopy() *QueryResponseMutablePath + func (in *QueryResponseMutablePath) DeepCopyInto(out *QueryResponseMutablePath) + type QueryResponseObject struct + ControlPlane *QueryResponseControlPlane + Errors []string + ID string + MutablePath *QueryResponseMutablePath + Object *common.JSONObject + Relations map[string]QueryResponseRelation + func (in *QueryResponseObject) DeepCopy() *QueryResponseObject + func (in *QueryResponseObject) DeepCopyInto(out *QueryResponseObject) + type QueryResponseObjects struct + Count *int + Cursor *QueryResponseCursor + Incomplete bool + Objects []QueryResponseObject + Tables []QueryResponseTable + func (in *QueryResponseObjects) DeepCopy() *QueryResponseObjects + func (in *QueryResponseObjects) DeepCopyInto(out *QueryResponseObjects) + type QueryResponseRelation struct + func (in *QueryResponseRelation) DeepCopy() *QueryResponseRelation + func (in *QueryResponseRelation) DeepCopyInto(out *QueryResponseRelation) + type QueryResponseTable struct + Columns []metav1.TableColumnDefinition + GroupVersionKind metav1.GroupVersionKind + Rows []metav1.TableRow + func (in *QueryResponseTable) DeepCopy() *QueryResponseTable + func (in *QueryResponseTable) DeepCopyInto(out *QueryResponseTable) + type QuerySpec struct + Freshness []Freshness + func (in *QuerySpec) DeepCopy() *QuerySpec + func (in *QuerySpec) DeepCopyInto(out *QuerySpec) + type QueryTable struct + Grouping QueryGrouping + func (in *QueryTable) DeepCopy() *QueryTable + func (in *QueryTable) DeepCopyInto(out *QueryTable) + type QueryTopLevelFilter struct + ControlPlane QueryFilterControlPlane + Objects []QueryFilter + func (in *QueryTopLevelFilter) DeepCopy() *QueryTopLevelFilter + func (in *QueryTopLevelFilter) DeepCopyInto(out *QueryTopLevelFilter) + func (tlf *QueryTopLevelFilter) ObjectIDs() []string + type QueryTopLevelResources struct + Filter QueryTopLevelFilter + func (in *QueryTopLevelResources) DeepCopy() *QueryTopLevelResources + func (in *QueryTopLevelResources) DeepCopyInto(out *QueryTopLevelResources) + type SpaceQuery struct + Response *QueryResponse + Spec *QuerySpec + func (in *SpaceQuery) DeepCopy() *SpaceQuery + func (in *SpaceQuery) DeepCopyInto(out *SpaceQuery) + func (in *SpaceQuery) DeepCopyObject() runtime.Object Other modules containing this package github.com/upbound/up-sdk-go