package
1.4.0-alpha.0
Repository: https://github.com/connordoyle/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewPetQueue returns a queue for tracking pets.
NewPetSetController creates a new petset controller.
NewPetSetIterator returns a new iterator.
# Constants
PetSetInitAnnotation is an annotation which when set, indicates that the pet has finished initializing itself.
Time to sleep before polling to see if the pod cache has synced.
# Structs
NameIdentityMapper assigns names to pets.
NetworkIdentityMapper assigns network identity to pets.
PetSetController controls petsets.
VolumeIdentityMapper assigns storage identity to pets.
# Type aliases
PodsByCreationTimestamp sorts a list of Pods by creation timestamp, using their names as a tie breaker.