package
1.2.0-alpha.6
Repository: https://github.com/nirdothan/kubernetes.git
Documentation: pkg.go.dev
# Functions
Clones the given map and returns a new map with the given key and value added.
Returns the number of available pods corresponding to the given RCs.
GetNewRC returns an RC that matches the intent of the given deployment; get RCList from client interface.
GetNewRCFromList returns an RC that matches the intent of the given deployment; get RCList with the input function.
Returns the desired PodTemplateSpec for the new RC corresponding to the given RC.
GetOldRCs returns the old RCs targeted by the given Deployment; get PodList and RCList from client interface.
GetOldRCsFromLists returns the old RCs targeted by the given Deployment; get PodList and RCList with input functions.
No description provided by the author
Returns the sum of Replicas of the given replication controllers.