From 2a43ddc3ec20bddb6206cee2a426f95135c6fa3c Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Mon, 31 Oct 2016 11:58:39 -0700 Subject: [PATCH] Remove 'stateful set is alpha' comment in types.go --- pkg/apis/apps/types.go | 3 +-- pkg/apis/apps/v1beta1/types.go | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pkg/apis/apps/types.go b/pkg/apis/apps/types.go index 841cc5a16c0..b7cafa1820c 100644 --- a/pkg/apis/apps/types.go +++ b/pkg/apis/apps/types.go @@ -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 diff --git a/pkg/apis/apps/v1beta1/types.go b/pkg/apis/apps/v1beta1/types.go index 59345173050..c7b179f2c6b 100644 --- a/pkg/apis/apps/v1beta1/types.go +++ b/pkg/apis/apps/v1beta1/types.go @@ -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