Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2a43ddc3
Commit
2a43ddc3
authored
Oct 31, 2016
by
Janet Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 'stateful set is alpha' comment in types.go
parent
c15b9470
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
types.go
pkg/apis/apps/types.go
+1
-2
types.go
pkg/apis/apps/v1beta1/types.go
+1
-2
No files found.
pkg/apis/apps/types.go
View file @
2a43ddc3
...
@@ -28,8 +28,7 @@ import (
...
@@ -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
...
...
pkg/apis/apps/v1beta1/types.go
View file @
2a43ddc3
...
@@ -28,8 +28,7 @@ import (
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment