add possible values to CustomResourceDefinitionConditionType

This commit is contained in:
danielqsj 2019-03-30 14:52:18 +08:00
parent b1829dff0b
commit f07b9b6a3c
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ const (
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
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
// Status is the status of the condition.
// Can be True, False, Unknown.

View File

@ -281,7 +281,7 @@ const (
// CustomResourceDefinitionCondition contains details for the current condition of this pod.
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"`
// Status is the status of the condition.
// Can be True, False, Unknown.