docker-archive / infrakit.gcp

Infrakit plugins for Google Cloud Platform.
Apache License 2.0
12 stars 13 forks source link

Support for setting private IP address #49

Closed chungers closed 7 years ago

chungers commented 7 years ago

This adds support for setting private IP address. Also: a small code change to use struct embedding to avoid defining and copying duplicate struct fields.

Signed-off-by: David Chung david.chung@docker.com

dgageot commented 7 years ago

Thans @chungers!