# Functions

Create an unstructured value from any input.
Get the cached feature list (exposed as a k8s resource).
No description provided by the author
No description provided by the author
using any since this will often be enumerations.
No description provided by the author
ToDataSourceQueries returns queries that should be sent to a single datasource This will throw an error if the queries reference multiple instances.

# Variables

No description provided by the author

# Structs

CommonQueryProperties are properties that can be added to all queries.
DataQuery is a replacement for `dtos.MetricRequest` with more explicit typing.
No description provided by the author
No description provided by the author
No description provided by the author
ObjectMeta is a struct that aims to "look" like a real kubernetes object when written to JSON, however it does not require the pile of dependencies This is really an internal helper until we decide which dependencies make sense to require within the SDK.
No description provided by the author
No description provided by the author
QueryTypeDefinition is a kubernetes shaped object that represents a single query definition.
QueryTypeDefinitionList is a kubernetes shaped object that represents a list of query types For simple data sources, there may be only a single query type, however when multiple types exist they must be clearly specified with distinct discriminator field+value pairs.
No description provided by the author
ResultAssertions define the expected response shape and query behavior.
Represents the state of some operation.
TimeRange represents a time range for a query and is a property of DataQuery.
No description provided by the author
Unstructured allows objects that do not have Golang structs registered to be manipulated generically.

# Interfaces

No description provided by the author