mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Remove 'stateful set is alpha' comment in types.go
This commit is contained in:
parent
c15b9470f5
commit
2a43ddc3ec
@ -28,8 +28,7 @@ import (
|
|||||||
// - Network: A single stable DNS and hostname.
|
// - Network: A single stable DNS and hostname.
|
||||||
// - Storage: As many VolumeClaims as requested.
|
// - Storage: As many VolumeClaims as requested.
|
||||||
// The StatefulSet guarantees that a given network identity will always
|
// The StatefulSet guarantees that a given network identity will always
|
||||||
// map to the same storage identity. StatefulSet is currently in alpha and
|
// map to the same storage identity.
|
||||||
// and subject to change without notice.
|
|
||||||
type StatefulSet struct {
|
type StatefulSet struct {
|
||||||
unversioned.TypeMeta `json:",inline"`
|
unversioned.TypeMeta `json:",inline"`
|
||||||
// +optional
|
// +optional
|
||||||
|
@ -28,8 +28,7 @@ import (
|
|||||||
// - Network: A single stable DNS and hostname.
|
// - Network: A single stable DNS and hostname.
|
||||||
// - Storage: As many VolumeClaims as requested.
|
// - Storage: As many VolumeClaims as requested.
|
||||||
// The StatefulSet guarantees that a given network identity will always
|
// The StatefulSet guarantees that a given network identity will always
|
||||||
// map to the same storage identity. StatefulSet is currently in alpha
|
// map to the same storage identity.
|
||||||
// and subject to change without notice.
|
|
||||||
type StatefulSet struct {
|
type StatefulSet struct {
|
||||||
unversioned.TypeMeta `json:",inline"`
|
unversioned.TypeMeta `json:",inline"`
|
||||||
// +optional
|
// +optional
|
||||||
|
Loading…
Reference in New Issue
Block a user