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
f07b9b6a
Commit
f07b9b6a
authored
Mar 30, 2019
by
danielqsj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add possible values to CustomResourceDefinitionConditionType
parent
b1829dff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
types.go
...o/apiextensions-apiserver/pkg/apis/apiextensions/types.go
+1
-1
types.go
...ensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go
+1
-1
No files found.
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go
View file @
f07b9b6a
...
@@ -267,7 +267,7 @@ const (
...
@@ -267,7 +267,7 @@ const (
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
type
CustomResourceDefinitionCondition
struct
{
type
CustomResourceDefinitionCondition
struct
{
// Type is the type of the condition.
// Type is the type of the condition.
Types include Established, NamesAccepted and Terminating.
Type
CustomResourceDefinitionConditionType
Type
CustomResourceDefinitionConditionType
// Status is the status of the condition.
// Status is the status of the condition.
// Can be True, False, Unknown.
// Can be True, False, Unknown.
...
...
staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go
View file @
f07b9b6a
...
@@ -281,7 +281,7 @@ const (
...
@@ -281,7 +281,7 @@ const (
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
type
CustomResourceDefinitionCondition
struct
{
type
CustomResourceDefinitionCondition
struct
{
// Type is the type of the condition.
// Type is the type of the condition.
Types include Established, NamesAccepted and Terminating.
Type
CustomResourceDefinitionConditionType
`json:"type" protobuf:"bytes,1,opt,name=type,casttype=CustomResourceDefinitionConditionType"`
Type
CustomResourceDefinitionConditionType
`json:"type" protobuf:"bytes,1,opt,name=type,casttype=CustomResourceDefinitionConditionType"`
// Status is the status of the condition.
// Status is the status of the condition.
// Can be True, False, Unknown.
// Can be True, False, Unknown.
...
...
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