2016-09-16 22:11:05 +00:00
---
---
2016-09-02 23:09:21 +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 /api/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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_apiresourcelist" > unversioned.APIResourceList< / a > < / p > < / td >
< / 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 >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / 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 >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_configmap" > list or watch objects of kind ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/configmaps< / pre >
2016-09-02 23:09:21 +00:00
< / 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmaplist" > v1.ConfigMapList< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_2" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_event" > list or watch objects of kind Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/events< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
< / 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_eventlist" > v1.EventList< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_3" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_namespace" > list or watch objects of kind Namespace< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
< / 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespacelist" > v1.NamespaceList< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_4" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_collection_of_namespace" > delete collection of Namespace< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +00:00
< 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_5" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_create_a_namespace" > create a Namespace< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > POST /api/v1/namespaces< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_6" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_configmap_2" > list or watch objects of kind ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/configmaps< / pre >
2016-09-02 23:09:21 +00:00
< / 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" > 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_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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmaplist" > v1.ConfigMapList< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_7" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_collection_of_configmap" > delete collection of ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/configmaps< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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_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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_8" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_create_a_configmap" > create a ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > POST /api/v1/namespaces/{namespace}/configmaps< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmap" > v1.ConfigMap< / a > < / p > < / td >
2016-09-02 23:09:21 +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_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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmap" > v1.ConfigMap< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_9" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / 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 >
< li >
< p > application/vnd.kubernetes.protobuf< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_9" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_read_the_specified_configmap" > read the specified ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/configmaps/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the ConfigMap< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmap" > v1.ConfigMap< / a > < / p > < / td >
2016-09-02 23:09:21 +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 > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_replace_the_specified_configmap" > replace the specified ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PUT /api/v1/namespaces/{namespace}/configmaps/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_10" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmap" > v1.ConfigMap< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the ConfigMap< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_11" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmap" > v1.ConfigMap< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_11" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_11" > 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_11" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_a_configmap" > delete a ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/configmaps/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_deleteoptions" > v1.DeleteOptions< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the ConfigMap< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_12" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > < strong > /< / strong > < / p >
2016-09-02 23:09:21 +00:00
< / 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 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_partially_update_the_specified_configmap" > partially update the specified ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PATCH /api/v1/namespaces/{namespace}/configmaps/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_12" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / p > < / td >
2016-09-02 23:09:21 +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" > 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 >
2016-09-02 23:09:21 +00:00
< 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 >
2016-12-13 21:44:13 +00:00
< 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 ConfigMap< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_13" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_configmap" > v1.ConfigMap< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_13" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json-patch+json< / p >
< / li >
< li >
< p > application/merge-patch+json< / p >
< / li >
< li >
< p > application/strategic-merge-patch+json< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_13" > 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_13" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_event_2" > list or watch objects of kind Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/events< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_13" > 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_14" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_eventlist" > v1.EventList< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_14" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_14" > 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 >
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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_14" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_collection_of_event" > delete collection of Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/events< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_14" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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_15" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_15" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_15" > 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_15" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_create_an_event" > create an Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > POST /api/v1/namespaces/{namespace}/events< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_15" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_event" > v1.Event< / a > < / p > < / td >
2016-09-02 23:09:21 +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_16" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_event" > v1.Event< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_16" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_16" > 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_16" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_read_the_specified_event" > read the specified Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/events/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_16" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Event< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_17" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_event" > v1.Event< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_17" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_17" > 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_17" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_replace_the_specified_event" > replace the specified Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PUT /api/v1/namespaces/{namespace}/events/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_17" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_event" > v1.Event< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Event< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_18" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_event" > v1.Event< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_18" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_18" > 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_18" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_an_event" > delete an Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/events/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_18" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_deleteoptions" > v1.DeleteOptions< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Event< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_19" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_19" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > < strong > /< / strong > < / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_19" > 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_19" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_partially_update_the_specified_event" > partially update the specified Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PATCH /api/v1/namespaces/{namespace}/events/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_19" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / p > < / td >
2016-09-02 23:09:21 +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" > 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 >
2016-09-02 23:09:21 +00:00
< 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 >
2016-12-13 21:44:13 +00:00
< 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 Event< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_20" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_event" > v1.Event< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_20" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json-patch+json< / p >
< / li >
< li >
< p > application/merge-patch+json< / p >
< / li >
< li >
< p > application/strategic-merge-patch+json< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_20" > 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_20" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_secret" > list or watch objects of kind Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/secrets< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_20" > 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_21" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secretlist" > v1.SecretList< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_21" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_21" > 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 >
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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_21" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_collection_of_secret" > delete collection of Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/secrets< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_21" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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_22" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_22" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_22" > 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_22" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_create_a_secret" > create a Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > POST /api/v1/namespaces/{namespace}/secrets< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_22" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secret" > v1.Secret< / a > < / p > < / td >
2016-09-02 23:09:21 +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_23" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secret" > v1.Secret< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_23" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_23" > 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_23" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_read_the_specified_secret" > read the specified Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/secrets/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_23" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Secret< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_24" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secret" > v1.Secret< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_24" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_24" > 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_24" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_replace_the_specified_secret" > replace the specified Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PUT /api/v1/namespaces/{namespace}/secrets/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_24" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secret" > v1.Secret< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Secret< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_25" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secret" > v1.Secret< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_25" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_25" > 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_25" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_a_secret" > delete a Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/secrets/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_25" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_deleteoptions" > v1.DeleteOptions< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Secret< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_26" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_26" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > < strong > /< / strong > < / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_26" > 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_26" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_partially_update_the_specified_secret" > partially update the specified Secret< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PATCH /api/v1/namespaces/{namespace}/secrets/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_26" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Secret< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_27" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secret" > v1.Secret< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_27" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json-patch+json< / p >
< / li >
< li >
< p > application/merge-patch+json< / p >
< / li >
< li >
< p > application/strategic-merge-patch+json< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_27" > 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_27" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_list_or_watch_objects_of_kind_service" > list or watch objects of kind Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/services< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_27" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< 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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< 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_28" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_servicelist" > v1.ServiceList< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_28" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_28" > 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 >
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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_28" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_collection_of_service" > delete collection of Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/services< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_28" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< 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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > PathParameter< / p > < / td >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< 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_29" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_29" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > < strong > /< / strong > < / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_29" > 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_29" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_create_a_service" > create a Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > POST /api/v1/namespaces/{namespace}/services< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_29" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< 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_30" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_30" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_30" > 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_30" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_read_the_specified_service" > read the specified Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/services/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_30" > 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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > true< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
2016-09-02 23:09:21 +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" > name< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Service< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_31" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_31" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_31" > 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_31" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_replace_the_specified_service" > replace the specified Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PUT /api/v1/namespaces/{namespace}/services/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_31" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / 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 >
2016-09-02 23:09:21 +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" > name< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Service< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_32" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_32" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_32" > 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_32" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_delete_a_service" > delete a Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > DELETE /api/v1/namespaces/{namespace}/services/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_32" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_deleteoptions" > v1.DeleteOptions< / a > < / 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 >
2016-09-02 23:09:21 +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" > name< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Service< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_33" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_33" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > < strong > /< / strong > < / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_33" > 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_33" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_partially_update_the_specified_service" > partially update the specified Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PATCH /api/v1/namespaces/{namespace}/services/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_33" > 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 >
2016-09-16 22:11:05 +00:00
< 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / 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 >
2016-09-16 22:11:05 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
2016-09-02 23:09:21 +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" > name< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Service< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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_34" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_34" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > application/json-patch+json< / p >
< / li >
< li >
< p > application/merge-patch+json< / p >
< / li >
< li >
< p > application/strategic-merge-patch+json< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_34" > 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_34" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_read_status_of_the_specified_service" > read status of the specified Service< / h3 >
2016-09-16 22:11:05 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/namespaces/{namespace}/services/{name}/status< / pre >
2016-09-16 22:11:05 +00:00
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_34" > 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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-16 22:11:05 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Service< / p > < / td >
2016-09-16 22:11:05 +00:00
< 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_35" > 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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-16 22:11:05 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_35" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_35" > 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_35" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_replace_status_of_the_specified_service" > replace status of the specified Service< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > PUT /api/v1/namespaces/{namespace}/services/{name}/status< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-09-16 22:11:05 +00:00
< h4 id = "_parameters_35" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / 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 >
2016-09-02 23:09:21 +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" > name< / p > < / td >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Service< / p > < / td >
2016-09-02 23:09:21 +00:00
< 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-09-16 22:11:05 +00:00
< h4 id = "_responses_36" > Responses< / h4 >
2016-09-02 23:09:21 +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#_v1_service" > v1.Service< / a > < / p > < / td >
2016-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-09-16 22:11:05 +00:00
< h4 id = "_consumes_36" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_36" > 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_36" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_partially_update_status_of_the_specified_service" > partially update status of the specified Service< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PATCH /api/v1/namespaces/{namespace}/services/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_36" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / 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 Service< / 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_37" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_service" > v1.Service< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_37" > 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_37" > 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_37" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_read_the_specified_namespace" > read the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/namespaces/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_37" > 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" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Namespace< / 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_38" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_38" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_38" > 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_38" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_replace_the_specified_namespace" > replace the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PUT /api/v1/namespaces/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_38" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / 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 Namespace< / 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_39" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_39" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_39" > 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_39" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_delete_a_namespace" > delete a Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > DELETE /api/v1/namespaces/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_39" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_deleteoptions" > v1.DeleteOptions< / a > < / 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 Namespace< / 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_40" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_status" > unversioned.Status< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_40" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_40" > 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_40" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_partially_update_the_specified_namespace" > partially update the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PATCH /api/v1/namespaces/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_40" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / 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 Namespace< / 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_41" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_41" > 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_41" > 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_41" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_replace_finalize_of_the_specified_namespace" > replace finalize of the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PUT /api/v1/namespaces/{name}/finalize< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_41" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / 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 Namespace< / 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_42" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_42" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_42" > 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_42" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_read_status_of_the_specified_namespace" > read status of the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/namespaces/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_42" > 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" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Namespace< / 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_43" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_43" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_43" > 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_43" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_replace_status_of_the_specified_namespace" > replace status of the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PUT /api/v1/namespaces/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_43" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / 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 Namespace< / 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_44" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_44" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_44" > 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_44" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_partially_update_status_of_the_specified_namespace" > partially update status of the specified Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > PATCH /api/v1/namespaces/{name}/status< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_44" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_unversioned_patch" > unversioned.Patch< / a > < / 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 Namespace< / 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_45" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_namespace" > v1.Namespace< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_45" > 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_45" > 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_45" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_list_or_watch_objects_of_kind_secret_2" > list or watch objects of kind Secret< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/secrets< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_45" > 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_46" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_secretlist" > v1.SecretList< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_46" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_46" > 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 >
< li >
< p > application/json;stream=watch< / p >
< / li >
< li >
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_46" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_list_or_watch_objects_of_kind_service_2" > list or watch objects of kind Service< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/services< / pre >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_parameters_46" > 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_47" > 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 >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1_servicelist" > v1.ServiceList< / a > < / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
< h4 id = "_consumes_47" > Consumes< / h4 >
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_produces_47" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_47" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_watch_individual_changes_to_a_list_of_configmap" > watch individual changes to a list of ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/watch/configmaps< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_47" > Parameters< / h4 >
2016-09-02 23:09:21 +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 >
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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < / td >
2016-12-13 21:44:13 +00:00
< / 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 >
2016-09-02 23:09:21 +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" > 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 >
2016-09-02 23:09:21 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > string< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_responses_48" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_48" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
2016-12-13 21:44:13 +00:00
< p > < strong > /< / strong > < / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_48" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_48" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_watch_individual_changes_to_a_list_of_event" > watch individual changes to a list of Event< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/watch/events< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_48" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_49" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_49" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_49" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_49" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_watch_individual_changes_to_a_list_of_namespace" > watch individual changes to a list of Namespace< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/watch/namespaces< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_49" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_50" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_50" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_50" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
< p > application/yaml< / p >
< / li >
< 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-09-02 23:09:21 +00:00
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_50" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_watch_individual_changes_to_a_list_of_configmap_2" > watch individual changes to a list of ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/watch/namespaces/{namespace}/configmaps< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_50" > Parameters< / h4 >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< 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 >
2016-09-02 23:09:21 +00:00
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_responses_51" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_51" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_51" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_51" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-12-13 21:44:13 +00:00
< h3 id = "_watch_changes_to_an_object_of_kind_configmap" > watch changes to an object of kind ConfigMap< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-12-13 21:44:13 +00:00
< pre > GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_51" > Parameters< / h4 >
2016-09-02 23:09:21 +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 >
2016-12-13 21:44:13 +00:00
< 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 ConfigMap< / 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 >
2016-09-02 23:09:21 +00:00
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_responses_52" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_52" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_52" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_52" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_event_2" > watch individual changes to a list of Event< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{namespace}/events< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_52" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_53" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_53" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_53" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_53" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_changes_to_an_object_of_kind_event" > watch changes to an object of kind Event< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{namespace}/events/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_53" > Parameters< / h4 >
2016-09-02 23:09:21 +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 Event< / 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-12-13 21:44:13 +00:00
< h4 id = "_responses_54" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_54" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_54" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_54" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_secret" > watch individual changes to a list of Secret< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{namespace}/secrets< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_54" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_55" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_55" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_55" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_55" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_changes_to_an_object_of_kind_secret" > watch changes to an object of kind Secret< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{namespace}/secrets/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_55" > Parameters< / h4 >
2016-09-02 23:09:21 +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 Secret< / 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-12-13 21:44:13 +00:00
< h4 id = "_responses_56" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_56" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_56" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_56" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_service" > watch individual changes to a list of Service< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{namespace}/services< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_56" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_57" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_57" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_57" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_57" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_changes_to_an_object_of_kind_service" > watch changes to an object of kind Service< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{namespace}/services/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_57" > Parameters< / h4 >
2016-09-02 23:09:21 +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 Service< / 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-12-13 21:44:13 +00:00
< h4 id = "_responses_58" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_58" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_58" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_58" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_changes_to_an_object_of_kind_namespace" > watch changes to an object of kind Namespace< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/namespaces/{name}< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_58" > Parameters< / h4 >
2016-09-02 23:09:21 +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" > name< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the Namespace< / 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-12-13 21:44:13 +00:00
< h4 id = "_responses_59" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_59" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_59" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_59" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_secret_2" > watch individual changes to a list of Secret< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/secrets< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_59" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_60" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_60" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_60" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_60" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / p >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
< h3 id = "_watch_individual_changes_to_a_list_of_service_2" > watch individual changes to a list of Service< / h3 >
< div class = "listingblock" >
< div class = "content" >
< pre > GET /api/v1/watch/services< / pre >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_parameters_60" > Parameters< / h4 >
2016-09-02 23:09:21 +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-12-13 21:44:13 +00:00
< h4 id = "_responses_61" > Responses< / h4 >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_consumes_61" > Consumes< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > < strong > /< / strong > < / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_produces_61" > Produces< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > application/json< / p >
< / li >
< li >
2016-12-13 21:44:13 +00:00
< p > application/yaml< / p >
2016-09-02 23:09:21 +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-09-02 23:09:21 +00:00
< p > application/vnd.kubernetes.protobuf;stream=watch< / p >
< / li >
< / ul >
< / div >
< / div >
< div class = "sect3" >
2016-12-13 21:44:13 +00:00
< h4 id = "_tags_61" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
< p > apiv1< / 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 15:08:35 UTC
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< / body >
< / html >