From 9c772a2855928de88af06eece5b492fc7b2ea859 Mon Sep 17 00:00:00 2001 From: danielqsj Date: Sat, 30 Mar 2019 14:52:50 +0800 Subject: [PATCH] update generated files --- api/openapi-spec/swagger.json | 2 +- .../pkg/apis/apiextensions/v1beta1/generated.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 572be2e0f68..74c1802e498 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -16320,7 +16320,7 @@ "type": "string" }, "type": { - "description": "Type is the type of the condition.", + "description": "Type is the type of the condition. Types include Established, NamesAccepted and Terminating.", "type": "string" } }, diff --git a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto index 7e18cb9e314..febd5a6d999 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto +++ b/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto @@ -140,7 +140,7 @@ message CustomResourceDefinition { // CustomResourceDefinitionCondition contains details for the current condition of this pod. message CustomResourceDefinitionCondition { - // Type is the type of the condition. + // Type is the type of the condition. Types include Established, NamesAccepted and Terminating. optional string type = 1; // Status is the status of the condition.