package
0.13.0
Repository: https://github.com/tilt-dev/tilt-apiserver.git
Documentation: pkg.go.dev

# Functions

GetAttrs returns labels.Set, fields.Set, and error in case the given runtime.Object is not a ObjectMetaProvider.
New returns a new etcd backed request handler for the resource.
NewStatus returns a new etcd backed request handler for the resource "status" subresource.
NewStatusWithFn returns a new etcd backed request handler for the "status" subresource, applying the StoreFn to the Store.
NewStatusWithStrategy returns a new etcd backed request handler using the provided Strategy for the "status" subresource.
NewWithFn returns a new etcd backed request handler, applying the StoreFn to the Store.
NewWithStrategy returns a new etcd backed request handler using the provided Strategy.
SelectableFields returns a field set that represents the object.

# Structs

DefaultStrategy implements Strategy.
StaticHandlerProvider returns itself as the request handler.
StatusSubResourceStrategy defines a default Strategy for the status subresource.

# Interfaces

Strategy defines functions that are invoked prior to storing a Kubernetes resource.

# Type aliases

ResourceHandlerProvider provides a request handler for a resource.
ResourceStorageFn is a function that returns the objects required to register a resource into an apiserver.
StoreFn defines a function which modifies the Store before it is initialized.
SubResourceStorageFn is a function that returns objects required to register a subresource into an apiserver path is the subresource path from the parent (e.g.