MCPcopy Create free account
hub / github.com/docker/cli / placementPrefOpts

Struct placementPrefOpts

cli/command/service/opts.go:83–86  ·  view source on GitHub ↗

placementPrefOpts holds a list of placement preferences.

Source from the content-addressed store, hash-verified

81
82// placementPrefOpts holds a list of placement preferences.
83type placementPrefOpts struct {
84 prefs []swarm.PlacementPreference
85 strings []string
86}
87
88func (o *placementPrefOpts) String() string {
89 if len(o.strings) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected