package node

import "github.com/docker/cli/cli/command/node"

Index

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.

Source Files

cmd.go completion.go demote.go formatter.go inspect.go list.go opts.go promote.go ps.go remove.go update.go

Version
v28.0.1+incompatible
Published
Feb 25, 2025
Platform
windows/amd64
Imports
26 packages
Last checked
8 hours ago

Tools for package owners.