# Functions
No description provided by the author
GetPods returns a list of pods, identified by the selectors.
No description provided by the author
KindNamespaceNameFromString parses a string into a KindNamespaceName The string should be in the format of "Kind/Namespace/Name"
Example:
KindNamespaceNameFromString("Deployment/my-namespace/my-deployment")
This will return a KindNamespaceName with Kind: Deployment, Namespace: my-namespace, Name: my-deployment.
PodStatuses checks if the restart for the deployment or statefulset is complete It returns a map of pod status and the number of pods with that status as well as a boolean indicating if the restart is complete.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Type aliases
No description provided by the author