node

package
v28.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2025 License: Apache-2.0 Imports: 26 Imported by: 184

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatWrite

func FormatWrite(ctx formatter.Context, nodes []swarm.Node, info system.Info) error

FormatWrite writes the context

func InspectFormatWrite

func InspectFormatWrite(ctx formatter.Context, refs []string, getRef inspect.GetRefFunc) error

InspectFormatWrite renders the context for a list of nodes

func NewFormat

func NewFormat(source string, quiet bool) formatter.Format

NewFormat returns a Format for rendering using a node Context

func NewNodeCommand

func NewNodeCommand(dockerCli command.Cli) *cobra.Command

NewNodeCommand returns a cobra command for `node` subcommands

func Reference

func Reference(ctx context.Context, apiClient client.APIClient, ref string) (string, error)

Reference returns the reference of a node. The special value "self" for a node reference is mapped to the current node, hence the node ID is retrieved using the `/info` endpoint.

Types

This section is empty.