apis: update comment for Eviction resource

This commit is contained in:
Michail Kargakis
2016-10-23 15:02:42 +02:00
parent f046acdf78
commit 3eaa6ca4a6
9 changed files with 11 additions and 11 deletions

View File

@@ -5000,7 +5000,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{
@@ -13381,7 +13381,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{