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" >
2016-10-24 17:02:37 +00:00
< pre > GET /apis/storage.k8s.io/v1beta1< / pre >
2016-09-02 23:09:21 +00:00
< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_list_or_watch_objects_of_kind_storageclass" > list or watch objects of kind StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > GET /apis/storage.k8s.io/v1beta1/storageclasses< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclasslist" > v1beta1.StorageClassList< / 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 >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_delete_collection_of_storageclass" > delete collection of StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > DELETE /apis/storage.k8s.io/v1beta1/storageclasses< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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_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 >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_3" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_create_a_storageclass" > create a StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > POST /apis/storage.k8s.io/v1beta1/storageclasses< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclass" > v1beta1.StorageClass< / 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_4" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclass" > v1beta1.StorageClass< / 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 >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_4" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_read_the_specified_storageclass" > read the specified StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > GET /apis/storage.k8s.io/v1beta1/storageclasses/{name}< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the StorageClass< / 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_5" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclass" > v1beta1.StorageClass< / 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 >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_replace_the_specified_storageclass" > replace the specified StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > PUT /apis/storage.k8s.io/v1beta1/storageclasses/{name}< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclass" > v1beta1.StorageClass< / 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" > name< / p > < / td >
2016-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the StorageClass< / 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_6" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclass" > v1beta1.StorageClass< / 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 >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_delete_a_storageclass" > delete a StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > DELETE /apis/storage.k8s.io/v1beta1/storageclasses/{name}< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-12-13 21:44:13 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > gracePeriodSeconds< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > integer (int32)< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > QueryParameter< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > orphanDependents< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’ s finalizers list.< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > false< / p > < / td >
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > boolean< / p > < / td >
< td class = "tableblock halign-left valign-top" > < / td >
< / tr >
< tr >
2016-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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the StorageClass< / 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_7" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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_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 >
< / ul >
< / div >
< / div >
< div class = "sect3" >
< h4 id = "_tags_7" > Tags< / h4 >
< div class = "ulist" >
< ul >
< li >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_partially_update_the_specified_storageclass" > partially update the specified StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > PATCH /apis/storage.k8s.io/v1beta1/storageclasses/{name}< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the StorageClass< / 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_8" > Responses< / h4 >
< table class = "tableblock frame-all grid-all" style = "width:100%; " >
< colgroup >
< col style = "width:33%;" >
< col style = "width:33%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > < a href = "../definitions#_v1beta1_storageclass" > v1beta1.StorageClass< / 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 > 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_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 >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_watch_individual_changes_to_a_list_of_storageclass" > watch individual changes to a list of StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > GET /apis/storage.k8s.io/v1beta1/watch/storageclasses< / 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< h4 id = "_responses_9" > 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< h4 id = "_consumes_9" > 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-10-24 17:02:37 +00:00
< h4 id = "_produces_9" > 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-10-24 17:02:37 +00:00
< h4 id = "_tags_9" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "sect2" >
2016-10-24 17:02:37 +00:00
< h3 id = "_watch_changes_to_an_object_of_kind_storageclass" > watch changes to an object of kind StorageClass< / h3 >
2016-09-02 23:09:21 +00:00
< div class = "listingblock" >
< div class = "content" >
2016-10-24 17:02:37 +00:00
< pre > GET /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}< / pre >
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< div class = "sect3" >
2016-10-24 17:02:37 +00:00
< h4 id = "_parameters_9" > 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:16%;" >
2016-09-02 23:09:21 +00:00
< / 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 >
2016-10-24 17:02:37 +00:00
< td class = "tableblock halign-left valign-top" > < p class = "tableblock" > name of the StorageClass< / 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-10-24 17:02:37 +00:00
< h4 id = "_responses_10" > 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%;" >
2016-12-13 21:44:13 +00:00
< col style = "width:33%;" >
2016-09-02 23:09:21 +00:00
< / 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-10-24 17:02:37 +00:00
< h4 id = "_consumes_10" > 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-10-24 17:02:37 +00:00
< h4 id = "_produces_10" > 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-10-24 17:02:37 +00:00
< h4 id = "_tags_10" > Tags< / h4 >
2016-09-02 23:09:21 +00:00
< div class = "ulist" >
< ul >
< li >
2016-10-24 17:02:37 +00:00
< p > apisstorage.k8s.iov1beta1< / p >
2016-09-02 23:09:21 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "footer" >
< div id = "footer-text" >
2016-12-13 21:44:13 +00:00
Last updated 2016-11-03 16:31:55 UTC
2016-09-02 23:09:21 +00:00
< / div >
< / div >
< / body >
< / html >