Remove 'stateful set is alpha' comment in types.go

This commit is contained in:
Janet Kuo 2016-10-31 11:58:39 -07:00
parent c15b9470f5
commit 2a43ddc3ec
2 changed files with 2 additions and 4 deletions

View File

@ -28,8 +28,7 @@ import (
// - Network: A single stable DNS and hostname.
// - Storage: As many VolumeClaims as requested.
// The StatefulSet guarantees that a given network identity will always
// map to the same storage identity. StatefulSet is currently in alpha and
// and subject to change without notice.
// map to the same storage identity.
type StatefulSet struct {
unversioned.TypeMeta `json:",inline"`
// +optional

View File

@ -28,8 +28,7 @@ import (
// - Network: A single stable DNS and hostname.
// - Storage: As many VolumeClaims as requested.
// The StatefulSet guarantees that a given network identity will always
// map to the same storage identity. StatefulSet is currently in alpha
// and subject to change without notice.
// map to the same storage identity.
type StatefulSet struct {
unversioned.TypeMeta `json:",inline"`
// +optional