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
8d633458
Commit
8d633458
authored
Dec 09, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18148 from feihujiang/addEnumTypeForStatusReansonConstants
Auto commit by PR queue bot
parents
ab8dbd22
ad10ca1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
types.go
pkg/api/unversioned/types.go
+2
-2
No files found.
pkg/api/unversioned/types.go
View file @
8d633458
...
@@ -239,13 +239,13 @@ const (
...
@@ -239,13 +239,13 @@ const (
// Details (optional):
// Details (optional):
// "causes" - The original error
// "causes" - The original error
// Status code 500
// Status code 500
StatusReasonInternalError
=
"InternalError"
StatusReasonInternalError
StatusReason
=
"InternalError"
// StatusReasonExpired indicates that the request is invalid because the content you are requesting
// StatusReasonExpired indicates that the request is invalid because the content you are requesting
// has expired and is no longer available. It is typically associated with watches that can't be
// has expired and is no longer available. It is typically associated with watches that can't be
// serviced.
// serviced.
// Status code 410 (gone)
// Status code 410 (gone)
StatusReasonExpired
=
"Expired"
StatusReasonExpired
StatusReason
=
"Expired"
// StatusReasonServiceUnavailable means that the request itself was valid,
// StatusReasonServiceUnavailable means that the request itself was valid,
// but the requested service is unavailable at this time.
// but the requested service is unavailable at this time.
...
...
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