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

Method Secrets

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

Source from the content-addressed store, hash-verified

291}
292
293func (ctx *serviceInspectContext) Secrets() []*swarm.SecretReference {
294 return ctx.Service.Spec.TaskTemplate.ContainerSpec.Secrets
295}
296
297func (ctx *serviceInspectContext) Healthcheck() *container.HealthConfig {
298 return ctx.Service.Spec.TaskTemplate.ContainerSpec.Healthcheck

Callers 1

deployComposeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected