pull/6/head
Daniel Smith 2014-06-11 17:10:10 -07:00
parent 4f848b6d3b
commit 12c1d660a3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
package api
// ContainerManifest corresponds to the Container Manifest format, documented at:
// https://developers.google.com/compute/docs/containers#container_manifest
// https://developers.google.com/compute/docs/containers/container_vms#container_manifest
// This is used as the representation of Kubernete's workloads.
type ContainerManifest struct {
Version string `yaml:"version" json:"version"`