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

# Packages

Package resource defines interfaces that may be implemented by types -- e.g.
Package rest contains libraries for implementing resource request handlers.

# Functions

NewServerBuilder builds an apiserver to server Kubernetes resources and sub resources.

# Structs

Server builds a new apiserver for a single API group.

# Type aliases

Command is an alias for cobra.Command and is used to start the apiserver.
DefaultStrategy is a default strategy that may be embedded into other strategies.
GenericAPIServer is an alias for pkgserver.GenericAPIServer.
OpenAPIDefinition is an alias for common.OpenAPIDefinition.
Storage is an alias for rest.Storage.