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

# Packages

Package resourcerest defines interfaces for resource REST implementations.
Package resourcestrategy defines interfaces for customizing how resources are converted and stored.
Package util contains a set of utility functions that help plumbing new kubernetes resources into an aggregated apiserver.

# Functions

AddToScheme returns a function to add the Objects to the scheme.

# Interfaces

GenericSubResource defines interface for registering arbitrary subresource to the parent resource.
MultiVersionObject should be implemented if the resource is not storage version and has multiple versions serving at the server.
Object must be implemented by all resources served by the apiserver.
ObjectList must be implemented by all resources' list object.
ObjectWithGenericSubResource adds arbitrary subresources to the resource.
ObjectWithScaleSubResource defines an interface for getting and setting the scale sub-resource for a resource.
ObjectWithStatusSubResource defines an interface for getting and setting the status sub-resource for a resource.
StatusSubResource defines interface for registering status subresource to a parent resource.