package
1.14.0-alpha.0
Repository: https://github.com/everpeace/kubernetes.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AdmissionFailureHandlerStub is an AdmissionFailureHandler that does not perform any handling of admission failure.
No description provided by the author
PodAdmitAttributes is the context for a pod admission decision.
PodAdmitResult provides the result of a pod admission decision.
ShouldEvictResponse provides the result of a should evict request.
# Interfaces
AdmissionFailureHandler is an interface which defines how to deal with a failure to admit a pod.
PodAdmitHandler is notified during pod admission.
PodAdmitTarget maintains a list of handlers to invoke.
PodLifecycleTarget groups a set of lifecycle interfaces for convenience.
PodSyncHandler is invoked during each sync pod operation.
PodSyncLoopHandler is invoked during each sync loop iteration.
PodSyncLoopTarget maintains a list of handlers to pod sync loop.
PodSyncTarget maintains a list of handlers to pod sync.
# Type aliases
PodAdmitHandlers maintains a list of handlers to pod admission.
PodSyncHandlers maintains a list of handlers to pod sync.
PodSyncLoopHandlers maintains a list of handlers to pod sync loop.