package
0.13.2
Repository: https://github.com/amckinley/kubernetes.git
Documentation: pkg.go.dev

# 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.

# Variables

Nodes is the default logic that applies when creating and updating Node objects.
Services is the default logic that applies when creating and updating Service objects.

# 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.