# Functions
AllAttr creates a query that matches resources with all of the attributes.
No description provided by the author
And creates a query that ands two or more subqueries.
AnyAttr creates a query that matches resources with any of the attributes.
AttrIn creates a query that matches resources with attribute key and any of values.
BasicAuth auth with user/pass.
No description provided by the author
HTTPClient allows you to replace the default client for different use cases.
JWTAuth auth with token.
Merge option first fetches the resource and then applies the merge function and uses the result for the actual update fetched will be the old resource new will be the resource passed to the Update call If the resource doesn't exist it will fetched will be set to null If the merge function returns an error, the update operation will be cancelled.
Names creates a query that matches any of the passed names.
NewClient creates a new HTTP client.
NewFakeClient -.
Or creates a query that ors two or more subqueries.
Reference create a query by reference to resource kind and name.
TagsIn creates a query that matches resources with any of the tag values.
No description provided by the author
No description provided by the author
No description provided by the author
WithQuery applies a query on the list operation.
# Structs
BadRequestError -.
Client for a resource with the given version, group & scope.
ClientBase for grouping a client, auth method and url together.
No description provided by the author
ConflictError -.
No description provided by the author
ForbiddenError -.
InternalServerError -.
NotFoundError -.
QueryStringer helps print a query.
UnauthorizedError -.
UnexpectedError -.
# Interfaces
Base -.
BaseCtx -.
EventHandler -.
No description provided by the author
QueryNode represents a query.
No description provided by the author
ScopedCtx -.
Unscoped -.
UnscopedCtx -.
Visitor visits a QueryNode.
# Type aliases
No description provided by the author
Errors -.
EventHandlerFunc -.
ListOptions -.
No description provided by the author
Options.
No description provided by the author