Merge pull request #35390 from kargakis/update-eviction-comment

Automatic merge from submit-queue

apis: update comment for Eviction resource
This commit is contained in:
Kubernetes Submit Queue
2016-10-30 03:53:19 -07:00
committed by GitHub
9 changed files with 11 additions and 11 deletions

View File

@@ -5081,7 +5081,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
"intstr.IntOrString": intstr.IntOrString{}.OpenAPIDefinition(), "policy.Eviction": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.",
Description: "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/eviction.",
Properties: map[string]spec.Schema{
"metadata": {
SchemaProps: spec.SchemaProps{
@@ -13462,7 +13462,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
"v1alpha1.Eviction": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.",
Description: "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/eviction.",
Properties: map[string]spec.Schema{
"metadata": {
SchemaProps: spec.SchemaProps{