Documentation ¶
Index ¶
- type Daemonset
- func (d *Daemonset) Create(ds *appsv1.DaemonSet) error
- func (d *Daemonset) Delete(namespace, name string) error
- func (d *Daemonset) Get(namespace, name string) (*appsv1.DaemonSet, error)
- func (d *Daemonset) List(namespace string, labelSelector map[string]string) (appsv1.DaemonSetList, error)
- func (d *Daemonset) Update(daemonset *appsv1.DaemonSet) error
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemonset ¶
type Daemonset struct {
// contains filtered or unexported fields
}
type Option ¶
type Option func(*Daemonset)
func WithCompleteParams ¶
func WithCompleteParams(addr string, client *httpclient.HTTPClient) Option
WithCompleteParams provides an Option
Click to show internal directories.
Click to hide internal directories.