mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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.
|
||||
// - 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user