mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Fix link
This commit is contained in:
parent
4f848b6d3b
commit
12c1d660a3
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
package api
|
package api
|
||||||
|
|
||||||
// ContainerManifest corresponds to the Container Manifest format, documented at:
|
// 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.
|
// This is used as the representation of Kubernete's workloads.
|
||||||
type ContainerManifest struct {
|
type ContainerManifest struct {
|
||||||
Version string `yaml:"version" json:"version"`
|
Version string `yaml:"version" json:"version"`
|
||||||
|
Loading…
Reference in New Issue
Block a user