nodes

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

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.

func (*Nodes) List deprecated

func (obj *Nodes) List() ([]k8sTypes.Node, error)

List returns a collection of Nodes comprising the cluster

Deprecated: Use resources.List instead.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL