# Packages
No description provided by the author
# Functions
AllFuncs returns an ObjectFunc that attempts to run all of the provided functions in order, returning early if there are any errors.
BeforeCreate ensures that common operations for all resources are performed on creation.
BeforeUpdate ensures that common operations for all resources are performed on update.
CheckGeneratedNameError checks whether an error that occured creating a resource is due to generation being unable to pick a valid name.
# Interfaces
RESTCreateStrategy defines the minimum validation, accepted input, and name generation behavior to create an object that follows Kubernetes API conventions.
RESTUpdateStrategy defines the minimum validation, accepted input, and name generation behavior to update an object that follows Kubernetes API conventions.
# Type aliases
ObjectFunc is a function to act on a given object.