Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateDaemonSet ¶
func DeleteDaemonSet ¶
func DeleteDaemonSet(cli *kubernetes.Clientset, name, namespace string) error
Types ¶
type DaemonSet ¶
type DaemonSet struct { ObjectMeta common.ObjectMeta `json:"objectMeta"` Pods common.PodInfo `json:"pods"` }
func GetDaemonSetDetail ¶
func GetDaemonSetDetail(cli *kubernetes.Clientset, indexer *client.CacheFactory, name, namespace string) (*DaemonSet, error)
Click to show internal directories.
Click to hide internal directories.