2016-03-17 23:01:09 +00:00
---
2016-12-15 20:16:54 +00:00
title: Autoscaling API Operations
2016-03-17 23:01:09 +00:00
---
2016-12-15 20:16:54 +00:00
2016-03-17 22:58:12 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta name = "generator" content = "Asciidoctor 0.1.4" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Operations< / title >
< / head >
< body class = "article" >
< div id = "header" >
< / div >
< div id = "content" >
< div class = "sect1" >
< h2 id = "_operations" > Operations< / h2 >
< div class = "sectionbody" >
< div class = "sect2" >
< h3 id = "_get_available_resources" > get available resources< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_responses" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > default< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_apiresourcelist" > unversioned.APIResourceList< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_list_or_watch_objects_of_kind_horizontalpodautoscaler" > list or watch objects of kind HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/horizontalpodautoscalers< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > labelSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their labels. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > fieldSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their fields. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > watch< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > resourceVersion< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > timeoutSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Timeout for the list/watch call.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_2" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscalerlist" > v1.HorizontalPodAutoscalerList< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_2" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_2" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-12-13 21:44:13 +00:00
< li >
< p > application/json;stream=watch< / p >
< / li >
< li >
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_2" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_list_or_watch_objects_of_kind_horizontalpodautoscaler_2" > list or watch objects of kind HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_2" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > labelSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their labels. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > fieldSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their fields. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > watch< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > resourceVersion< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > timeoutSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Timeout for the list/watch call.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_3" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscalerlist" > v1.HorizontalPodAutoscalerList< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_3" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_3" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-12-13 21:44:13 +00:00
< li >
< p > application/json;stream=watch< / p >
< / li >
< li >
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_3" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_delete_collection_of_horizontalpodautoscaler" > delete collection of HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_3" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > labelSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their labels. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > fieldSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their fields. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > watch< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > resourceVersion< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > timeoutSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Timeout for the list/watch call.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_4" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_4" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_4" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_4" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_create_a_horizontalpodautoscaler" > create a HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_4" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > BodyParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > body< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_5" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_5" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_5" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_5" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_read_the_specified_horizontalpodautoscaler" > read the specified HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_5" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > export< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Should this value be exported. Export strips fields that a user can not specify.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > exact< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Should the export be exact. Exact export maintains cluster-specific fields like < em > Namespace< / em > < / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_6" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_6" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_6" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_6" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_replace_the_specified_horizontalpodautoscaler" > replace the specified HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_6" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > BodyParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > body< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_7" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_7" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_7" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_7" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_delete_a_horizontalpodautoscaler" > delete a HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_7" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > BodyParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > body< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_deleteoptions" > v1.DeleteOptions< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > gracePeriodSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > orphanDependents< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’ s finalizers list.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
2016-03-17 22:58:12 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_8" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_8" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_8" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_8" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_partially_update_the_specified_horizontalpodautoscaler" > partially update the specified HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_8" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > BodyParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > body< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_9" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_9" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json-patch+json< / p >
< / li >
< li >
< p > application/merge-patch+json< / p >
< / li >
< li >
< p > application/strategic-merge-patch+json< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_9" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_9" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-08-12 21:48:32 +00:00
< h3 id = "_read_status_of_the_specified_horizontalpodautoscaler" > read status of the specified HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_9" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_10" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-08-12 21:48:32 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_10" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_10" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_10" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-03-17 22:58:12 +00:00
< h3 id = "_replace_status_of_the_specified_horizontalpodautoscaler" > replace status of the specified HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_parameters_10" > Parameters< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > BodyParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > body< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_responses_11" > Responses< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_consumes_11" > Consumes< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_produces_11" > Produces< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_tags_11" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_partially_update_status_of_the_specified_horizontalpodautoscaler" > partially update status of the specified HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_11" > Parameters< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > BodyParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > body< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / p > < / td >
2016-08-12 21:48:32 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_responses_12" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_horizontalpodautoscaler" > v1.HorizontalPodAutoscaler< / a > < / p > < / td >
2016-08-12 21:48:32 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_12" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json-patch+json< / p >
< / li >
< li >
< p > application/merge-patch+json< / p >
< / li >
< li >
< p > application/strategic-merge-patch+json< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_12" > Produces< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_12" > Tags< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_horizontalpodautoscaler" > watch individual changes to a list of HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/watch/horizontalpodautoscalers< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_parameters_12" > Parameters< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > labelSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their labels. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > fieldSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their fields. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > watch< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > resourceVersion< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > timeoutSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Timeout for the list/watch call.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_responses_13" > Responses< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_versioned_event" > versioned.Event< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_consumes_13" > Consumes< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_produces_13" > Produces< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-08-12 21:48:32 +00:00
< / li >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json;stream=watch< / p >
< / li >
< li >
2016-08-12 21:48:32 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_tags_13" > Tags< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_horizontalpodautoscaler_2" > watch individual changes to a list of HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_parameters_13" > Parameters< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > labelSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their labels. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > fieldSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their fields. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > watch< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > resourceVersion< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > timeoutSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Timeout for the list/watch call.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_responses_14" > Responses< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_versioned_event" > versioned.Event< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_consumes_14" > Consumes< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_produces_14" > Produces< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-08-12 21:48:32 +00:00
< / li >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json;stream=watch< / p >
< / li >
< li >
2016-08-12 21:48:32 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_tags_14" > Tags< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_changes_to_an_object_of_kind_horizontalpodautoscaler" > watch changes to an object of kind HorizontalPodAutoscaler< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_parameters_14" > Parameters< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< col style = "width:16%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > Type< / th >
< th class = "tableblock halign-left valign-top" > Name< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Required< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< th class = "tableblock halign-left valign-top" > Default< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > pretty< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > If < em > true< / em > , then the output is pretty printed.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > labelSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their labels. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > fieldSelector< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > A selector to restrict the list of returned objects by their fields. Defaults to everything.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > watch< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > resourceVersion< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > timeoutSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Timeout for the list/watch call.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > namespace< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > object name and auth scope, such as for teams and projects< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the HorizontalPodAutoscaler< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_responses_15" > Responses< / h4 >
2016-03-17 22:58:12 +00:00
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
< col style = "width:33%;" >
< / colgroup >
< thead >
< tr >
< th class = "tableblock halign-left valign-top" > HTTP Code< / th >
< th class = "tableblock halign-left valign-top" > Description< / th >
< th class = "tableblock halign-left valign-top" > Schema< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > 200< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > success< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_versioned_event" > versioned.Event< / a > < / p > < / td >
2016-03-17 22:58:12 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_consumes_15" > Consumes< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_produces_15" > Produces< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
2016-08-12 21:48:32 +00:00
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-08-12 21:48:32 +00:00
< / li >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json;stream=watch< / p >
< / li >
< li >
2016-08-12 21:48:32 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
2016-03-17 22:58:12 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-08-12 21:48:32 +00:00
< h4 id = "_tags_15" > Tags< / h4 >
2016-03-17 22:58:12 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apisautoscalingv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "footer" >
< div id = "footer-text" >
2016-12-13 21:44:13 +00:00
Last updated 2016-11-03 16:31:29 UTC
2016-03-17 22:58:12 +00:00
< / div >
< / div >
< / body >
2016-08-12 21:48:32 +00:00
< / html >