package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev
# Functions
GetReplicaSetDetail gets replica set details.
GetReplicaSetList returns a list of all Replica Sets in the cluster.
GetReplicaSetListFromChannels returns a list of all Replica Sets in the cluster reading required resource list once from the channels.
GetReplicaSetPods return list of pods targeting replica set.
GetReplicaSetServices returns list of services that are related to replica set targeted by given name.
ToReplicaSet converts replica set api object to replica set model object.
ToReplicaSetList creates paginated list of Replica Set model objects based on Kubernetes Replica Set objects array and related resources arrays.
# Structs
ReplicaSet is a presentation layer view of Kubernetes Replica Set resource.
ReplicaSetDetail is a presentation layer view of Kubernetes Replica Set resource.
ReplicaSetList contains a list of Replica Sets in the cluster.