# Functions
CalculateHash computes MD5 sum of the JSONfied object passed as obj.
No description provided by the author
ContainsNetworkOwnerRef returns true if any one the given OwnerReference is owned by cluster network operator, otherwise returns false.
GenerateKubeProxyConfiguration takes a set of defaults and a set of overrides in the form of kube-proxy command-line arguments, and returns a YAML kube-proxy config file.
MergeKubeProxyArguments merges a set of default kube-proxy command-line arguments with a set of overrides, keeping only the last-specified copy of each argument.
NewDynamicRESTMapper returns a RESTMapper that dynamically discovers resource types at runtime.
RemoveObjByGroupKindName will remove a given object from the list of objects.
ReplaceObj will replace a given object in a list of objects with another.
Same returns true if two objects are the "same" - that is to say, they would point to the same object in the apiserver.
ToUnstructured converts an arbitrary object (which MUST obey the k8s object conventions) to an Unstructured.
UpdateObjByGroupKindName calls f on the object that matches the group, kind, namespace, and name.
# Structs
No description provided by the author