Documentation ¶
Overview ¶
Package nodes provides implementation of Node resources for Kubernetes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nodes ¶
type Nodes struct {
// contains filtered or unexported fields
}
Nodes provides API for manipulating Node resources within a Kubernetes cluster
func New ¶
func New(ctx context.Context, client kubernetes.Interface, metaOptions metav1.ListOptions) *Nodes
New creates a new instance backed by the provided client
Click to show internal directories.
Click to hide internal directories.