package
0.0.0-20250228164547-bad2d1bf3a37
Repository: https://github.com/openshift/library-go.git
Documentation: pkg.go.dev
# Functions
CountNodesFuncWrapper returns a function that returns the number of nodes that match the given selector.
EnsureAtMostOnePodPerNode updates the deployment spec to prevent more than one pod of a given replicaset from landing on a node.
NewController creates a brand new Controller instance.
# Structs
Controller is a generic workload controller that deals with Deployment resource.
# Interfaces
Delegate captures a set of methods that hold a custom logic.