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