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

Method Configs

cli/command/service/formatter.go:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287}
288
289func (ctx *serviceInspectContext) Configs() []*swarm.ConfigReference {
290 return ctx.Service.Spec.TaskTemplate.ContainerSpec.Configs
291}
292
293func (ctx *serviceInspectContext) Secrets() []*swarm.SecretReference {
294 return ctx.Service.Spec.TaskTemplate.ContainerSpec.Secrets

Callers 1

deployComposeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected