Fix the doc of network plugin version

This commit is contained in:
feihujiang
2015-12-10 16:57:27 +08:00
parent 229f40e69f
commit 5cfdcfd8f6
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ type NetworkPlugin interface {
}
// PodNetworkStatus stores the network status of a pod (currently just the primary IP address)
// This struct represents version "v1"
// This struct represents version "v1beta1"
type PodNetworkStatus struct {
unversioned.TypeMeta `json:",inline"`