# Functions
GetStatefulSetDetail gets Stateful Set details.
GetStatefulSetList returns a list of all Stateful Sets in the cluster.
GetStatefulSetListFromChannels returns a list of all Stateful Sets in the cluster reading required resource list once from the channels.
GetStatefulSetPods return list of pods targeting pet set.
# Structs
StatefulSet is a presentation layer view of Kubernetes Stateful Set resource.
StatefulSetDetail is a presentation layer view of Kubernetes Stateful Set resource.
StatefulSetList contains a list of Stateful Sets in the cluster.
# Type aliases
No description provided by the author