package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev
# Functions
GetDaemonSetDetail Returns detailed information about the given daemon set in the given namespace.
GetDaemonSetList returns a list of all Daemon Set in the cluster.
GetDaemonSetListFromChannels returns a list of all Daemon Set in the cluster reading required resource list once from the channels.
GetDaemonSetPods return list of pods targeting daemon set.
GetDaemonSetServices returns list of services that are related to daemon set targeted by given name.
GetServicesForDSDeletion is based on given selector returns list of services that are candidates for deletion.
# Structs
DaemonSet plus zero or more Kubernetes services that target the Daemon Set.
DaemonSetDetail represents detailed information about a Daemon Set.
DaemonSetList contains a list of Daemon Sets in the cluster.