MCPcopy Create free account
hub / github.com/docker/compose / SwarmUpdate

Method SwarmUpdate

pkg/dryrun/dryrunclient.go:560–562  ·  view source on GitHub ↗
(ctx context.Context, options client.SwarmUpdateOptions)

Source from the content-addressed store, hash-verified

558}
559
560func (d *DryRunClient) SwarmUpdate(ctx context.Context, options client.SwarmUpdateOptions) (client.SwarmUpdateResult, error) {
561 return d.apiClient.SwarmUpdate(ctx, options)
562}
563
564func (d *DryRunClient) SecretList(ctx context.Context, options client.SecretListOptions) (client.SecretListResult, error) {
565 return d.apiClient.SecretList(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected