Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created October 23, 2014 00:37
Show Gist options
  • Select an option

  • Save kelseyhightower/4716edd4b4c4b4c797ad to your computer and use it in GitHub Desktop.

Select an option

Save kelseyhightower/4716edd4b4c4b4c797ad to your computer and use it in GitHub Desktop.
Host: {{.CurrentState.Host}}
PodIP: {{.CurrentState.PodIP}}
Containers: {{range $container := .DesiredState.Manifest.Containers}}
Name: {{$container.Name}}{{range $port := $container.Ports}}
HostPort: {{$port.HostPort}}
ContainerPort: {{$port.ContainerPort}}{{end}}{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment