You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20023 lines
630 KiB

  1. {
  2. "swaggerVersion": "1.2",
  3. "apiVersion": "v1",
  4. "basePath": "https://10.240.255.5:443",
  5. "resourcePath": "/api/v1",
  6. "info": {
  7. "title": "",
  8. "description": ""
  9. },
  10. "apis": [
  11. {
  12. "path": "/api/v1/namespaces/{namespace}/bindings",
  13. "description": "API at /api/v1",
  14. "operations": [
  15. {
  16. "type": "v1.Binding",
  17. "method": "POST",
  18. "summary": "create a Binding",
  19. "nickname": "createNamespacedBinding",
  20. "parameters": [
  21. {
  22. "type": "string",
  23. "paramType": "query",
  24. "name": "pretty",
  25. "description": "If 'true', then the output is pretty printed.",
  26. "required": false,
  27. "allowMultiple": false
  28. },
  29. {
  30. "type": "v1.Binding",
  31. "paramType": "body",
  32. "name": "body",
  33. "description": "",
  34. "required": true,
  35. "allowMultiple": false
  36. },
  37. {
  38. "type": "string",
  39. "paramType": "path",
  40. "name": "namespace",
  41. "description": "object name and auth scope, such as for teams and projects",
  42. "required": true,
  43. "allowMultiple": false
  44. }
  45. ],
  46. "responseMessages": [
  47. {
  48. "code": 200,
  49. "message": "OK",
  50. "responseModel": "v1.Binding"
  51. }
  52. ],
  53. "produces": [
  54. "application/json",
  55. "application/yaml",
  56. "application/vnd.kubernetes.protobuf"
  57. ],
  58. "consumes": [
  59. "*/*"
  60. ]
  61. }
  62. ]
  63. },
  64. {
  65. "path": "/api/v1/componentstatuses",
  66. "description": "API at /api/v1",
  67. "operations": [
  68. {
  69. "type": "v1.ComponentStatusList",
  70. "method": "GET",
  71. "summary": "list objects of kind ComponentStatus",
  72. "nickname": "listComponentStatus",
  73. "parameters": [
  74. {
  75. "type": "string",
  76. "paramType": "query",
  77. "name": "pretty",
  78. "description": "If 'true', then the output is pretty printed.",
  79. "required": false,
  80. "allowMultiple": false
  81. },
  82. {
  83. "type": "string",
  84. "paramType": "query",
  85. "name": "labelSelector",
  86. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  87. "required": false,
  88. "allowMultiple": false
  89. },
  90. {
  91. "type": "string",
  92. "paramType": "query",
  93. "name": "fieldSelector",
  94. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  95. "required": false,
  96. "allowMultiple": false
  97. },
  98. {
  99. "type": "boolean",
  100. "paramType": "query",
  101. "name": "watch",
  102. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  103. "required": false,
  104. "allowMultiple": false
  105. },
  106. {
  107. "type": "string",
  108. "paramType": "query",
  109. "name": "resourceVersion",
  110. "description": "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.",
  111. "required": false,
  112. "allowMultiple": false
  113. },
  114. {
  115. "type": "integer",
  116. "paramType": "query",
  117. "name": "timeoutSeconds",
  118. "description": "Timeout for the list/watch call.",
  119. "required": false,
  120. "allowMultiple": false
  121. }
  122. ],
  123. "responseMessages": [
  124. {
  125. "code": 200,
  126. "message": "OK",
  127. "responseModel": "v1.ComponentStatusList"
  128. }
  129. ],
  130. "produces": [
  131. "application/json",
  132. "application/yaml",
  133. "application/vnd.kubernetes.protobuf",
  134. "application/json;stream=watch",
  135. "application/vnd.kubernetes.protobuf;stream=watch"
  136. ],
  137. "consumes": [
  138. "*/*"
  139. ]
  140. }
  141. ]
  142. },
  143. {
  144. "path": "/api/v1/componentstatuses/{name}",
  145. "description": "API at /api/v1",
  146. "operations": [
  147. {
  148. "type": "v1.ComponentStatus",
  149. "method": "GET",
  150. "summary": "read the specified ComponentStatus",
  151. "nickname": "readComponentStatus",
  152. "parameters": [
  153. {
  154. "type": "string",
  155. "paramType": "query",
  156. "name": "pretty",
  157. "description": "If 'true', then the output is pretty printed.",
  158. "required": false,
  159. "allowMultiple": false
  160. },
  161. {
  162. "type": "string",
  163. "paramType": "path",
  164. "name": "name",
  165. "description": "name of the ComponentStatus",
  166. "required": true,
  167. "allowMultiple": false
  168. }
  169. ],
  170. "responseMessages": [
  171. {
  172. "code": 200,
  173. "message": "OK",
  174. "responseModel": "v1.ComponentStatus"
  175. }
  176. ],
  177. "produces": [
  178. "application/json",
  179. "application/yaml",
  180. "application/vnd.kubernetes.protobuf"
  181. ],
  182. "consumes": [
  183. "*/*"
  184. ]
  185. }
  186. ]
  187. },
  188. {
  189. "path": "/api/v1/namespaces/{namespace}/configmaps",
  190. "description": "API at /api/v1",
  191. "operations": [
  192. {
  193. "type": "v1.ConfigMapList",
  194. "method": "GET",
  195. "summary": "list or watch objects of kind ConfigMap",
  196. "nickname": "listNamespacedConfigMap",
  197. "parameters": [
  198. {
  199. "type": "string",
  200. "paramType": "query",
  201. "name": "pretty",
  202. "description": "If 'true', then the output is pretty printed.",
  203. "required": false,
  204. "allowMultiple": false
  205. },
  206. {
  207. "type": "string",
  208. "paramType": "query",
  209. "name": "labelSelector",
  210. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  211. "required": false,
  212. "allowMultiple": false
  213. },
  214. {
  215. "type": "string",
  216. "paramType": "query",
  217. "name": "fieldSelector",
  218. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  219. "required": false,
  220. "allowMultiple": false
  221. },
  222. {
  223. "type": "boolean",
  224. "paramType": "query",
  225. "name": "watch",
  226. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  227. "required": false,
  228. "allowMultiple": false
  229. },
  230. {
  231. "type": "string",
  232. "paramType": "query",
  233. "name": "resourceVersion",
  234. "description": "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.",
  235. "required": false,
  236. "allowMultiple": false
  237. },
  238. {
  239. "type": "integer",
  240. "paramType": "query",
  241. "name": "timeoutSeconds",
  242. "description": "Timeout for the list/watch call.",
  243. "required": false,
  244. "allowMultiple": false
  245. },
  246. {
  247. "type": "string",
  248. "paramType": "path",
  249. "name": "namespace",
  250. "description": "object name and auth scope, such as for teams and projects",
  251. "required": true,
  252. "allowMultiple": false
  253. }
  254. ],
  255. "responseMessages": [
  256. {
  257. "code": 200,
  258. "message": "OK",
  259. "responseModel": "v1.ConfigMapList"
  260. }
  261. ],
  262. "produces": [
  263. "application/json",
  264. "application/yaml",
  265. "application/vnd.kubernetes.protobuf",
  266. "application/json;stream=watch",
  267. "application/vnd.kubernetes.protobuf;stream=watch"
  268. ],
  269. "consumes": [
  270. "*/*"
  271. ]
  272. },
  273. {
  274. "type": "v1.ConfigMap",
  275. "method": "POST",
  276. "summary": "create a ConfigMap",
  277. "nickname": "createNamespacedConfigMap",
  278. "parameters": [
  279. {
  280. "type": "string",
  281. "paramType": "query",
  282. "name": "pretty",
  283. "description": "If 'true', then the output is pretty printed.",
  284. "required": false,
  285. "allowMultiple": false
  286. },
  287. {
  288. "type": "v1.ConfigMap",
  289. "paramType": "body",
  290. "name": "body",
  291. "description": "",
  292. "required": true,
  293. "allowMultiple": false
  294. },
  295. {
  296. "type": "string",
  297. "paramType": "path",
  298. "name": "namespace",
  299. "description": "object name and auth scope, such as for teams and projects",
  300. "required": true,
  301. "allowMultiple": false
  302. }
  303. ],
  304. "responseMessages": [
  305. {
  306. "code": 200,
  307. "message": "OK",
  308. "responseModel": "v1.ConfigMap"
  309. }
  310. ],
  311. "produces": [
  312. "application/json",
  313. "application/yaml",
  314. "application/vnd.kubernetes.protobuf"
  315. ],
  316. "consumes": [
  317. "*/*"
  318. ]
  319. },
  320. {
  321. "type": "unversioned.Status",
  322. "method": "DELETE",
  323. "summary": "delete collection of ConfigMap",
  324. "nickname": "deletecollectionNamespacedConfigMap",
  325. "parameters": [
  326. {
  327. "type": "string",
  328. "paramType": "query",
  329. "name": "pretty",
  330. "description": "If 'true', then the output is pretty printed.",
  331. "required": false,
  332. "allowMultiple": false
  333. },
  334. {
  335. "type": "string",
  336. "paramType": "query",
  337. "name": "labelSelector",
  338. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  339. "required": false,
  340. "allowMultiple": false
  341. },
  342. {
  343. "type": "string",
  344. "paramType": "query",
  345. "name": "fieldSelector",
  346. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  347. "required": false,
  348. "allowMultiple": false
  349. },
  350. {
  351. "type": "boolean",
  352. "paramType": "query",
  353. "name": "watch",
  354. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  355. "required": false,
  356. "allowMultiple": false
  357. },
  358. {
  359. "type": "string",
  360. "paramType": "query",
  361. "name": "resourceVersion",
  362. "description": "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.",
  363. "required": false,
  364. "allowMultiple": false
  365. },
  366. {
  367. "type": "integer",
  368. "paramType": "query",
  369. "name": "timeoutSeconds",
  370. "description": "Timeout for the list/watch call.",
  371. "required": false,
  372. "allowMultiple": false
  373. },
  374. {
  375. "type": "string",
  376. "paramType": "path",
  377. "name": "namespace",
  378. "description": "object name and auth scope, such as for teams and projects",
  379. "required": true,
  380. "allowMultiple": false
  381. }
  382. ],
  383. "responseMessages": [
  384. {
  385. "code": 200,
  386. "message": "OK",
  387. "responseModel": "unversioned.Status"
  388. }
  389. ],
  390. "produces": [
  391. "application/json",
  392. "application/yaml",
  393. "application/vnd.kubernetes.protobuf"
  394. ],
  395. "consumes": [
  396. "*/*"
  397. ]
  398. }
  399. ]
  400. },
  401. {
  402. "path": "/api/v1/watch/namespaces/{namespace}/configmaps",
  403. "description": "API at /api/v1",
  404. "operations": [
  405. {
  406. "type": "versioned.Event",
  407. "method": "GET",
  408. "summary": "watch individual changes to a list of ConfigMap",
  409. "nickname": "watchNamespacedConfigMapList",
  410. "parameters": [
  411. {
  412. "type": "string",
  413. "paramType": "query",
  414. "name": "pretty",
  415. "description": "If 'true', then the output is pretty printed.",
  416. "required": false,
  417. "allowMultiple": false
  418. },
  419. {
  420. "type": "string",
  421. "paramType": "query",
  422. "name": "labelSelector",
  423. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  424. "required": false,
  425. "allowMultiple": false
  426. },
  427. {
  428. "type": "string",
  429. "paramType": "query",
  430. "name": "fieldSelector",
  431. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  432. "required": false,
  433. "allowMultiple": false
  434. },
  435. {
  436. "type": "boolean",
  437. "paramType": "query",
  438. "name": "watch",
  439. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  440. "required": false,
  441. "allowMultiple": false
  442. },
  443. {
  444. "type": "string",
  445. "paramType": "query",
  446. "name": "resourceVersion",
  447. "description": "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.",
  448. "required": false,
  449. "allowMultiple": false
  450. },
  451. {
  452. "type": "integer",
  453. "paramType": "query",
  454. "name": "timeoutSeconds",
  455. "description": "Timeout for the list/watch call.",
  456. "required": false,
  457. "allowMultiple": false
  458. },
  459. {
  460. "type": "string",
  461. "paramType": "path",
  462. "name": "namespace",
  463. "description": "object name and auth scope, such as for teams and projects",
  464. "required": true,
  465. "allowMultiple": false
  466. }
  467. ],
  468. "responseMessages": [
  469. {
  470. "code": 200,
  471. "message": "OK",
  472. "responseModel": "versioned.Event"
  473. }
  474. ],
  475. "produces": [
  476. "application/json",
  477. "application/yaml",
  478. "application/vnd.kubernetes.protobuf",
  479. "application/json;stream=watch",
  480. "application/vnd.kubernetes.protobuf;stream=watch"
  481. ],
  482. "consumes": [
  483. "*/*"
  484. ]
  485. }
  486. ]
  487. },
  488. {
  489. "path": "/api/v1/namespaces/{namespace}/configmaps/{name}",
  490. "description": "API at /api/v1",
  491. "operations": [
  492. {
  493. "type": "v1.ConfigMap",
  494. "method": "GET",
  495. "summary": "read the specified ConfigMap",
  496. "nickname": "readNamespacedConfigMap",
  497. "parameters": [
  498. {
  499. "type": "string",
  500. "paramType": "query",
  501. "name": "pretty",
  502. "description": "If 'true', then the output is pretty printed.",
  503. "required": false,
  504. "allowMultiple": false
  505. },
  506. {
  507. "type": "boolean",
  508. "paramType": "query",
  509. "name": "export",
  510. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  511. "required": false,
  512. "allowMultiple": false
  513. },
  514. {
  515. "type": "boolean",
  516. "paramType": "query",
  517. "name": "exact",
  518. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  519. "required": false,
  520. "allowMultiple": false
  521. },
  522. {
  523. "type": "string",
  524. "paramType": "path",
  525. "name": "namespace",
  526. "description": "object name and auth scope, such as for teams and projects",
  527. "required": true,
  528. "allowMultiple": false
  529. },
  530. {
  531. "type": "string",
  532. "paramType": "path",
  533. "name": "name",
  534. "description": "name of the ConfigMap",
  535. "required": true,
  536. "allowMultiple": false
  537. }
  538. ],
  539. "responseMessages": [
  540. {
  541. "code": 200,
  542. "message": "OK",
  543. "responseModel": "v1.ConfigMap"
  544. }
  545. ],
  546. "produces": [
  547. "application/json",
  548. "application/yaml",
  549. "application/vnd.kubernetes.protobuf"
  550. ],
  551. "consumes": [
  552. "*/*"
  553. ]
  554. },
  555. {
  556. "type": "v1.ConfigMap",
  557. "method": "PUT",
  558. "summary": "replace the specified ConfigMap",
  559. "nickname": "replaceNamespacedConfigMap",
  560. "parameters": [
  561. {
  562. "type": "string",
  563. "paramType": "query",
  564. "name": "pretty",
  565. "description": "If 'true', then the output is pretty printed.",
  566. "required": false,
  567. "allowMultiple": false
  568. },
  569. {
  570. "type": "v1.ConfigMap",
  571. "paramType": "body",
  572. "name": "body",
  573. "description": "",
  574. "required": true,
  575. "allowMultiple": false
  576. },
  577. {
  578. "type": "string",
  579. "paramType": "path",
  580. "name": "namespace",
  581. "description": "object name and auth scope, such as for teams and projects",
  582. "required": true,
  583. "allowMultiple": false
  584. },
  585. {
  586. "type": "string",
  587. "paramType": "path",
  588. "name": "name",
  589. "description": "name of the ConfigMap",
  590. "required": true,
  591. "allowMultiple": false
  592. }
  593. ],
  594. "responseMessages": [
  595. {
  596. "code": 200,
  597. "message": "OK",
  598. "responseModel": "v1.ConfigMap"
  599. }
  600. ],
  601. "produces": [
  602. "application/json",
  603. "application/yaml",
  604. "application/vnd.kubernetes.protobuf"
  605. ],
  606. "consumes": [
  607. "*/*"
  608. ]
  609. },
  610. {
  611. "type": "v1.ConfigMap",
  612. "method": "PATCH",
  613. "summary": "partially update the specified ConfigMap",
  614. "nickname": "patchNamespacedConfigMap",
  615. "parameters": [
  616. {
  617. "type": "string",
  618. "paramType": "query",
  619. "name": "pretty",
  620. "description": "If 'true', then the output is pretty printed.",
  621. "required": false,
  622. "allowMultiple": false
  623. },
  624. {
  625. "type": "unversioned.Patch",
  626. "paramType": "body",
  627. "name": "body",
  628. "description": "",
  629. "required": true,
  630. "allowMultiple": false
  631. },
  632. {
  633. "type": "string",
  634. "paramType": "path",
  635. "name": "namespace",
  636. "description": "object name and auth scope, such as for teams and projects",
  637. "required": true,
  638. "allowMultiple": false
  639. },
  640. {
  641. "type": "string",
  642. "paramType": "path",
  643. "name": "name",
  644. "description": "name of the ConfigMap",
  645. "required": true,
  646. "allowMultiple": false
  647. }
  648. ],
  649. "responseMessages": [
  650. {
  651. "code": 200,
  652. "message": "OK",
  653. "responseModel": "v1.ConfigMap"
  654. }
  655. ],
  656. "produces": [
  657. "application/json",
  658. "application/yaml",
  659. "application/vnd.kubernetes.protobuf"
  660. ],
  661. "consumes": [
  662. "application/json-patch+json",
  663. "application/merge-patch+json",
  664. "application/strategic-merge-patch+json"
  665. ]
  666. },
  667. {
  668. "type": "unversioned.Status",
  669. "method": "DELETE",
  670. "summary": "delete a ConfigMap",
  671. "nickname": "deleteNamespacedConfigMap",
  672. "parameters": [
  673. {
  674. "type": "string",
  675. "paramType": "query",
  676. "name": "pretty",
  677. "description": "If 'true', then the output is pretty printed.",
  678. "required": false,
  679. "allowMultiple": false
  680. },
  681. {
  682. "type": "v1.DeleteOptions",
  683. "paramType": "body",
  684. "name": "body",
  685. "description": "",
  686. "required": true,
  687. "allowMultiple": false
  688. },
  689. {
  690. "type": "integer",
  691. "paramType": "query",
  692. "name": "gracePeriodSeconds",
  693. "description": "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.",
  694. "required": false,
  695. "allowMultiple": false
  696. },
  697. {
  698. "type": "boolean",
  699. "paramType": "query",
  700. "name": "orphanDependents",
  701. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  702. "required": false,
  703. "allowMultiple": false
  704. },
  705. {
  706. "type": "string",
  707. "paramType": "path",
  708. "name": "namespace",
  709. "description": "object name and auth scope, such as for teams and projects",
  710. "required": true,
  711. "allowMultiple": false
  712. },
  713. {
  714. "type": "string",
  715. "paramType": "path",
  716. "name": "name",
  717. "description": "name of the ConfigMap",
  718. "required": true,
  719. "allowMultiple": false
  720. }
  721. ],
  722. "responseMessages": [
  723. {
  724. "code": 200,
  725. "message": "OK",
  726. "responseModel": "unversioned.Status"
  727. }
  728. ],
  729. "produces": [
  730. "application/json",
  731. "application/yaml",
  732. "application/vnd.kubernetes.protobuf"
  733. ],
  734. "consumes": [
  735. "*/*"
  736. ]
  737. }
  738. ]
  739. },
  740. {
  741. "path": "/api/v1/watch/namespaces/{namespace}/configmaps/{name}",
  742. "description": "API at /api/v1",
  743. "operations": [
  744. {
  745. "type": "versioned.Event",
  746. "method": "GET",
  747. "summary": "watch changes to an object of kind ConfigMap",
  748. "nickname": "watchNamespacedConfigMap",
  749. "parameters": [
  750. {
  751. "type": "string",
  752. "paramType": "query",
  753. "name": "pretty",
  754. "description": "If 'true', then the output is pretty printed.",
  755. "required": false,
  756. "allowMultiple": false
  757. },
  758. {
  759. "type": "string",
  760. "paramType": "query",
  761. "name": "labelSelector",
  762. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  763. "required": false,
  764. "allowMultiple": false
  765. },
  766. {
  767. "type": "string",
  768. "paramType": "query",
  769. "name": "fieldSelector",
  770. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  771. "required": false,
  772. "allowMultiple": false
  773. },
  774. {
  775. "type": "boolean",
  776. "paramType": "query",
  777. "name": "watch",
  778. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  779. "required": false,
  780. "allowMultiple": false
  781. },
  782. {
  783. "type": "string",
  784. "paramType": "query",
  785. "name": "resourceVersion",
  786. "description": "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.",
  787. "required": false,
  788. "allowMultiple": false
  789. },
  790. {
  791. "type": "integer",
  792. "paramType": "query",
  793. "name": "timeoutSeconds",
  794. "description": "Timeout for the list/watch call.",
  795. "required": false,
  796. "allowMultiple": false
  797. },
  798. {
  799. "type": "string",
  800. "paramType": "path",
  801. "name": "namespace",
  802. "description": "object name and auth scope, such as for teams and projects",
  803. "required": true,
  804. "allowMultiple": false
  805. },
  806. {
  807. "type": "string",
  808. "paramType": "path",
  809. "name": "name",
  810. "description": "name of the ConfigMap",
  811. "required": true,
  812. "allowMultiple": false
  813. }
  814. ],
  815. "responseMessages": [
  816. {
  817. "code": 200,
  818. "message": "OK",
  819. "responseModel": "versioned.Event"
  820. }
  821. ],
  822. "produces": [
  823. "application/json",
  824. "application/yaml",
  825. "application/vnd.kubernetes.protobuf",
  826. "application/json;stream=watch",
  827. "application/vnd.kubernetes.protobuf;stream=watch"
  828. ],
  829. "consumes": [
  830. "*/*"
  831. ]
  832. }
  833. ]
  834. },
  835. {
  836. "path": "/api/v1/configmaps",
  837. "description": "API at /api/v1",
  838. "operations": [
  839. {
  840. "type": "v1.ConfigMapList",
  841. "method": "GET",
  842. "summary": "list or watch objects of kind ConfigMap",
  843. "nickname": "listConfigMapForAllNamespaces",
  844. "parameters": [
  845. {
  846. "type": "string",
  847. "paramType": "query",
  848. "name": "pretty",
  849. "description": "If 'true', then the output is pretty printed.",
  850. "required": false,
  851. "allowMultiple": false
  852. },
  853. {
  854. "type": "string",
  855. "paramType": "query",
  856. "name": "labelSelector",
  857. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  858. "required": false,
  859. "allowMultiple": false
  860. },
  861. {
  862. "type": "string",
  863. "paramType": "query",
  864. "name": "fieldSelector",
  865. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  866. "required": false,
  867. "allowMultiple": false
  868. },
  869. {
  870. "type": "boolean",
  871. "paramType": "query",
  872. "name": "watch",
  873. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  874. "required": false,
  875. "allowMultiple": false
  876. },
  877. {
  878. "type": "string",
  879. "paramType": "query",
  880. "name": "resourceVersion",
  881. "description": "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.",
  882. "required": false,
  883. "allowMultiple": false
  884. },
  885. {
  886. "type": "integer",
  887. "paramType": "query",
  888. "name": "timeoutSeconds",
  889. "description": "Timeout for the list/watch call.",
  890. "required": false,
  891. "allowMultiple": false
  892. }
  893. ],
  894. "responseMessages": [
  895. {
  896. "code": 200,
  897. "message": "OK",
  898. "responseModel": "v1.ConfigMapList"
  899. }
  900. ],
  901. "produces": [
  902. "application/json",
  903. "application/yaml",
  904. "application/vnd.kubernetes.protobuf",
  905. "application/json;stream=watch",
  906. "application/vnd.kubernetes.protobuf;stream=watch"
  907. ],
  908. "consumes": [
  909. "*/*"
  910. ]
  911. }
  912. ]
  913. },
  914. {
  915. "path": "/api/v1/watch/configmaps",
  916. "description": "API at /api/v1",
  917. "operations": [
  918. {
  919. "type": "versioned.Event",
  920. "method": "GET",
  921. "summary": "watch individual changes to a list of ConfigMap",
  922. "nickname": "watchConfigMapListForAllNamespaces",
  923. "parameters": [
  924. {
  925. "type": "string",
  926. "paramType": "query",
  927. "name": "pretty",
  928. "description": "If 'true', then the output is pretty printed.",
  929. "required": false,
  930. "allowMultiple": false
  931. },
  932. {
  933. "type": "string",
  934. "paramType": "query",
  935. "name": "labelSelector",
  936. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  937. "required": false,
  938. "allowMultiple": false
  939. },
  940. {
  941. "type": "string",
  942. "paramType": "query",
  943. "name": "fieldSelector",
  944. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  945. "required": false,
  946. "allowMultiple": false
  947. },
  948. {
  949. "type": "boolean",
  950. "paramType": "query",
  951. "name": "watch",
  952. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  953. "required": false,
  954. "allowMultiple": false
  955. },
  956. {
  957. "type": "string",
  958. "paramType": "query",
  959. "name": "resourceVersion",
  960. "description": "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.",
  961. "required": false,
  962. "allowMultiple": false
  963. },
  964. {
  965. "type": "integer",
  966. "paramType": "query",
  967. "name": "timeoutSeconds",
  968. "description": "Timeout for the list/watch call.",
  969. "required": false,
  970. "allowMultiple": false
  971. }
  972. ],
  973. "responseMessages": [
  974. {
  975. "code": 200,
  976. "message": "OK",
  977. "responseModel": "versioned.Event"
  978. }
  979. ],
  980. "produces": [
  981. "application/json",
  982. "application/yaml",
  983. "application/vnd.kubernetes.protobuf",
  984. "application/json;stream=watch",
  985. "application/vnd.kubernetes.protobuf;stream=watch"
  986. ],
  987. "consumes": [
  988. "*/*"
  989. ]
  990. }
  991. ]
  992. },
  993. {
  994. "path": "/api/v1/namespaces/{namespace}/endpoints",
  995. "description": "API at /api/v1",
  996. "operations": [
  997. {
  998. "type": "v1.EndpointsList",
  999. "method": "GET",
  1000. "summary": "list or watch objects of kind Endpoints",
  1001. "nickname": "listNamespacedEndpoints",
  1002. "parameters": [
  1003. {
  1004. "type": "string",
  1005. "paramType": "query",
  1006. "name": "pretty",
  1007. "description": "If 'true', then the output is pretty printed.",
  1008. "required": false,
  1009. "allowMultiple": false
  1010. },
  1011. {
  1012. "type": "string",
  1013. "paramType": "query",
  1014. "name": "labelSelector",
  1015. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1016. "required": false,
  1017. "allowMultiple": false
  1018. },
  1019. {
  1020. "type": "string",
  1021. "paramType": "query",
  1022. "name": "fieldSelector",
  1023. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1024. "required": false,
  1025. "allowMultiple": false
  1026. },
  1027. {
  1028. "type": "boolean",
  1029. "paramType": "query",
  1030. "name": "watch",
  1031. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1032. "required": false,
  1033. "allowMultiple": false
  1034. },
  1035. {
  1036. "type": "string",
  1037. "paramType": "query",
  1038. "name": "resourceVersion",
  1039. "description": "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.",
  1040. "required": false,
  1041. "allowMultiple": false
  1042. },
  1043. {
  1044. "type": "integer",
  1045. "paramType": "query",
  1046. "name": "timeoutSeconds",
  1047. "description": "Timeout for the list/watch call.",
  1048. "required": false,
  1049. "allowMultiple": false
  1050. },
  1051. {
  1052. "type": "string",
  1053. "paramType": "path",
  1054. "name": "namespace",
  1055. "description": "object name and auth scope, such as for teams and projects",
  1056. "required": true,
  1057. "allowMultiple": false
  1058. }
  1059. ],
  1060. "responseMessages": [
  1061. {
  1062. "code": 200,
  1063. "message": "OK",
  1064. "responseModel": "v1.EndpointsList"
  1065. }
  1066. ],
  1067. "produces": [
  1068. "application/json",
  1069. "application/yaml",
  1070. "application/vnd.kubernetes.protobuf",
  1071. "application/json;stream=watch",
  1072. "application/vnd.kubernetes.protobuf;stream=watch"
  1073. ],
  1074. "consumes": [
  1075. "*/*"
  1076. ]
  1077. },
  1078. {
  1079. "type": "v1.Endpoints",
  1080. "method": "POST",
  1081. "summary": "create Endpoints",
  1082. "nickname": "createNamespacedEndpoints",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "paramType": "query",
  1087. "name": "pretty",
  1088. "description": "If 'true', then the output is pretty printed.",
  1089. "required": false,
  1090. "allowMultiple": false
  1091. },
  1092. {
  1093. "type": "v1.Endpoints",
  1094. "paramType": "body",
  1095. "name": "body",
  1096. "description": "",
  1097. "required": true,
  1098. "allowMultiple": false
  1099. },
  1100. {
  1101. "type": "string",
  1102. "paramType": "path",
  1103. "name": "namespace",
  1104. "description": "object name and auth scope, such as for teams and projects",
  1105. "required": true,
  1106. "allowMultiple": false
  1107. }
  1108. ],
  1109. "responseMessages": [
  1110. {
  1111. "code": 200,
  1112. "message": "OK",
  1113. "responseModel": "v1.Endpoints"
  1114. }
  1115. ],
  1116. "produces": [
  1117. "application/json",
  1118. "application/yaml",
  1119. "application/vnd.kubernetes.protobuf"
  1120. ],
  1121. "consumes": [
  1122. "*/*"
  1123. ]
  1124. },
  1125. {
  1126. "type": "unversioned.Status",
  1127. "method": "DELETE",
  1128. "summary": "delete collection of Endpoints",
  1129. "nickname": "deletecollectionNamespacedEndpoints",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "paramType": "query",
  1134. "name": "pretty",
  1135. "description": "If 'true', then the output is pretty printed.",
  1136. "required": false,
  1137. "allowMultiple": false
  1138. },
  1139. {
  1140. "type": "string",
  1141. "paramType": "query",
  1142. "name": "labelSelector",
  1143. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1144. "required": false,
  1145. "allowMultiple": false
  1146. },
  1147. {
  1148. "type": "string",
  1149. "paramType": "query",
  1150. "name": "fieldSelector",
  1151. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1152. "required": false,
  1153. "allowMultiple": false
  1154. },
  1155. {
  1156. "type": "boolean",
  1157. "paramType": "query",
  1158. "name": "watch",
  1159. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1160. "required": false,
  1161. "allowMultiple": false
  1162. },
  1163. {
  1164. "type": "string",
  1165. "paramType": "query",
  1166. "name": "resourceVersion",
  1167. "description": "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.",
  1168. "required": false,
  1169. "allowMultiple": false
  1170. },
  1171. {
  1172. "type": "integer",
  1173. "paramType": "query",
  1174. "name": "timeoutSeconds",
  1175. "description": "Timeout for the list/watch call.",
  1176. "required": false,
  1177. "allowMultiple": false
  1178. },
  1179. {
  1180. "type": "string",
  1181. "paramType": "path",
  1182. "name": "namespace",
  1183. "description": "object name and auth scope, such as for teams and projects",
  1184. "required": true,
  1185. "allowMultiple": false
  1186. }
  1187. ],
  1188. "responseMessages": [
  1189. {
  1190. "code": 200,
  1191. "message": "OK",
  1192. "responseModel": "unversioned.Status"
  1193. }
  1194. ],
  1195. "produces": [
  1196. "application/json",
  1197. "application/yaml",
  1198. "application/vnd.kubernetes.protobuf"
  1199. ],
  1200. "consumes": [
  1201. "*/*"
  1202. ]
  1203. }
  1204. ]
  1205. },
  1206. {
  1207. "path": "/api/v1/watch/namespaces/{namespace}/endpoints",
  1208. "description": "API at /api/v1",
  1209. "operations": [
  1210. {
  1211. "type": "versioned.Event",
  1212. "method": "GET",
  1213. "summary": "watch individual changes to a list of Endpoints",
  1214. "nickname": "watchNamespacedEndpointsList",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "paramType": "query",
  1219. "name": "pretty",
  1220. "description": "If 'true', then the output is pretty printed.",
  1221. "required": false,
  1222. "allowMultiple": false
  1223. },
  1224. {
  1225. "type": "string",
  1226. "paramType": "query",
  1227. "name": "labelSelector",
  1228. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1229. "required": false,
  1230. "allowMultiple": false
  1231. },
  1232. {
  1233. "type": "string",
  1234. "paramType": "query",
  1235. "name": "fieldSelector",
  1236. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1237. "required": false,
  1238. "allowMultiple": false
  1239. },
  1240. {
  1241. "type": "boolean",
  1242. "paramType": "query",
  1243. "name": "watch",
  1244. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1245. "required": false,
  1246. "allowMultiple": false
  1247. },
  1248. {
  1249. "type": "string",
  1250. "paramType": "query",
  1251. "name": "resourceVersion",
  1252. "description": "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.",
  1253. "required": false,
  1254. "allowMultiple": false
  1255. },
  1256. {
  1257. "type": "integer",
  1258. "paramType": "query",
  1259. "name": "timeoutSeconds",
  1260. "description": "Timeout for the list/watch call.",
  1261. "required": false,
  1262. "allowMultiple": false
  1263. },
  1264. {
  1265. "type": "string",
  1266. "paramType": "path",
  1267. "name": "namespace",
  1268. "description": "object name and auth scope, such as for teams and projects",
  1269. "required": true,
  1270. "allowMultiple": false
  1271. }
  1272. ],
  1273. "responseMessages": [
  1274. {
  1275. "code": 200,
  1276. "message": "OK",
  1277. "responseModel": "versioned.Event"
  1278. }
  1279. ],
  1280. "produces": [
  1281. "application/json",
  1282. "application/yaml",
  1283. "application/vnd.kubernetes.protobuf",
  1284. "application/json;stream=watch",
  1285. "application/vnd.kubernetes.protobuf;stream=watch"
  1286. ],
  1287. "consumes": [
  1288. "*/*"
  1289. ]
  1290. }
  1291. ]
  1292. },
  1293. {
  1294. "path": "/api/v1/namespaces/{namespace}/endpoints/{name}",
  1295. "description": "API at /api/v1",
  1296. "operations": [
  1297. {
  1298. "type": "v1.Endpoints",
  1299. "method": "GET",
  1300. "summary": "read the specified Endpoints",
  1301. "nickname": "readNamespacedEndpoints",
  1302. "parameters": [
  1303. {
  1304. "type": "string",
  1305. "paramType": "query",
  1306. "name": "pretty",
  1307. "description": "If 'true', then the output is pretty printed.",
  1308. "required": false,
  1309. "allowMultiple": false
  1310. },
  1311. {
  1312. "type": "boolean",
  1313. "paramType": "query",
  1314. "name": "export",
  1315. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  1316. "required": false,
  1317. "allowMultiple": false
  1318. },
  1319. {
  1320. "type": "boolean",
  1321. "paramType": "query",
  1322. "name": "exact",
  1323. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  1324. "required": false,
  1325. "allowMultiple": false
  1326. },
  1327. {
  1328. "type": "string",
  1329. "paramType": "path",
  1330. "name": "namespace",
  1331. "description": "object name and auth scope, such as for teams and projects",
  1332. "required": true,
  1333. "allowMultiple": false
  1334. },
  1335. {
  1336. "type": "string",
  1337. "paramType": "path",
  1338. "name": "name",
  1339. "description": "name of the Endpoints",
  1340. "required": true,
  1341. "allowMultiple": false
  1342. }
  1343. ],
  1344. "responseMessages": [
  1345. {
  1346. "code": 200,
  1347. "message": "OK",
  1348. "responseModel": "v1.Endpoints"
  1349. }
  1350. ],
  1351. "produces": [
  1352. "application/json",
  1353. "application/yaml",
  1354. "application/vnd.kubernetes.protobuf"
  1355. ],
  1356. "consumes": [
  1357. "*/*"
  1358. ]
  1359. },
  1360. {
  1361. "type": "v1.Endpoints",
  1362. "method": "PUT",
  1363. "summary": "replace the specified Endpoints",
  1364. "nickname": "replaceNamespacedEndpoints",
  1365. "parameters": [
  1366. {
  1367. "type": "string",
  1368. "paramType": "query",
  1369. "name": "pretty",
  1370. "description": "If 'true', then the output is pretty printed.",
  1371. "required": false,
  1372. "allowMultiple": false
  1373. },
  1374. {
  1375. "type": "v1.Endpoints",
  1376. "paramType": "body",
  1377. "name": "body",
  1378. "description": "",
  1379. "required": true,
  1380. "allowMultiple": false
  1381. },
  1382. {
  1383. "type": "string",
  1384. "paramType": "path",
  1385. "name": "namespace",
  1386. "description": "object name and auth scope, such as for teams and projects",
  1387. "required": true,
  1388. "allowMultiple": false
  1389. },
  1390. {
  1391. "type": "string",
  1392. "paramType": "path",
  1393. "name": "name",
  1394. "description": "name of the Endpoints",
  1395. "required": true,
  1396. "allowMultiple": false
  1397. }
  1398. ],
  1399. "responseMessages": [
  1400. {
  1401. "code": 200,
  1402. "message": "OK",
  1403. "responseModel": "v1.Endpoints"
  1404. }
  1405. ],
  1406. "produces": [
  1407. "application/json",
  1408. "application/yaml",
  1409. "application/vnd.kubernetes.protobuf"
  1410. ],
  1411. "consumes": [
  1412. "*/*"
  1413. ]
  1414. },
  1415. {
  1416. "type": "v1.Endpoints",
  1417. "method": "PATCH",
  1418. "summary": "partially update the specified Endpoints",
  1419. "nickname": "patchNamespacedEndpoints",
  1420. "parameters": [
  1421. {
  1422. "type": "string",
  1423. "paramType": "query",
  1424. "name": "pretty",
  1425. "description": "If 'true', then the output is pretty printed.",
  1426. "required": false,
  1427. "allowMultiple": false
  1428. },
  1429. {
  1430. "type": "unversioned.Patch",
  1431. "paramType": "body",
  1432. "name": "body",
  1433. "description": "",
  1434. "required": true,
  1435. "allowMultiple": false
  1436. },
  1437. {
  1438. "type": "string",
  1439. "paramType": "path",
  1440. "name": "namespace",
  1441. "description": "object name and auth scope, such as for teams and projects",
  1442. "required": true,
  1443. "allowMultiple": false
  1444. },
  1445. {
  1446. "type": "string",
  1447. "paramType": "path",
  1448. "name": "name",
  1449. "description": "name of the Endpoints",
  1450. "required": true,
  1451. "allowMultiple": false
  1452. }
  1453. ],
  1454. "responseMessages": [
  1455. {
  1456. "code": 200,
  1457. "message": "OK",
  1458. "responseModel": "v1.Endpoints"
  1459. }
  1460. ],
  1461. "produces": [
  1462. "application/json",
  1463. "application/yaml",
  1464. "application/vnd.kubernetes.protobuf"
  1465. ],
  1466. "consumes": [
  1467. "application/json-patch+json",
  1468. "application/merge-patch+json",
  1469. "application/strategic-merge-patch+json"
  1470. ]
  1471. },
  1472. {
  1473. "type": "unversioned.Status",
  1474. "method": "DELETE",
  1475. "summary": "delete Endpoints",
  1476. "nickname": "deleteNamespacedEndpoints",
  1477. "parameters": [
  1478. {
  1479. "type": "string",
  1480. "paramType": "query",
  1481. "name": "pretty",
  1482. "description": "If 'true', then the output is pretty printed.",
  1483. "required": false,
  1484. "allowMultiple": false
  1485. },
  1486. {
  1487. "type": "v1.DeleteOptions",
  1488. "paramType": "body",
  1489. "name": "body",
  1490. "description": "",
  1491. "required": true,
  1492. "allowMultiple": false
  1493. },
  1494. {
  1495. "type": "integer",
  1496. "paramType": "query",
  1497. "name": "gracePeriodSeconds",
  1498. "description": "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.",
  1499. "required": false,
  1500. "allowMultiple": false
  1501. },
  1502. {
  1503. "type": "boolean",
  1504. "paramType": "query",
  1505. "name": "orphanDependents",
  1506. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  1507. "required": false,
  1508. "allowMultiple": false
  1509. },
  1510. {
  1511. "type": "string",
  1512. "paramType": "path",
  1513. "name": "namespace",
  1514. "description": "object name and auth scope, such as for teams and projects",
  1515. "required": true,
  1516. "allowMultiple": false
  1517. },
  1518. {
  1519. "type": "string",
  1520. "paramType": "path",
  1521. "name": "name",
  1522. "description": "name of the Endpoints",
  1523. "required": true,
  1524. "allowMultiple": false
  1525. }
  1526. ],
  1527. "responseMessages": [
  1528. {
  1529. "code": 200,
  1530. "message": "OK",
  1531. "responseModel": "unversioned.Status"
  1532. }
  1533. ],
  1534. "produces": [
  1535. "application/json",
  1536. "application/yaml",
  1537. "application/vnd.kubernetes.protobuf"
  1538. ],
  1539. "consumes": [
  1540. "*/*"
  1541. ]
  1542. }
  1543. ]
  1544. },
  1545. {
  1546. "path": "/api/v1/watch/namespaces/{namespace}/endpoints/{name}",
  1547. "description": "API at /api/v1",
  1548. "operations": [
  1549. {
  1550. "type": "versioned.Event",
  1551. "method": "GET",
  1552. "summary": "watch changes to an object of kind Endpoints",
  1553. "nickname": "watchNamespacedEndpoints",
  1554. "parameters": [
  1555. {
  1556. "type": "string",
  1557. "paramType": "query",
  1558. "name": "pretty",
  1559. "description": "If 'true', then the output is pretty printed.",
  1560. "required": false,
  1561. "allowMultiple": false
  1562. },
  1563. {
  1564. "type": "string",
  1565. "paramType": "query",
  1566. "name": "labelSelector",
  1567. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1568. "required": false,
  1569. "allowMultiple": false
  1570. },
  1571. {
  1572. "type": "string",
  1573. "paramType": "query",
  1574. "name": "fieldSelector",
  1575. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1576. "required": false,
  1577. "allowMultiple": false
  1578. },
  1579. {
  1580. "type": "boolean",
  1581. "paramType": "query",
  1582. "name": "watch",
  1583. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1584. "required": false,
  1585. "allowMultiple": false
  1586. },
  1587. {
  1588. "type": "string",
  1589. "paramType": "query",
  1590. "name": "resourceVersion",
  1591. "description": "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.",
  1592. "required": false,
  1593. "allowMultiple": false
  1594. },
  1595. {
  1596. "type": "integer",
  1597. "paramType": "query",
  1598. "name": "timeoutSeconds",
  1599. "description": "Timeout for the list/watch call.",
  1600. "required": false,
  1601. "allowMultiple": false
  1602. },
  1603. {
  1604. "type": "string",
  1605. "paramType": "path",
  1606. "name": "namespace",
  1607. "description": "object name and auth scope, such as for teams and projects",
  1608. "required": true,
  1609. "allowMultiple": false
  1610. },
  1611. {
  1612. "type": "string",
  1613. "paramType": "path",
  1614. "name": "name",
  1615. "description": "name of the Endpoints",
  1616. "required": true,
  1617. "allowMultiple": false
  1618. }
  1619. ],
  1620. "responseMessages": [
  1621. {
  1622. "code": 200,
  1623. "message": "OK",
  1624. "responseModel": "versioned.Event"
  1625. }
  1626. ],
  1627. "produces": [
  1628. "application/json",
  1629. "application/yaml",
  1630. "application/vnd.kubernetes.protobuf",
  1631. "application/json;stream=watch",
  1632. "application/vnd.kubernetes.protobuf;stream=watch"
  1633. ],
  1634. "consumes": [
  1635. "*/*"
  1636. ]
  1637. }
  1638. ]
  1639. },
  1640. {
  1641. "path": "/api/v1/endpoints",
  1642. "description": "API at /api/v1",
  1643. "operations": [
  1644. {
  1645. "type": "v1.EndpointsList",
  1646. "method": "GET",
  1647. "summary": "list or watch objects of kind Endpoints",
  1648. "nickname": "listEndpointsForAllNamespaces",
  1649. "parameters": [
  1650. {
  1651. "type": "string",
  1652. "paramType": "query",
  1653. "name": "pretty",
  1654. "description": "If 'true', then the output is pretty printed.",
  1655. "required": false,
  1656. "allowMultiple": false
  1657. },
  1658. {
  1659. "type": "string",
  1660. "paramType": "query",
  1661. "name": "labelSelector",
  1662. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1663. "required": false,
  1664. "allowMultiple": false
  1665. },
  1666. {
  1667. "type": "string",
  1668. "paramType": "query",
  1669. "name": "fieldSelector",
  1670. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1671. "required": false,
  1672. "allowMultiple": false
  1673. },
  1674. {
  1675. "type": "boolean",
  1676. "paramType": "query",
  1677. "name": "watch",
  1678. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1679. "required": false,
  1680. "allowMultiple": false
  1681. },
  1682. {
  1683. "type": "string",
  1684. "paramType": "query",
  1685. "name": "resourceVersion",
  1686. "description": "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.",
  1687. "required": false,
  1688. "allowMultiple": false
  1689. },
  1690. {
  1691. "type": "integer",
  1692. "paramType": "query",
  1693. "name": "timeoutSeconds",
  1694. "description": "Timeout for the list/watch call.",
  1695. "required": false,
  1696. "allowMultiple": false
  1697. }
  1698. ],
  1699. "responseMessages": [
  1700. {
  1701. "code": 200,
  1702. "message": "OK",
  1703. "responseModel": "v1.EndpointsList"
  1704. }
  1705. ],
  1706. "produces": [
  1707. "application/json",
  1708. "application/yaml",
  1709. "application/vnd.kubernetes.protobuf",
  1710. "application/json;stream=watch",
  1711. "application/vnd.kubernetes.protobuf;stream=watch"
  1712. ],
  1713. "consumes": [
  1714. "*/*"
  1715. ]
  1716. }
  1717. ]
  1718. },
  1719. {
  1720. "path": "/api/v1/watch/endpoints",
  1721. "description": "API at /api/v1",
  1722. "operations": [
  1723. {
  1724. "type": "versioned.Event",
  1725. "method": "GET",
  1726. "summary": "watch individual changes to a list of Endpoints",
  1727. "nickname": "watchEndpointsListForAllNamespaces",
  1728. "parameters": [
  1729. {
  1730. "type": "string",
  1731. "paramType": "query",
  1732. "name": "pretty",
  1733. "description": "If 'true', then the output is pretty printed.",
  1734. "required": false,
  1735. "allowMultiple": false
  1736. },
  1737. {
  1738. "type": "string",
  1739. "paramType": "query",
  1740. "name": "labelSelector",
  1741. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1742. "required": false,
  1743. "allowMultiple": false
  1744. },
  1745. {
  1746. "type": "string",
  1747. "paramType": "query",
  1748. "name": "fieldSelector",
  1749. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1750. "required": false,
  1751. "allowMultiple": false
  1752. },
  1753. {
  1754. "type": "boolean",
  1755. "paramType": "query",
  1756. "name": "watch",
  1757. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1758. "required": false,
  1759. "allowMultiple": false
  1760. },
  1761. {
  1762. "type": "string",
  1763. "paramType": "query",
  1764. "name": "resourceVersion",
  1765. "description": "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.",
  1766. "required": false,
  1767. "allowMultiple": false
  1768. },
  1769. {
  1770. "type": "integer",
  1771. "paramType": "query",
  1772. "name": "timeoutSeconds",
  1773. "description": "Timeout for the list/watch call.",
  1774. "required": false,
  1775. "allowMultiple": false
  1776. }
  1777. ],
  1778. "responseMessages": [
  1779. {
  1780. "code": 200,
  1781. "message": "OK",
  1782. "responseModel": "versioned.Event"
  1783. }
  1784. ],
  1785. "produces": [
  1786. "application/json",
  1787. "application/yaml",
  1788. "application/vnd.kubernetes.protobuf",
  1789. "application/json;stream=watch",
  1790. "application/vnd.kubernetes.protobuf;stream=watch"
  1791. ],
  1792. "consumes": [
  1793. "*/*"
  1794. ]
  1795. }
  1796. ]
  1797. },
  1798. {
  1799. "path": "/api/v1/namespaces/{namespace}/events",
  1800. "description": "API at /api/v1",
  1801. "operations": [
  1802. {
  1803. "type": "v1.EventList",
  1804. "method": "GET",
  1805. "summary": "list or watch objects of kind Event",
  1806. "nickname": "listNamespacedEvent",
  1807. "parameters": [
  1808. {
  1809. "type": "string",
  1810. "paramType": "query",
  1811. "name": "pretty",
  1812. "description": "If 'true', then the output is pretty printed.",
  1813. "required": false,
  1814. "allowMultiple": false
  1815. },
  1816. {
  1817. "type": "string",
  1818. "paramType": "query",
  1819. "name": "labelSelector",
  1820. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1821. "required": false,
  1822. "allowMultiple": false
  1823. },
  1824. {
  1825. "type": "string",
  1826. "paramType": "query",
  1827. "name": "fieldSelector",
  1828. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1829. "required": false,
  1830. "allowMultiple": false
  1831. },
  1832. {
  1833. "type": "boolean",
  1834. "paramType": "query",
  1835. "name": "watch",
  1836. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1837. "required": false,
  1838. "allowMultiple": false
  1839. },
  1840. {
  1841. "type": "string",
  1842. "paramType": "query",
  1843. "name": "resourceVersion",
  1844. "description": "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.",
  1845. "required": false,
  1846. "allowMultiple": false
  1847. },
  1848. {
  1849. "type": "integer",
  1850. "paramType": "query",
  1851. "name": "timeoutSeconds",
  1852. "description": "Timeout for the list/watch call.",
  1853. "required": false,
  1854. "allowMultiple": false
  1855. },
  1856. {
  1857. "type": "string",
  1858. "paramType": "path",
  1859. "name": "namespace",
  1860. "description": "object name and auth scope, such as for teams and projects",
  1861. "required": true,
  1862. "allowMultiple": false
  1863. }
  1864. ],
  1865. "responseMessages": [
  1866. {
  1867. "code": 200,
  1868. "message": "OK",
  1869. "responseModel": "v1.EventList"
  1870. }
  1871. ],
  1872. "produces": [
  1873. "application/json",
  1874. "application/yaml",
  1875. "application/vnd.kubernetes.protobuf",
  1876. "application/json;stream=watch",
  1877. "application/vnd.kubernetes.protobuf;stream=watch"
  1878. ],
  1879. "consumes": [
  1880. "*/*"
  1881. ]
  1882. },
  1883. {
  1884. "type": "v1.Event",
  1885. "method": "POST",
  1886. "summary": "create an Event",
  1887. "nickname": "createNamespacedEvent",
  1888. "parameters": [
  1889. {
  1890. "type": "string",
  1891. "paramType": "query",
  1892. "name": "pretty",
  1893. "description": "If 'true', then the output is pretty printed.",
  1894. "required": false,
  1895. "allowMultiple": false
  1896. },
  1897. {
  1898. "type": "v1.Event",
  1899. "paramType": "body",
  1900. "name": "body",
  1901. "description": "",
  1902. "required": true,
  1903. "allowMultiple": false
  1904. },
  1905. {
  1906. "type": "string",
  1907. "paramType": "path",
  1908. "name": "namespace",
  1909. "description": "object name and auth scope, such as for teams and projects",
  1910. "required": true,
  1911. "allowMultiple": false
  1912. }
  1913. ],
  1914. "responseMessages": [
  1915. {
  1916. "code": 200,
  1917. "message": "OK",
  1918. "responseModel": "v1.Event"
  1919. }
  1920. ],
  1921. "produces": [
  1922. "application/json",
  1923. "application/yaml",
  1924. "application/vnd.kubernetes.protobuf"
  1925. ],
  1926. "consumes": [
  1927. "*/*"
  1928. ]
  1929. },
  1930. {
  1931. "type": "unversioned.Status",
  1932. "method": "DELETE",
  1933. "summary": "delete collection of Event",
  1934. "nickname": "deletecollectionNamespacedEvent",
  1935. "parameters": [
  1936. {
  1937. "type": "string",
  1938. "paramType": "query",
  1939. "name": "pretty",
  1940. "description": "If 'true', then the output is pretty printed.",
  1941. "required": false,
  1942. "allowMultiple": false
  1943. },
  1944. {
  1945. "type": "string",
  1946. "paramType": "query",
  1947. "name": "labelSelector",
  1948. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1949. "required": false,
  1950. "allowMultiple": false
  1951. },
  1952. {
  1953. "type": "string",
  1954. "paramType": "query",
  1955. "name": "fieldSelector",
  1956. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1957. "required": false,
  1958. "allowMultiple": false
  1959. },
  1960. {
  1961. "type": "boolean",
  1962. "paramType": "query",
  1963. "name": "watch",
  1964. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1965. "required": false,
  1966. "allowMultiple": false
  1967. },
  1968. {
  1969. "type": "string",
  1970. "paramType": "query",
  1971. "name": "resourceVersion",
  1972. "description": "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.",
  1973. "required": false,
  1974. "allowMultiple": false
  1975. },
  1976. {
  1977. "type": "integer",
  1978. "paramType": "query",
  1979. "name": "timeoutSeconds",
  1980. "description": "Timeout for the list/watch call.",
  1981. "required": false,
  1982. "allowMultiple": false
  1983. },
  1984. {
  1985. "type": "string",
  1986. "paramType": "path",
  1987. "name": "namespace",
  1988. "description": "object name and auth scope, such as for teams and projects",
  1989. "required": true,
  1990. "allowMultiple": false
  1991. }
  1992. ],
  1993. "responseMessages": [
  1994. {
  1995. "code": 200,
  1996. "message": "OK",
  1997. "responseModel": "unversioned.Status"
  1998. }
  1999. ],
  2000. "produces": [
  2001. "application/json",
  2002. "application/yaml",
  2003. "application/vnd.kubernetes.protobuf"
  2004. ],
  2005. "consumes": [
  2006. "*/*"
  2007. ]
  2008. }
  2009. ]
  2010. },
  2011. {
  2012. "path": "/api/v1/watch/namespaces/{namespace}/events",
  2013. "description": "API at /api/v1",
  2014. "operations": [
  2015. {
  2016. "type": "versioned.Event",
  2017. "method": "GET",
  2018. "summary": "watch individual changes to a list of Event",
  2019. "nickname": "watchNamespacedEventList",
  2020. "parameters": [
  2021. {
  2022. "type": "string",
  2023. "paramType": "query",
  2024. "name": "pretty",
  2025. "description": "If 'true', then the output is pretty printed.",
  2026. "required": false,
  2027. "allowMultiple": false
  2028. },
  2029. {
  2030. "type": "string",
  2031. "paramType": "query",
  2032. "name": "labelSelector",
  2033. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2034. "required": false,
  2035. "allowMultiple": false
  2036. },
  2037. {
  2038. "type": "string",
  2039. "paramType": "query",
  2040. "name": "fieldSelector",
  2041. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2042. "required": false,
  2043. "allowMultiple": false
  2044. },
  2045. {
  2046. "type": "boolean",
  2047. "paramType": "query",
  2048. "name": "watch",
  2049. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2050. "required": false,
  2051. "allowMultiple": false
  2052. },
  2053. {
  2054. "type": "string",
  2055. "paramType": "query",
  2056. "name": "resourceVersion",
  2057. "description": "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.",
  2058. "required": false,
  2059. "allowMultiple": false
  2060. },
  2061. {
  2062. "type": "integer",
  2063. "paramType": "query",
  2064. "name": "timeoutSeconds",
  2065. "description": "Timeout for the list/watch call.",
  2066. "required": false,
  2067. "allowMultiple": false
  2068. },
  2069. {
  2070. "type": "string",
  2071. "paramType": "path",
  2072. "name": "namespace",
  2073. "description": "object name and auth scope, such as for teams and projects",
  2074. "required": true,
  2075. "allowMultiple": false
  2076. }
  2077. ],
  2078. "responseMessages": [
  2079. {
  2080. "code": 200,
  2081. "message": "OK",
  2082. "responseModel": "versioned.Event"
  2083. }
  2084. ],
  2085. "produces": [
  2086. "application/json",
  2087. "application/yaml",
  2088. "application/vnd.kubernetes.protobuf",
  2089. "application/json;stream=watch",
  2090. "application/vnd.kubernetes.protobuf;stream=watch"
  2091. ],
  2092. "consumes": [
  2093. "*/*"
  2094. ]
  2095. }
  2096. ]
  2097. },
  2098. {
  2099. "path": "/api/v1/namespaces/{namespace}/events/{name}",
  2100. "description": "API at /api/v1",
  2101. "operations": [
  2102. {
  2103. "type": "v1.Event",
  2104. "method": "GET",
  2105. "summary": "read the specified Event",
  2106. "nickname": "readNamespacedEvent",
  2107. "parameters": [
  2108. {
  2109. "type": "string",
  2110. "paramType": "query",
  2111. "name": "pretty",
  2112. "description": "If 'true', then the output is pretty printed.",
  2113. "required": false,
  2114. "allowMultiple": false
  2115. },
  2116. {
  2117. "type": "boolean",
  2118. "paramType": "query",
  2119. "name": "export",
  2120. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  2121. "required": false,
  2122. "allowMultiple": false
  2123. },
  2124. {
  2125. "type": "boolean",
  2126. "paramType": "query",
  2127. "name": "exact",
  2128. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  2129. "required": false,
  2130. "allowMultiple": false
  2131. },
  2132. {
  2133. "type": "string",
  2134. "paramType": "path",
  2135. "name": "namespace",
  2136. "description": "object name and auth scope, such as for teams and projects",
  2137. "required": true,
  2138. "allowMultiple": false
  2139. },
  2140. {
  2141. "type": "string",
  2142. "paramType": "path",
  2143. "name": "name",
  2144. "description": "name of the Event",
  2145. "required": true,
  2146. "allowMultiple": false
  2147. }
  2148. ],
  2149. "responseMessages": [
  2150. {
  2151. "code": 200,
  2152. "message": "OK",
  2153. "responseModel": "v1.Event"
  2154. }
  2155. ],
  2156. "produces": [
  2157. "application/json",
  2158. "application/yaml",
  2159. "application/vnd.kubernetes.protobuf"
  2160. ],
  2161. "consumes": [
  2162. "*/*"
  2163. ]
  2164. },
  2165. {
  2166. "type": "v1.Event",
  2167. "method": "PUT",
  2168. "summary": "replace the specified Event",
  2169. "nickname": "replaceNamespacedEvent",
  2170. "parameters": [
  2171. {
  2172. "type": "string",
  2173. "paramType": "query",
  2174. "name": "pretty",
  2175. "description": "If 'true', then the output is pretty printed.",
  2176. "required": false,
  2177. "allowMultiple": false
  2178. },
  2179. {
  2180. "type": "v1.Event",
  2181. "paramType": "body",
  2182. "name": "body",
  2183. "description": "",
  2184. "required": true,
  2185. "allowMultiple": false
  2186. },
  2187. {
  2188. "type": "string",
  2189. "paramType": "path",
  2190. "name": "namespace",
  2191. "description": "object name and auth scope, such as for teams and projects",
  2192. "required": true,
  2193. "allowMultiple": false
  2194. },
  2195. {
  2196. "type": "string",
  2197. "paramType": "path",
  2198. "name": "name",
  2199. "description": "name of the Event",
  2200. "required": true,
  2201. "allowMultiple": false
  2202. }
  2203. ],
  2204. "responseMessages": [
  2205. {
  2206. "code": 200,
  2207. "message": "OK",
  2208. "responseModel": "v1.Event"
  2209. }
  2210. ],
  2211. "produces": [
  2212. "application/json",
  2213. "application/yaml",
  2214. "application/vnd.kubernetes.protobuf"
  2215. ],
  2216. "consumes": [
  2217. "*/*"
  2218. ]
  2219. },
  2220. {
  2221. "type": "v1.Event",
  2222. "method": "PATCH",
  2223. "summary": "partially update the specified Event",
  2224. "nickname": "patchNamespacedEvent",
  2225. "parameters": [
  2226. {
  2227. "type": "string",
  2228. "paramType": "query",
  2229. "name": "pretty",
  2230. "description": "If 'true', then the output is pretty printed.",
  2231. "required": false,
  2232. "allowMultiple": false
  2233. },
  2234. {
  2235. "type": "unversioned.Patch",
  2236. "paramType": "body",
  2237. "name": "body",
  2238. "description": "",
  2239. "required": true,
  2240. "allowMultiple": false
  2241. },
  2242. {
  2243. "type": "string",
  2244. "paramType": "path",
  2245. "name": "namespace",
  2246. "description": "object name and auth scope, such as for teams and projects",
  2247. "required": true,
  2248. "allowMultiple": false
  2249. },
  2250. {
  2251. "type": "string",
  2252. "paramType": "path",
  2253. "name": "name",
  2254. "description": "name of the Event",
  2255. "required": true,
  2256. "allowMultiple": false
  2257. }
  2258. ],
  2259. "responseMessages": [
  2260. {
  2261. "code": 200,
  2262. "message": "OK",
  2263. "responseModel": "v1.Event"
  2264. }
  2265. ],
  2266. "produces": [
  2267. "application/json",
  2268. "application/yaml",
  2269. "application/vnd.kubernetes.protobuf"
  2270. ],
  2271. "consumes": [
  2272. "application/json-patch+json",
  2273. "application/merge-patch+json",
  2274. "application/strategic-merge-patch+json"
  2275. ]
  2276. },
  2277. {
  2278. "type": "unversioned.Status",
  2279. "method": "DELETE",
  2280. "summary": "delete an Event",
  2281. "nickname": "deleteNamespacedEvent",
  2282. "parameters": [
  2283. {
  2284. "type": "string",
  2285. "paramType": "query",
  2286. "name": "pretty",
  2287. "description": "If 'true', then the output is pretty printed.",
  2288. "required": false,
  2289. "allowMultiple": false
  2290. },
  2291. {
  2292. "type": "v1.DeleteOptions",
  2293. "paramType": "body",
  2294. "name": "body",
  2295. "description": "",
  2296. "required": true,
  2297. "allowMultiple": false
  2298. },
  2299. {
  2300. "type": "integer",
  2301. "paramType": "query",
  2302. "name": "gracePeriodSeconds",
  2303. "description": "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.",
  2304. "required": false,
  2305. "allowMultiple": false
  2306. },
  2307. {
  2308. "type": "boolean",
  2309. "paramType": "query",
  2310. "name": "orphanDependents",
  2311. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  2312. "required": false,
  2313. "allowMultiple": false
  2314. },
  2315. {
  2316. "type": "string",
  2317. "paramType": "path",
  2318. "name": "namespace",
  2319. "description": "object name and auth scope, such as for teams and projects",
  2320. "required": true,
  2321. "allowMultiple": false
  2322. },
  2323. {
  2324. "type": "string",
  2325. "paramType": "path",
  2326. "name": "name",
  2327. "description": "name of the Event",
  2328. "required": true,
  2329. "allowMultiple": false
  2330. }
  2331. ],
  2332. "responseMessages": [
  2333. {
  2334. "code": 200,
  2335. "message": "OK",
  2336. "responseModel": "unversioned.Status"
  2337. }
  2338. ],
  2339. "produces": [
  2340. "application/json",
  2341. "application/yaml",
  2342. "application/vnd.kubernetes.protobuf"
  2343. ],
  2344. "consumes": [
  2345. "*/*"
  2346. ]
  2347. }
  2348. ]
  2349. },
  2350. {
  2351. "path": "/api/v1/watch/namespaces/{namespace}/events/{name}",
  2352. "description": "API at /api/v1",
  2353. "operations": [
  2354. {
  2355. "type": "versioned.Event",
  2356. "method": "GET",
  2357. "summary": "watch changes to an object of kind Event",
  2358. "nickname": "watchNamespacedEvent",
  2359. "parameters": [
  2360. {
  2361. "type": "string",
  2362. "paramType": "query",
  2363. "name": "pretty",
  2364. "description": "If 'true', then the output is pretty printed.",
  2365. "required": false,
  2366. "allowMultiple": false
  2367. },
  2368. {
  2369. "type": "string",
  2370. "paramType": "query",
  2371. "name": "labelSelector",
  2372. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2373. "required": false,
  2374. "allowMultiple": false
  2375. },
  2376. {
  2377. "type": "string",
  2378. "paramType": "query",
  2379. "name": "fieldSelector",
  2380. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2381. "required": false,
  2382. "allowMultiple": false
  2383. },
  2384. {
  2385. "type": "boolean",
  2386. "paramType": "query",
  2387. "name": "watch",
  2388. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2389. "required": false,
  2390. "allowMultiple": false
  2391. },
  2392. {
  2393. "type": "string",
  2394. "paramType": "query",
  2395. "name": "resourceVersion",
  2396. "description": "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.",
  2397. "required": false,
  2398. "allowMultiple": false
  2399. },
  2400. {
  2401. "type": "integer",
  2402. "paramType": "query",
  2403. "name": "timeoutSeconds",
  2404. "description": "Timeout for the list/watch call.",
  2405. "required": false,
  2406. "allowMultiple": false
  2407. },
  2408. {
  2409. "type": "string",
  2410. "paramType": "path",
  2411. "name": "namespace",
  2412. "description": "object name and auth scope, such as for teams and projects",
  2413. "required": true,
  2414. "allowMultiple": false
  2415. },
  2416. {
  2417. "type": "string",
  2418. "paramType": "path",
  2419. "name": "name",
  2420. "description": "name of the Event",
  2421. "required": true,
  2422. "allowMultiple": false
  2423. }
  2424. ],
  2425. "responseMessages": [
  2426. {
  2427. "code": 200,
  2428. "message": "OK",
  2429. "responseModel": "versioned.Event"
  2430. }
  2431. ],
  2432. "produces": [
  2433. "application/json",
  2434. "application/yaml",
  2435. "application/vnd.kubernetes.protobuf",
  2436. "application/json;stream=watch",
  2437. "application/vnd.kubernetes.protobuf;stream=watch"
  2438. ],
  2439. "consumes": [
  2440. "*/*"
  2441. ]
  2442. }
  2443. ]
  2444. },
  2445. {
  2446. "path": "/api/v1/events",
  2447. "description": "API at /api/v1",
  2448. "operations": [
  2449. {
  2450. "type": "v1.EventList",
  2451. "method": "GET",
  2452. "summary": "list or watch objects of kind Event",
  2453. "nickname": "listEventForAllNamespaces",
  2454. "parameters": [
  2455. {
  2456. "type": "string",
  2457. "paramType": "query",
  2458. "name": "pretty",
  2459. "description": "If 'true', then the output is pretty printed.",
  2460. "required": false,
  2461. "allowMultiple": false
  2462. },
  2463. {
  2464. "type": "string",
  2465. "paramType": "query",
  2466. "name": "labelSelector",
  2467. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2468. "required": false,
  2469. "allowMultiple": false
  2470. },
  2471. {
  2472. "type": "string",
  2473. "paramType": "query",
  2474. "name": "fieldSelector",
  2475. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2476. "required": false,
  2477. "allowMultiple": false
  2478. },
  2479. {
  2480. "type": "boolean",
  2481. "paramType": "query",
  2482. "name": "watch",
  2483. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2484. "required": false,
  2485. "allowMultiple": false
  2486. },
  2487. {
  2488. "type": "string",
  2489. "paramType": "query",
  2490. "name": "resourceVersion",
  2491. "description": "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.",
  2492. "required": false,
  2493. "allowMultiple": false
  2494. },
  2495. {
  2496. "type": "integer",
  2497. "paramType": "query",
  2498. "name": "timeoutSeconds",
  2499. "description": "Timeout for the list/watch call.",
  2500. "required": false,
  2501. "allowMultiple": false
  2502. }
  2503. ],
  2504. "responseMessages": [
  2505. {
  2506. "code": 200,
  2507. "message": "OK",
  2508. "responseModel": "v1.EventList"
  2509. }
  2510. ],
  2511. "produces": [
  2512. "application/json",
  2513. "application/yaml",
  2514. "application/vnd.kubernetes.protobuf",
  2515. "application/json;stream=watch",
  2516. "application/vnd.kubernetes.protobuf;stream=watch"
  2517. ],
  2518. "consumes": [
  2519. "*/*"
  2520. ]
  2521. }
  2522. ]
  2523. },
  2524. {
  2525. "path": "/api/v1/watch/events",
  2526. "description": "API at /api/v1",
  2527. "operations": [
  2528. {
  2529. "type": "versioned.Event",
  2530. "method": "GET",
  2531. "summary": "watch individual changes to a list of Event",
  2532. "nickname": "watchEventListForAllNamespaces",
  2533. "parameters": [
  2534. {
  2535. "type": "string",
  2536. "paramType": "query",
  2537. "name": "pretty",
  2538. "description": "If 'true', then the output is pretty printed.",
  2539. "required": false,
  2540. "allowMultiple": false
  2541. },
  2542. {
  2543. "type": "string",
  2544. "paramType": "query",
  2545. "name": "labelSelector",
  2546. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2547. "required": false,
  2548. "allowMultiple": false
  2549. },
  2550. {
  2551. "type": "string",
  2552. "paramType": "query",
  2553. "name": "fieldSelector",
  2554. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2555. "required": false,
  2556. "allowMultiple": false
  2557. },
  2558. {
  2559. "type": "boolean",
  2560. "paramType": "query",
  2561. "name": "watch",
  2562. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2563. "required": false,
  2564. "allowMultiple": false
  2565. },
  2566. {
  2567. "type": "string",
  2568. "paramType": "query",
  2569. "name": "resourceVersion",
  2570. "description": "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.",
  2571. "required": false,
  2572. "allowMultiple": false
  2573. },
  2574. {
  2575. "type": "integer",
  2576. "paramType": "query",
  2577. "name": "timeoutSeconds",
  2578. "description": "Timeout for the list/watch call.",
  2579. "required": false,
  2580. "allowMultiple": false
  2581. }
  2582. ],
  2583. "responseMessages": [
  2584. {
  2585. "code": 200,
  2586. "message": "OK",
  2587. "responseModel": "versioned.Event"
  2588. }
  2589. ],
  2590. "produces": [
  2591. "application/json",
  2592. "application/yaml",
  2593. "application/vnd.kubernetes.protobuf",
  2594. "application/json;stream=watch",
  2595. "application/vnd.kubernetes.protobuf;stream=watch"
  2596. ],
  2597. "consumes": [
  2598. "*/*"
  2599. ]
  2600. }
  2601. ]
  2602. },
  2603. {
  2604. "path": "/api/v1/namespaces/{namespace}/limitranges",
  2605. "description": "API at /api/v1",
  2606. "operations": [
  2607. {
  2608. "type": "v1.LimitRangeList",
  2609. "method": "GET",
  2610. "summary": "list or watch objects of kind LimitRange",
  2611. "nickname": "listNamespacedLimitRange",
  2612. "parameters": [
  2613. {
  2614. "type": "string",
  2615. "paramType": "query",
  2616. "name": "pretty",
  2617. "description": "If 'true', then the output is pretty printed.",
  2618. "required": false,
  2619. "allowMultiple": false
  2620. },
  2621. {
  2622. "type": "string",
  2623. "paramType": "query",
  2624. "name": "labelSelector",
  2625. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2626. "required": false,
  2627. "allowMultiple": false
  2628. },
  2629. {
  2630. "type": "string",
  2631. "paramType": "query",
  2632. "name": "fieldSelector",
  2633. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2634. "required": false,
  2635. "allowMultiple": false
  2636. },
  2637. {
  2638. "type": "boolean",
  2639. "paramType": "query",
  2640. "name": "watch",
  2641. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2642. "required": false,
  2643. "allowMultiple": false
  2644. },
  2645. {
  2646. "type": "string",
  2647. "paramType": "query",
  2648. "name": "resourceVersion",
  2649. "description": "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.",
  2650. "required": false,
  2651. "allowMultiple": false
  2652. },
  2653. {
  2654. "type": "integer",
  2655. "paramType": "query",
  2656. "name": "timeoutSeconds",
  2657. "description": "Timeout for the list/watch call.",
  2658. "required": false,
  2659. "allowMultiple": false
  2660. },
  2661. {
  2662. "type": "string",
  2663. "paramType": "path",
  2664. "name": "namespace",
  2665. "description": "object name and auth scope, such as for teams and projects",
  2666. "required": true,
  2667. "allowMultiple": false
  2668. }
  2669. ],
  2670. "responseMessages": [
  2671. {
  2672. "code": 200,
  2673. "message": "OK",
  2674. "responseModel": "v1.LimitRangeList"
  2675. }
  2676. ],
  2677. "produces": [
  2678. "application/json",
  2679. "application/yaml",
  2680. "application/vnd.kubernetes.protobuf",
  2681. "application/json;stream=watch",
  2682. "application/vnd.kubernetes.protobuf;stream=watch"
  2683. ],
  2684. "consumes": [
  2685. "*/*"
  2686. ]
  2687. },
  2688. {
  2689. "type": "v1.LimitRange",
  2690. "method": "POST",
  2691. "summary": "create a LimitRange",
  2692. "nickname": "createNamespacedLimitRange",
  2693. "parameters": [
  2694. {
  2695. "type": "string",
  2696. "paramType": "query",
  2697. "name": "pretty",
  2698. "description": "If 'true', then the output is pretty printed.",
  2699. "required": false,
  2700. "allowMultiple": false
  2701. },
  2702. {
  2703. "type": "v1.LimitRange",
  2704. "paramType": "body",
  2705. "name": "body",
  2706. "description": "",
  2707. "required": true,
  2708. "allowMultiple": false
  2709. },
  2710. {
  2711. "type": "string",
  2712. "paramType": "path",
  2713. "name": "namespace",
  2714. "description": "object name and auth scope, such as for teams and projects",
  2715. "required": true,
  2716. "allowMultiple": false
  2717. }
  2718. ],
  2719. "responseMessages": [
  2720. {
  2721. "code": 200,
  2722. "message": "OK",
  2723. "responseModel": "v1.LimitRange"
  2724. }
  2725. ],
  2726. "produces": [
  2727. "application/json",
  2728. "application/yaml",
  2729. "application/vnd.kubernetes.protobuf"
  2730. ],
  2731. "consumes": [
  2732. "*/*"
  2733. ]
  2734. },
  2735. {
  2736. "type": "unversioned.Status",
  2737. "method": "DELETE",
  2738. "summary": "delete collection of LimitRange",
  2739. "nickname": "deletecollectionNamespacedLimitRange",
  2740. "parameters": [
  2741. {
  2742. "type": "string",
  2743. "paramType": "query",
  2744. "name": "pretty",
  2745. "description": "If 'true', then the output is pretty printed.",
  2746. "required": false,
  2747. "allowMultiple": false
  2748. },
  2749. {
  2750. "type": "string",
  2751. "paramType": "query",
  2752. "name": "labelSelector",
  2753. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2754. "required": false,
  2755. "allowMultiple": false
  2756. },
  2757. {
  2758. "type": "string",
  2759. "paramType": "query",
  2760. "name": "fieldSelector",
  2761. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2762. "required": false,
  2763. "allowMultiple": false
  2764. },
  2765. {
  2766. "type": "boolean",
  2767. "paramType": "query",
  2768. "name": "watch",
  2769. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2770. "required": false,
  2771. "allowMultiple": false
  2772. },
  2773. {
  2774. "type": "string",
  2775. "paramType": "query",
  2776. "name": "resourceVersion",
  2777. "description": "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.",
  2778. "required": false,
  2779. "allowMultiple": false
  2780. },
  2781. {
  2782. "type": "integer",
  2783. "paramType": "query",
  2784. "name": "timeoutSeconds",
  2785. "description": "Timeout for the list/watch call.",
  2786. "required": false,
  2787. "allowMultiple": false
  2788. },
  2789. {
  2790. "type": "string",
  2791. "paramType": "path",
  2792. "name": "namespace",
  2793. "description": "object name and auth scope, such as for teams and projects",
  2794. "required": true,
  2795. "allowMultiple": false
  2796. }
  2797. ],
  2798. "responseMessages": [
  2799. {
  2800. "code": 200,
  2801. "message": "OK",
  2802. "responseModel": "unversioned.Status"
  2803. }
  2804. ],
  2805. "produces": [
  2806. "application/json",
  2807. "application/yaml",
  2808. "application/vnd.kubernetes.protobuf"
  2809. ],
  2810. "consumes": [
  2811. "*/*"
  2812. ]
  2813. }
  2814. ]
  2815. },
  2816. {
  2817. "path": "/api/v1/watch/namespaces/{namespace}/limitranges",
  2818. "description": "API at /api/v1",
  2819. "operations": [
  2820. {
  2821. "type": "versioned.Event",
  2822. "method": "GET",
  2823. "summary": "watch individual changes to a list of LimitRange",
  2824. "nickname": "watchNamespacedLimitRangeList",
  2825. "parameters": [
  2826. {
  2827. "type": "string",
  2828. "paramType": "query",
  2829. "name": "pretty",
  2830. "description": "If 'true', then the output is pretty printed.",
  2831. "required": false,
  2832. "allowMultiple": false
  2833. },
  2834. {
  2835. "type": "string",
  2836. "paramType": "query",
  2837. "name": "labelSelector",
  2838. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2839. "required": false,
  2840. "allowMultiple": false
  2841. },
  2842. {
  2843. "type": "string",
  2844. "paramType": "query",
  2845. "name": "fieldSelector",
  2846. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2847. "required": false,
  2848. "allowMultiple": false
  2849. },
  2850. {
  2851. "type": "boolean",
  2852. "paramType": "query",
  2853. "name": "watch",
  2854. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2855. "required": false,
  2856. "allowMultiple": false
  2857. },
  2858. {
  2859. "type": "string",
  2860. "paramType": "query",
  2861. "name": "resourceVersion",
  2862. "description": "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.",
  2863. "required": false,
  2864. "allowMultiple": false
  2865. },
  2866. {
  2867. "type": "integer",
  2868. "paramType": "query",
  2869. "name": "timeoutSeconds",
  2870. "description": "Timeout for the list/watch call.",
  2871. "required": false,
  2872. "allowMultiple": false
  2873. },
  2874. {
  2875. "type": "string",
  2876. "paramType": "path",
  2877. "name": "namespace",
  2878. "description": "object name and auth scope, such as for teams and projects",
  2879. "required": true,
  2880. "allowMultiple": false
  2881. }
  2882. ],
  2883. "responseMessages": [
  2884. {
  2885. "code": 200,
  2886. "message": "OK",
  2887. "responseModel": "versioned.Event"
  2888. }
  2889. ],
  2890. "produces": [
  2891. "application/json",
  2892. "application/yaml",
  2893. "application/vnd.kubernetes.protobuf",
  2894. "application/json;stream=watch",
  2895. "application/vnd.kubernetes.protobuf;stream=watch"
  2896. ],
  2897. "consumes": [
  2898. "*/*"
  2899. ]
  2900. }
  2901. ]
  2902. },
  2903. {
  2904. "path": "/api/v1/namespaces/{namespace}/limitranges/{name}",
  2905. "description": "API at /api/v1",
  2906. "operations": [
  2907. {
  2908. "type": "v1.LimitRange",
  2909. "method": "GET",
  2910. "summary": "read the specified LimitRange",
  2911. "nickname": "readNamespacedLimitRange",
  2912. "parameters": [
  2913. {
  2914. "type": "string",
  2915. "paramType": "query",
  2916. "name": "pretty",
  2917. "description": "If 'true', then the output is pretty printed.",
  2918. "required": false,
  2919. "allowMultiple": false
  2920. },
  2921. {
  2922. "type": "boolean",
  2923. "paramType": "query",
  2924. "name": "export",
  2925. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  2926. "required": false,
  2927. "allowMultiple": false
  2928. },
  2929. {
  2930. "type": "boolean",
  2931. "paramType": "query",
  2932. "name": "exact",
  2933. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  2934. "required": false,
  2935. "allowMultiple": false
  2936. },
  2937. {
  2938. "type": "string",
  2939. "paramType": "path",
  2940. "name": "namespace",
  2941. "description": "object name and auth scope, such as for teams and projects",
  2942. "required": true,
  2943. "allowMultiple": false
  2944. },
  2945. {
  2946. "type": "string",
  2947. "paramType": "path",
  2948. "name": "name",
  2949. "description": "name of the LimitRange",
  2950. "required": true,
  2951. "allowMultiple": false
  2952. }
  2953. ],
  2954. "responseMessages": [
  2955. {
  2956. "code": 200,
  2957. "message": "OK",
  2958. "responseModel": "v1.LimitRange"
  2959. }
  2960. ],
  2961. "produces": [
  2962. "application/json",
  2963. "application/yaml",
  2964. "application/vnd.kubernetes.protobuf"
  2965. ],
  2966. "consumes": [
  2967. "*/*"
  2968. ]
  2969. },
  2970. {
  2971. "type": "v1.LimitRange",
  2972. "method": "PUT",
  2973. "summary": "replace the specified LimitRange",
  2974. "nickname": "replaceNamespacedLimitRange",
  2975. "parameters": [
  2976. {
  2977. "type": "string",
  2978. "paramType": "query",
  2979. "name": "pretty",
  2980. "description": "If 'true', then the output is pretty printed.",
  2981. "required": false,
  2982. "allowMultiple": false
  2983. },
  2984. {
  2985. "type": "v1.LimitRange",
  2986. "paramType": "body",
  2987. "name": "body",
  2988. "description": "",
  2989. "required": true,
  2990. "allowMultiple": false
  2991. },
  2992. {
  2993. "type": "string",
  2994. "paramType": "path",
  2995. "name": "namespace",
  2996. "description": "object name and auth scope, such as for teams and projects",
  2997. "required": true,
  2998. "allowMultiple": false
  2999. },
  3000. {
  3001. "type": "string",
  3002. "paramType": "path",
  3003. "name": "name",
  3004. "description": "name of the LimitRange",
  3005. "required": true,
  3006. "allowMultiple": false
  3007. }
  3008. ],
  3009. "responseMessages": [
  3010. {
  3011. "code": 200,
  3012. "message": "OK",
  3013. "responseModel": "v1.LimitRange"
  3014. }
  3015. ],
  3016. "produces": [
  3017. "application/json",
  3018. "application/yaml",
  3019. "application/vnd.kubernetes.protobuf"
  3020. ],
  3021. "consumes": [
  3022. "*/*"
  3023. ]
  3024. },
  3025. {
  3026. "type": "v1.LimitRange",
  3027. "method": "PATCH",
  3028. "summary": "partially update the specified LimitRange",
  3029. "nickname": "patchNamespacedLimitRange",
  3030. "parameters": [
  3031. {
  3032. "type": "string",
  3033. "paramType": "query",
  3034. "name": "pretty",
  3035. "description": "If 'true', then the output is pretty printed.",
  3036. "required": false,
  3037. "allowMultiple": false
  3038. },
  3039. {
  3040. "type": "unversioned.Patch",
  3041. "paramType": "body",
  3042. "name": "body",
  3043. "description": "",
  3044. "required": true,
  3045. "allowMultiple": false
  3046. },
  3047. {
  3048. "type": "string",
  3049. "paramType": "path",
  3050. "name": "namespace",
  3051. "description": "object name and auth scope, such as for teams and projects",
  3052. "required": true,
  3053. "allowMultiple": false
  3054. },
  3055. {
  3056. "type": "string",
  3057. "paramType": "path",
  3058. "name": "name",
  3059. "description": "name of the LimitRange",
  3060. "required": true,
  3061. "allowMultiple": false
  3062. }
  3063. ],
  3064. "responseMessages": [
  3065. {
  3066. "code": 200,
  3067. "message": "OK",
  3068. "responseModel": "v1.LimitRange"
  3069. }
  3070. ],
  3071. "produces": [
  3072. "application/json",
  3073. "application/yaml",
  3074. "application/vnd.kubernetes.protobuf"
  3075. ],
  3076. "consumes": [
  3077. "application/json-patch+json",
  3078. "application/merge-patch+json",
  3079. "application/strategic-merge-patch+json"
  3080. ]
  3081. },
  3082. {
  3083. "type": "unversioned.Status",
  3084. "method": "DELETE",
  3085. "summary": "delete a LimitRange",
  3086. "nickname": "deleteNamespacedLimitRange",
  3087. "parameters": [
  3088. {
  3089. "type": "string",
  3090. "paramType": "query",
  3091. "name": "pretty",
  3092. "description": "If 'true', then the output is pretty printed.",
  3093. "required": false,
  3094. "allowMultiple": false
  3095. },
  3096. {
  3097. "type": "v1.DeleteOptions",
  3098. "paramType": "body",
  3099. "name": "body",
  3100. "description": "",
  3101. "required": true,
  3102. "allowMultiple": false
  3103. },
  3104. {
  3105. "type": "integer",
  3106. "paramType": "query",
  3107. "name": "gracePeriodSeconds",
  3108. "description": "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.",
  3109. "required": false,
  3110. "allowMultiple": false
  3111. },
  3112. {
  3113. "type": "boolean",
  3114. "paramType": "query",
  3115. "name": "orphanDependents",
  3116. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  3117. "required": false,
  3118. "allowMultiple": false
  3119. },
  3120. {
  3121. "type": "string",
  3122. "paramType": "path",
  3123. "name": "namespace",
  3124. "description": "object name and auth scope, such as for teams and projects",
  3125. "required": true,
  3126. "allowMultiple": false
  3127. },
  3128. {
  3129. "type": "string",
  3130. "paramType": "path",
  3131. "name": "name",
  3132. "description": "name of the LimitRange",
  3133. "required": true,
  3134. "allowMultiple": false
  3135. }
  3136. ],
  3137. "responseMessages": [
  3138. {
  3139. "code": 200,
  3140. "message": "OK",
  3141. "responseModel": "unversioned.Status"
  3142. }
  3143. ],
  3144. "produces": [
  3145. "application/json",
  3146. "application/yaml",
  3147. "application/vnd.kubernetes.protobuf"
  3148. ],
  3149. "consumes": [
  3150. "*/*"
  3151. ]
  3152. }
  3153. ]
  3154. },
  3155. {
  3156. "path": "/api/v1/watch/namespaces/{namespace}/limitranges/{name}",
  3157. "description": "API at /api/v1",
  3158. "operations": [
  3159. {
  3160. "type": "versioned.Event",
  3161. "method": "GET",
  3162. "summary": "watch changes to an object of kind LimitRange",
  3163. "nickname": "watchNamespacedLimitRange",
  3164. "parameters": [
  3165. {
  3166. "type": "string",
  3167. "paramType": "query",
  3168. "name": "pretty",
  3169. "description": "If 'true', then the output is pretty printed.",
  3170. "required": false,
  3171. "allowMultiple": false
  3172. },
  3173. {
  3174. "type": "string",
  3175. "paramType": "query",
  3176. "name": "labelSelector",
  3177. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3178. "required": false,
  3179. "allowMultiple": false
  3180. },
  3181. {
  3182. "type": "string",
  3183. "paramType": "query",
  3184. "name": "fieldSelector",
  3185. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3186. "required": false,
  3187. "allowMultiple": false
  3188. },
  3189. {
  3190. "type": "boolean",
  3191. "paramType": "query",
  3192. "name": "watch",
  3193. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3194. "required": false,
  3195. "allowMultiple": false
  3196. },
  3197. {
  3198. "type": "string",
  3199. "paramType": "query",
  3200. "name": "resourceVersion",
  3201. "description": "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.",
  3202. "required": false,
  3203. "allowMultiple": false
  3204. },
  3205. {
  3206. "type": "integer",
  3207. "paramType": "query",
  3208. "name": "timeoutSeconds",
  3209. "description": "Timeout for the list/watch call.",
  3210. "required": false,
  3211. "allowMultiple": false
  3212. },
  3213. {
  3214. "type": "string",
  3215. "paramType": "path",
  3216. "name": "namespace",
  3217. "description": "object name and auth scope, such as for teams and projects",
  3218. "required": true,
  3219. "allowMultiple": false
  3220. },
  3221. {
  3222. "type": "string",
  3223. "paramType": "path",
  3224. "name": "name",
  3225. "description": "name of the LimitRange",
  3226. "required": true,
  3227. "allowMultiple": false
  3228. }
  3229. ],
  3230. "responseMessages": [
  3231. {
  3232. "code": 200,
  3233. "message": "OK",
  3234. "responseModel": "versioned.Event"
  3235. }
  3236. ],
  3237. "produces": [
  3238. "application/json",
  3239. "application/yaml",
  3240. "application/vnd.kubernetes.protobuf",
  3241. "application/json;stream=watch",
  3242. "application/vnd.kubernetes.protobuf;stream=watch"
  3243. ],
  3244. "consumes": [
  3245. "*/*"
  3246. ]
  3247. }
  3248. ]
  3249. },
  3250. {
  3251. "path": "/api/v1/limitranges",
  3252. "description": "API at /api/v1",
  3253. "operations": [
  3254. {
  3255. "type": "v1.LimitRangeList",
  3256. "method": "GET",
  3257. "summary": "list or watch objects of kind LimitRange",
  3258. "nickname": "listLimitRangeForAllNamespaces",
  3259. "parameters": [
  3260. {
  3261. "type": "string",
  3262. "paramType": "query",
  3263. "name": "pretty",
  3264. "description": "If 'true', then the output is pretty printed.",
  3265. "required": false,
  3266. "allowMultiple": false
  3267. },
  3268. {
  3269. "type": "string",
  3270. "paramType": "query",
  3271. "name": "labelSelector",
  3272. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3273. "required": false,
  3274. "allowMultiple": false
  3275. },
  3276. {
  3277. "type": "string",
  3278. "paramType": "query",
  3279. "name": "fieldSelector",
  3280. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3281. "required": false,
  3282. "allowMultiple": false
  3283. },
  3284. {
  3285. "type": "boolean",
  3286. "paramType": "query",
  3287. "name": "watch",
  3288. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3289. "required": false,
  3290. "allowMultiple": false
  3291. },
  3292. {
  3293. "type": "string",
  3294. "paramType": "query",
  3295. "name": "resourceVersion",
  3296. "description": "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.",
  3297. "required": false,
  3298. "allowMultiple": false
  3299. },
  3300. {
  3301. "type": "integer",
  3302. "paramType": "query",
  3303. "name": "timeoutSeconds",
  3304. "description": "Timeout for the list/watch call.",
  3305. "required": false,
  3306. "allowMultiple": false
  3307. }
  3308. ],
  3309. "responseMessages": [
  3310. {
  3311. "code": 200,
  3312. "message": "OK",
  3313. "responseModel": "v1.LimitRangeList"
  3314. }
  3315. ],
  3316. "produces": [
  3317. "application/json",
  3318. "application/yaml",
  3319. "application/vnd.kubernetes.protobuf",
  3320. "application/json;stream=watch",
  3321. "application/vnd.kubernetes.protobuf;stream=watch"
  3322. ],
  3323. "consumes": [
  3324. "*/*"
  3325. ]
  3326. }
  3327. ]
  3328. },
  3329. {
  3330. "path": "/api/v1/watch/limitranges",
  3331. "description": "API at /api/v1",
  3332. "operations": [
  3333. {
  3334. "type": "versioned.Event",
  3335. "method": "GET",
  3336. "summary": "watch individual changes to a list of LimitRange",
  3337. "nickname": "watchLimitRangeListForAllNamespaces",
  3338. "parameters": [
  3339. {
  3340. "type": "string",
  3341. "paramType": "query",
  3342. "name": "pretty",
  3343. "description": "If 'true', then the output is pretty printed.",
  3344. "required": false,
  3345. "allowMultiple": false
  3346. },
  3347. {
  3348. "type": "string",
  3349. "paramType": "query",
  3350. "name": "labelSelector",
  3351. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3352. "required": false,
  3353. "allowMultiple": false
  3354. },
  3355. {
  3356. "type": "string",
  3357. "paramType": "query",
  3358. "name": "fieldSelector",
  3359. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3360. "required": false,
  3361. "allowMultiple": false
  3362. },
  3363. {
  3364. "type": "boolean",
  3365. "paramType": "query",
  3366. "name": "watch",
  3367. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3368. "required": false,
  3369. "allowMultiple": false
  3370. },
  3371. {
  3372. "type": "string",
  3373. "paramType": "query",
  3374. "name": "resourceVersion",
  3375. "description": "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.",
  3376. "required": false,
  3377. "allowMultiple": false
  3378. },
  3379. {
  3380. "type": "integer",
  3381. "paramType": "query",
  3382. "name": "timeoutSeconds",
  3383. "description": "Timeout for the list/watch call.",
  3384. "required": false,
  3385. "allowMultiple": false
  3386. }
  3387. ],
  3388. "responseMessages": [
  3389. {
  3390. "code": 200,
  3391. "message": "OK",
  3392. "responseModel": "versioned.Event"
  3393. }
  3394. ],
  3395. "produces": [
  3396. "application/json",
  3397. "application/yaml",
  3398. "application/vnd.kubernetes.protobuf",
  3399. "application/json;stream=watch",
  3400. "application/vnd.kubernetes.protobuf;stream=watch"
  3401. ],
  3402. "consumes": [
  3403. "*/*"
  3404. ]
  3405. }
  3406. ]
  3407. },
  3408. {
  3409. "path": "/api/v1/namespaces",
  3410. "description": "API at /api/v1",
  3411. "operations": [
  3412. {
  3413. "type": "v1.NamespaceList",
  3414. "method": "GET",
  3415. "summary": "list or watch objects of kind Namespace",
  3416. "nickname": "listNamespace",
  3417. "parameters": [
  3418. {
  3419. "type": "string",
  3420. "paramType": "query",
  3421. "name": "pretty",
  3422. "description": "If 'true', then the output is pretty printed.",
  3423. "required": false,
  3424. "allowMultiple": false
  3425. },
  3426. {
  3427. "type": "string",
  3428. "paramType": "query",
  3429. "name": "labelSelector",
  3430. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3431. "required": false,
  3432. "allowMultiple": false
  3433. },
  3434. {
  3435. "type": "string",
  3436. "paramType": "query",
  3437. "name": "fieldSelector",
  3438. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3439. "required": false,
  3440. "allowMultiple": false
  3441. },
  3442. {
  3443. "type": "boolean",
  3444. "paramType": "query",
  3445. "name": "watch",
  3446. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3447. "required": false,
  3448. "allowMultiple": false
  3449. },
  3450. {
  3451. "type": "string",
  3452. "paramType": "query",
  3453. "name": "resourceVersion",
  3454. "description": "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.",
  3455. "required": false,
  3456. "allowMultiple": false
  3457. },
  3458. {
  3459. "type": "integer",
  3460. "paramType": "query",
  3461. "name": "timeoutSeconds",
  3462. "description": "Timeout for the list/watch call.",
  3463. "required": false,
  3464. "allowMultiple": false
  3465. }
  3466. ],
  3467. "responseMessages": [
  3468. {
  3469. "code": 200,
  3470. "message": "OK",
  3471. "responseModel": "v1.NamespaceList"
  3472. }
  3473. ],
  3474. "produces": [
  3475. "application/json",
  3476. "application/yaml",
  3477. "application/vnd.kubernetes.protobuf",
  3478. "application/json;stream=watch",
  3479. "application/vnd.kubernetes.protobuf;stream=watch"
  3480. ],
  3481. "consumes": [
  3482. "*/*"
  3483. ]
  3484. },
  3485. {
  3486. "type": "v1.Namespace",
  3487. "method": "POST",
  3488. "summary": "create a Namespace",
  3489. "nickname": "createNamespace",
  3490. "parameters": [
  3491. {
  3492. "type": "string",
  3493. "paramType": "query",
  3494. "name": "pretty",
  3495. "description": "If 'true', then the output is pretty printed.",
  3496. "required": false,
  3497. "allowMultiple": false
  3498. },
  3499. {
  3500. "type": "v1.Namespace",
  3501. "paramType": "body",
  3502. "name": "body",
  3503. "description": "",
  3504. "required": true,
  3505. "allowMultiple": false
  3506. }
  3507. ],
  3508. "responseMessages": [
  3509. {
  3510. "code": 200,
  3511. "message": "OK",
  3512. "responseModel": "v1.Namespace"
  3513. }
  3514. ],
  3515. "produces": [
  3516. "application/json",
  3517. "application/yaml",
  3518. "application/vnd.kubernetes.protobuf"
  3519. ],
  3520. "consumes": [
  3521. "*/*"
  3522. ]
  3523. },
  3524. {
  3525. "type": "unversioned.Status",
  3526. "method": "DELETE",
  3527. "summary": "delete collection of Namespace",
  3528. "nickname": "deletecollectionNamespace",
  3529. "parameters": [
  3530. {
  3531. "type": "string",
  3532. "paramType": "query",
  3533. "name": "pretty",
  3534. "description": "If 'true', then the output is pretty printed.",
  3535. "required": false,
  3536. "allowMultiple": false
  3537. },
  3538. {
  3539. "type": "string",
  3540. "paramType": "query",
  3541. "name": "labelSelector",
  3542. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3543. "required": false,
  3544. "allowMultiple": false
  3545. },
  3546. {
  3547. "type": "string",
  3548. "paramType": "query",
  3549. "name": "fieldSelector",
  3550. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3551. "required": false,
  3552. "allowMultiple": false
  3553. },
  3554. {
  3555. "type": "boolean",
  3556. "paramType": "query",
  3557. "name": "watch",
  3558. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3559. "required": false,
  3560. "allowMultiple": false
  3561. },
  3562. {
  3563. "type": "string",
  3564. "paramType": "query",
  3565. "name": "resourceVersion",
  3566. "description": "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.",
  3567. "required": false,
  3568. "allowMultiple": false
  3569. },
  3570. {
  3571. "type": "integer",
  3572. "paramType": "query",
  3573. "name": "timeoutSeconds",
  3574. "description": "Timeout for the list/watch call.",
  3575. "required": false,
  3576. "allowMultiple": false
  3577. }
  3578. ],
  3579. "responseMessages": [
  3580. {
  3581. "code": 200,
  3582. "message": "OK",
  3583. "responseModel": "unversioned.Status"
  3584. }
  3585. ],
  3586. "produces": [
  3587. "application/json",
  3588. "application/yaml",
  3589. "application/vnd.kubernetes.protobuf"
  3590. ],
  3591. "consumes": [
  3592. "*/*"
  3593. ]
  3594. }
  3595. ]
  3596. },
  3597. {
  3598. "path": "/api/v1/watch/namespaces",
  3599. "description": "API at /api/v1",
  3600. "operations": [
  3601. {
  3602. "type": "versioned.Event",
  3603. "method": "GET",
  3604. "summary": "watch individual changes to a list of Namespace",
  3605. "nickname": "watchNamespaceList",
  3606. "parameters": [
  3607. {
  3608. "type": "string",
  3609. "paramType": "query",
  3610. "name": "pretty",
  3611. "description": "If 'true', then the output is pretty printed.",
  3612. "required": false,
  3613. "allowMultiple": false
  3614. },
  3615. {
  3616. "type": "string",
  3617. "paramType": "query",
  3618. "name": "labelSelector",
  3619. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3620. "required": false,
  3621. "allowMultiple": false
  3622. },
  3623. {
  3624. "type": "string",
  3625. "paramType": "query",
  3626. "name": "fieldSelector",
  3627. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3628. "required": false,
  3629. "allowMultiple": false
  3630. },
  3631. {
  3632. "type": "boolean",
  3633. "paramType": "query",
  3634. "name": "watch",
  3635. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3636. "required": false,
  3637. "allowMultiple": false
  3638. },
  3639. {
  3640. "type": "string",
  3641. "paramType": "query",
  3642. "name": "resourceVersion",
  3643. "description": "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.",
  3644. "required": false,
  3645. "allowMultiple": false
  3646. },
  3647. {
  3648. "type": "integer",
  3649. "paramType": "query",
  3650. "name": "timeoutSeconds",
  3651. "description": "Timeout for the list/watch call.",
  3652. "required": false,
  3653. "allowMultiple": false
  3654. }
  3655. ],
  3656. "responseMessages": [
  3657. {
  3658. "code": 200,
  3659. "message": "OK",
  3660. "responseModel": "versioned.Event"
  3661. }
  3662. ],
  3663. "produces": [
  3664. "application/json",
  3665. "application/yaml",
  3666. "application/vnd.kubernetes.protobuf",
  3667. "application/json;stream=watch",
  3668. "application/vnd.kubernetes.protobuf;stream=watch"
  3669. ],
  3670. "consumes": [
  3671. "*/*"
  3672. ]
  3673. }
  3674. ]
  3675. },
  3676. {
  3677. "path": "/api/v1/namespaces/{name}",
  3678. "description": "API at /api/v1",
  3679. "operations": [
  3680. {
  3681. "type": "v1.Namespace",
  3682. "method": "GET",
  3683. "summary": "read the specified Namespace",
  3684. "nickname": "readNamespace",
  3685. "parameters": [
  3686. {
  3687. "type": "string",
  3688. "paramType": "query",
  3689. "name": "pretty",
  3690. "description": "If 'true', then the output is pretty printed.",
  3691. "required": false,
  3692. "allowMultiple": false
  3693. },
  3694. {
  3695. "type": "boolean",
  3696. "paramType": "query",
  3697. "name": "export",
  3698. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  3699. "required": false,
  3700. "allowMultiple": false
  3701. },
  3702. {
  3703. "type": "boolean",
  3704. "paramType": "query",
  3705. "name": "exact",
  3706. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  3707. "required": false,
  3708. "allowMultiple": false
  3709. },
  3710. {
  3711. "type": "string",
  3712. "paramType": "path",
  3713. "name": "name",
  3714. "description": "name of the Namespace",
  3715. "required": true,
  3716. "allowMultiple": false
  3717. }
  3718. ],
  3719. "responseMessages": [
  3720. {
  3721. "code": 200,
  3722. "message": "OK",
  3723. "responseModel": "v1.Namespace"
  3724. }
  3725. ],
  3726. "produces": [
  3727. "application/json",
  3728. "application/yaml",
  3729. "application/vnd.kubernetes.protobuf"
  3730. ],
  3731. "consumes": [
  3732. "*/*"
  3733. ]
  3734. },
  3735. {
  3736. "type": "v1.Namespace",
  3737. "method": "PUT",
  3738. "summary": "replace the specified Namespace",
  3739. "nickname": "replaceNamespace",
  3740. "parameters": [
  3741. {
  3742. "type": "string",
  3743. "paramType": "query",
  3744. "name": "pretty",
  3745. "description": "If 'true', then the output is pretty printed.",
  3746. "required": false,
  3747. "allowMultiple": false
  3748. },
  3749. {
  3750. "type": "v1.Namespace",
  3751. "paramType": "body",
  3752. "name": "body",
  3753. "description": "",
  3754. "required": true,
  3755. "allowMultiple": false
  3756. },
  3757. {
  3758. "type": "string",
  3759. "paramType": "path",
  3760. "name": "name",
  3761. "description": "name of the Namespace",
  3762. "required": true,
  3763. "allowMultiple": false
  3764. }
  3765. ],
  3766. "responseMessages": [
  3767. {
  3768. "code": 200,
  3769. "message": "OK",
  3770. "responseModel": "v1.Namespace"
  3771. }
  3772. ],
  3773. "produces": [
  3774. "application/json",
  3775. "application/yaml",
  3776. "application/vnd.kubernetes.protobuf"
  3777. ],
  3778. "consumes": [
  3779. "*/*"
  3780. ]
  3781. },
  3782. {
  3783. "type": "v1.Namespace",
  3784. "method": "PATCH",
  3785. "summary": "partially update the specified Namespace",
  3786. "nickname": "patchNamespace",
  3787. "parameters": [
  3788. {
  3789. "type": "string",
  3790. "paramType": "query",
  3791. "name": "pretty",
  3792. "description": "If 'true', then the output is pretty printed.",
  3793. "required": false,
  3794. "allowMultiple": false
  3795. },
  3796. {
  3797. "type": "unversioned.Patch",
  3798. "paramType": "body",
  3799. "name": "body",
  3800. "description": "",
  3801. "required": true,
  3802. "allowMultiple": false
  3803. },
  3804. {
  3805. "type": "string",
  3806. "paramType": "path",
  3807. "name": "name",
  3808. "description": "name of the Namespace",
  3809. "required": true,
  3810. "allowMultiple": false
  3811. }
  3812. ],
  3813. "responseMessages": [
  3814. {
  3815. "code": 200,
  3816. "message": "OK",
  3817. "responseModel": "v1.Namespace"
  3818. }
  3819. ],
  3820. "produces": [
  3821. "application/json",
  3822. "application/yaml",
  3823. "application/vnd.kubernetes.protobuf"
  3824. ],
  3825. "consumes": [
  3826. "application/json-patch+json",
  3827. "application/merge-patch+json",
  3828. "application/strategic-merge-patch+json"
  3829. ]
  3830. },
  3831. {
  3832. "type": "unversioned.Status",
  3833. "method": "DELETE",
  3834. "summary": "delete a Namespace",
  3835. "nickname": "deleteNamespace",
  3836. "parameters": [
  3837. {
  3838. "type": "string",
  3839. "paramType": "query",
  3840. "name": "pretty",
  3841. "description": "If 'true', then the output is pretty printed.",
  3842. "required": false,
  3843. "allowMultiple": false
  3844. },
  3845. {
  3846. "type": "v1.DeleteOptions",
  3847. "paramType": "body",
  3848. "name": "body",
  3849. "description": "",
  3850. "required": true,
  3851. "allowMultiple": false
  3852. },
  3853. {
  3854. "type": "integer",
  3855. "paramType": "query",
  3856. "name": "gracePeriodSeconds",
  3857. "description": "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.",
  3858. "required": false,
  3859. "allowMultiple": false
  3860. },
  3861. {
  3862. "type": "boolean",
  3863. "paramType": "query",
  3864. "name": "orphanDependents",
  3865. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  3866. "required": false,
  3867. "allowMultiple": false
  3868. },
  3869. {
  3870. "type": "string",
  3871. "paramType": "path",
  3872. "name": "name",
  3873. "description": "name of the Namespace",
  3874. "required": true,
  3875. "allowMultiple": false
  3876. }
  3877. ],
  3878. "responseMessages": [
  3879. {
  3880. "code": 200,
  3881. "message": "OK",
  3882. "responseModel": "unversioned.Status"
  3883. }
  3884. ],
  3885. "produces": [
  3886. "application/json",
  3887. "application/yaml",
  3888. "application/vnd.kubernetes.protobuf"
  3889. ],
  3890. "consumes": [
  3891. "*/*"
  3892. ]
  3893. }
  3894. ]
  3895. },
  3896. {
  3897. "path": "/api/v1/watch/namespaces/{name}",
  3898. "description": "API at /api/v1",
  3899. "operations": [
  3900. {
  3901. "type": "versioned.Event",
  3902. "method": "GET",
  3903. "summary": "watch changes to an object of kind Namespace",
  3904. "nickname": "watchNamespace",
  3905. "parameters": [
  3906. {
  3907. "type": "string",
  3908. "paramType": "query",
  3909. "name": "pretty",
  3910. "description": "If 'true', then the output is pretty printed.",
  3911. "required": false,
  3912. "allowMultiple": false
  3913. },
  3914. {
  3915. "type": "string",
  3916. "paramType": "query",
  3917. "name": "labelSelector",
  3918. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3919. "required": false,
  3920. "allowMultiple": false
  3921. },
  3922. {
  3923. "type": "string",
  3924. "paramType": "query",
  3925. "name": "fieldSelector",
  3926. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3927. "required": false,
  3928. "allowMultiple": false
  3929. },
  3930. {
  3931. "type": "boolean",
  3932. "paramType": "query",
  3933. "name": "watch",
  3934. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3935. "required": false,
  3936. "allowMultiple": false
  3937. },
  3938. {
  3939. "type": "string",
  3940. "paramType": "query",
  3941. "name": "resourceVersion",
  3942. "description": "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.",
  3943. "required": false,
  3944. "allowMultiple": false
  3945. },
  3946. {
  3947. "type": "integer",
  3948. "paramType": "query",
  3949. "name": "timeoutSeconds",
  3950. "description": "Timeout for the list/watch call.",
  3951. "required": false,
  3952. "allowMultiple": false
  3953. },
  3954. {
  3955. "type": "string",
  3956. "paramType": "path",
  3957. "name": "name",
  3958. "description": "name of the Namespace",
  3959. "required": true,
  3960. "allowMultiple": false
  3961. }
  3962. ],
  3963. "responseMessages": [
  3964. {
  3965. "code": 200,
  3966. "message": "OK",
  3967. "responseModel": "versioned.Event"
  3968. }
  3969. ],
  3970. "produces": [
  3971. "application/json",
  3972. "application/yaml",
  3973. "application/vnd.kubernetes.protobuf",
  3974. "application/json;stream=watch",
  3975. "application/vnd.kubernetes.protobuf;stream=watch"
  3976. ],
  3977. "consumes": [
  3978. "*/*"
  3979. ]
  3980. }
  3981. ]
  3982. },
  3983. {
  3984. "path": "/api/v1/namespaces/{name}/finalize",
  3985. "description": "API at /api/v1",
  3986. "operations": [
  3987. {
  3988. "type": "v1.Namespace",
  3989. "method": "PUT",
  3990. "summary": "replace finalize of the specified Namespace",
  3991. "nickname": "replaceNamespaceFinalize",
  3992. "parameters": [
  3993. {
  3994. "type": "string",
  3995. "paramType": "query",
  3996. "name": "pretty",
  3997. "description": "If 'true', then the output is pretty printed.",
  3998. "required": false,
  3999. "allowMultiple": false
  4000. },
  4001. {
  4002. "type": "v1.Namespace",
  4003. "paramType": "body",
  4004. "name": "body",
  4005. "description": "",
  4006. "required": true,
  4007. "allowMultiple": false
  4008. },
  4009. {
  4010. "type": "string",
  4011. "paramType": "path",
  4012. "name": "name",
  4013. "description": "name of the Namespace",
  4014. "required": true,
  4015. "allowMultiple": false
  4016. }
  4017. ],
  4018. "responseMessages": [
  4019. {
  4020. "code": 200,
  4021. "message": "OK",
  4022. "responseModel": "v1.Namespace"
  4023. }
  4024. ],
  4025. "produces": [
  4026. "application/json",
  4027. "application/yaml",
  4028. "application/vnd.kubernetes.protobuf"
  4029. ],
  4030. "consumes": [
  4031. "*/*"
  4032. ]
  4033. }
  4034. ]
  4035. },
  4036. {
  4037. "path": "/api/v1/namespaces/{name}/status",
  4038. "description": "API at /api/v1",
  4039. "operations": [
  4040. {
  4041. "type": "v1.Namespace",
  4042. "method": "GET",
  4043. "summary": "read status of the specified Namespace",
  4044. "nickname": "readNamespaceStatus",
  4045. "parameters": [
  4046. {
  4047. "type": "string",
  4048. "paramType": "query",
  4049. "name": "pretty",
  4050. "description": "If 'true', then the output is pretty printed.",
  4051. "required": false,
  4052. "allowMultiple": false
  4053. },
  4054. {
  4055. "type": "string",
  4056. "paramType": "path",
  4057. "name": "name",
  4058. "description": "name of the Namespace",
  4059. "required": true,
  4060. "allowMultiple": false
  4061. }
  4062. ],
  4063. "responseMessages": [
  4064. {
  4065. "code": 200,
  4066. "message": "OK",
  4067. "responseModel": "v1.Namespace"
  4068. }
  4069. ],
  4070. "produces": [
  4071. "application/json",
  4072. "application/yaml",
  4073. "application/vnd.kubernetes.protobuf"
  4074. ],
  4075. "consumes": [
  4076. "*/*"
  4077. ]
  4078. },
  4079. {
  4080. "type": "v1.Namespace",
  4081. "method": "PUT",
  4082. "summary": "replace status of the specified Namespace",
  4083. "nickname": "replaceNamespaceStatus",
  4084. "parameters": [
  4085. {
  4086. "type": "string",
  4087. "paramType": "query",
  4088. "name": "pretty",
  4089. "description": "If 'true', then the output is pretty printed.",
  4090. "required": false,
  4091. "allowMultiple": false
  4092. },
  4093. {
  4094. "type": "v1.Namespace",
  4095. "paramType": "body",
  4096. "name": "body",
  4097. "description": "",
  4098. "required": true,
  4099. "allowMultiple": false
  4100. },
  4101. {
  4102. "type": "string",
  4103. "paramType": "path",
  4104. "name": "name",
  4105. "description": "name of the Namespace",
  4106. "required": true,
  4107. "allowMultiple": false
  4108. }
  4109. ],
  4110. "responseMessages": [
  4111. {
  4112. "code": 200,
  4113. "message": "OK",
  4114. "responseModel": "v1.Namespace"
  4115. }
  4116. ],
  4117. "produces": [
  4118. "application/json",
  4119. "application/yaml",
  4120. "application/vnd.kubernetes.protobuf"
  4121. ],
  4122. "consumes": [
  4123. "*/*"
  4124. ]
  4125. },
  4126. {
  4127. "type": "v1.Namespace",
  4128. "method": "PATCH",
  4129. "summary": "partially update status of the specified Namespace",
  4130. "nickname": "patchNamespaceStatus",
  4131. "parameters": [
  4132. {
  4133. "type": "string",
  4134. "paramType": "query",
  4135. "name": "pretty",
  4136. "description": "If 'true', then the output is pretty printed.",
  4137. "required": false,
  4138. "allowMultiple": false
  4139. },
  4140. {
  4141. "type": "unversioned.Patch",
  4142. "paramType": "body",
  4143. "name": "body",
  4144. "description": "",
  4145. "required": true,
  4146. "allowMultiple": false
  4147. },
  4148. {
  4149. "type": "string",
  4150. "paramType": "path",
  4151. "name": "name",
  4152. "description": "name of the Namespace",
  4153. "required": true,
  4154. "allowMultiple": false
  4155. }
  4156. ],
  4157. "responseMessages": [
  4158. {
  4159. "code": 200,
  4160. "message": "OK",
  4161. "responseModel": "v1.Namespace"
  4162. }
  4163. ],
  4164. "produces": [
  4165. "application/json",
  4166. "application/yaml",
  4167. "application/vnd.kubernetes.protobuf"
  4168. ],
  4169. "consumes": [
  4170. "application/json-patch+json",
  4171. "application/merge-patch+json",
  4172. "application/strategic-merge-patch+json"
  4173. ]
  4174. }
  4175. ]
  4176. },
  4177. {
  4178. "path": "/api/v1/nodes",
  4179. "description": "API at /api/v1",
  4180. "operations": [
  4181. {
  4182. "type": "v1.NodeList",
  4183. "method": "GET",
  4184. "summary": "list or watch objects of kind Node",
  4185. "nickname": "listNode",
  4186. "parameters": [
  4187. {
  4188. "type": "string",
  4189. "paramType": "query",
  4190. "name": "pretty",
  4191. "description": "If 'true', then the output is pretty printed.",
  4192. "required": false,
  4193. "allowMultiple": false
  4194. },
  4195. {
  4196. "type": "string",
  4197. "paramType": "query",
  4198. "name": "labelSelector",
  4199. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4200. "required": false,
  4201. "allowMultiple": false
  4202. },
  4203. {
  4204. "type": "string",
  4205. "paramType": "query",
  4206. "name": "fieldSelector",
  4207. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4208. "required": false,
  4209. "allowMultiple": false
  4210. },
  4211. {
  4212. "type": "boolean",
  4213. "paramType": "query",
  4214. "name": "watch",
  4215. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4216. "required": false,
  4217. "allowMultiple": false
  4218. },
  4219. {
  4220. "type": "string",
  4221. "paramType": "query",
  4222. "name": "resourceVersion",
  4223. "description": "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.",
  4224. "required": false,
  4225. "allowMultiple": false
  4226. },
  4227. {
  4228. "type": "integer",
  4229. "paramType": "query",
  4230. "name": "timeoutSeconds",
  4231. "description": "Timeout for the list/watch call.",
  4232. "required": false,
  4233. "allowMultiple": false
  4234. }
  4235. ],
  4236. "responseMessages": [
  4237. {
  4238. "code": 200,
  4239. "message": "OK",
  4240. "responseModel": "v1.NodeList"
  4241. }
  4242. ],
  4243. "produces": [
  4244. "application/json",
  4245. "application/yaml",
  4246. "application/vnd.kubernetes.protobuf",
  4247. "application/json;stream=watch",
  4248. "application/vnd.kubernetes.protobuf;stream=watch"
  4249. ],
  4250. "consumes": [
  4251. "*/*"
  4252. ]
  4253. },
  4254. {
  4255. "type": "v1.Node",
  4256. "method": "POST",
  4257. "summary": "create a Node",
  4258. "nickname": "createNode",
  4259. "parameters": [
  4260. {
  4261. "type": "string",
  4262. "paramType": "query",
  4263. "name": "pretty",
  4264. "description": "If 'true', then the output is pretty printed.",
  4265. "required": false,
  4266. "allowMultiple": false
  4267. },
  4268. {
  4269. "type": "v1.Node",
  4270. "paramType": "body",
  4271. "name": "body",
  4272. "description": "",
  4273. "required": true,
  4274. "allowMultiple": false
  4275. }
  4276. ],
  4277. "responseMessages": [
  4278. {
  4279. "code": 200,
  4280. "message": "OK",
  4281. "responseModel": "v1.Node"
  4282. }
  4283. ],
  4284. "produces": [
  4285. "application/json",
  4286. "application/yaml",
  4287. "application/vnd.kubernetes.protobuf"
  4288. ],
  4289. "consumes": [
  4290. "*/*"
  4291. ]
  4292. },
  4293. {
  4294. "type": "unversioned.Status",
  4295. "method": "DELETE",
  4296. "summary": "delete collection of Node",
  4297. "nickname": "deletecollectionNode",
  4298. "parameters": [
  4299. {
  4300. "type": "string",
  4301. "paramType": "query",
  4302. "name": "pretty",
  4303. "description": "If 'true', then the output is pretty printed.",
  4304. "required": false,
  4305. "allowMultiple": false
  4306. },
  4307. {
  4308. "type": "string",
  4309. "paramType": "query",
  4310. "name": "labelSelector",
  4311. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4312. "required": false,
  4313. "allowMultiple": false
  4314. },
  4315. {
  4316. "type": "string",
  4317. "paramType": "query",
  4318. "name": "fieldSelector",
  4319. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4320. "required": false,
  4321. "allowMultiple": false
  4322. },
  4323. {
  4324. "type": "boolean",
  4325. "paramType": "query",
  4326. "name": "watch",
  4327. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4328. "required": false,
  4329. "allowMultiple": false
  4330. },
  4331. {
  4332. "type": "string",
  4333. "paramType": "query",
  4334. "name": "resourceVersion",
  4335. "description": "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.",
  4336. "required": false,
  4337. "allowMultiple": false
  4338. },
  4339. {
  4340. "type": "integer",
  4341. "paramType": "query",
  4342. "name": "timeoutSeconds",
  4343. "description": "Timeout for the list/watch call.",
  4344. "required": false,
  4345. "allowMultiple": false
  4346. }
  4347. ],
  4348. "responseMessages": [
  4349. {
  4350. "code": 200,
  4351. "message": "OK",
  4352. "responseModel": "unversioned.Status"
  4353. }
  4354. ],
  4355. "produces": [
  4356. "application/json",
  4357. "application/yaml",
  4358. "application/vnd.kubernetes.protobuf"
  4359. ],
  4360. "consumes": [
  4361. "*/*"
  4362. ]
  4363. }
  4364. ]
  4365. },
  4366. {
  4367. "path": "/api/v1/watch/nodes",
  4368. "description": "API at /api/v1",
  4369. "operations": [
  4370. {
  4371. "type": "versioned.Event",
  4372. "method": "GET",
  4373. "summary": "watch individual changes to a list of Node",
  4374. "nickname": "watchNodeList",
  4375. "parameters": [
  4376. {
  4377. "type": "string",
  4378. "paramType": "query",
  4379. "name": "pretty",
  4380. "description": "If 'true', then the output is pretty printed.",
  4381. "required": false,
  4382. "allowMultiple": false
  4383. },
  4384. {
  4385. "type": "string",
  4386. "paramType": "query",
  4387. "name": "labelSelector",
  4388. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4389. "required": false,
  4390. "allowMultiple": false
  4391. },
  4392. {
  4393. "type": "string",
  4394. "paramType": "query",
  4395. "name": "fieldSelector",
  4396. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4397. "required": false,
  4398. "allowMultiple": false
  4399. },
  4400. {
  4401. "type": "boolean",
  4402. "paramType": "query",
  4403. "name": "watch",
  4404. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4405. "required": false,
  4406. "allowMultiple": false
  4407. },
  4408. {
  4409. "type": "string",
  4410. "paramType": "query",
  4411. "name": "resourceVersion",
  4412. "description": "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.",
  4413. "required": false,
  4414. "allowMultiple": false
  4415. },
  4416. {
  4417. "type": "integer",
  4418. "paramType": "query",
  4419. "name": "timeoutSeconds",
  4420. "description": "Timeout for the list/watch call.",
  4421. "required": false,
  4422. "allowMultiple": false
  4423. }
  4424. ],
  4425. "responseMessages": [
  4426. {
  4427. "code": 200,
  4428. "message": "OK",
  4429. "responseModel": "versioned.Event"
  4430. }
  4431. ],
  4432. "produces": [
  4433. "application/json",
  4434. "application/yaml",
  4435. "application/vnd.kubernetes.protobuf",
  4436. "application/json;stream=watch",
  4437. "application/vnd.kubernetes.protobuf;stream=watch"
  4438. ],
  4439. "consumes": [
  4440. "*/*"
  4441. ]
  4442. }
  4443. ]
  4444. },
  4445. {
  4446. "path": "/api/v1/nodes/{name}",
  4447. "description": "API at /api/v1",
  4448. "operations": [
  4449. {
  4450. "type": "v1.Node",
  4451. "method": "GET",
  4452. "summary": "read the specified Node",
  4453. "nickname": "readNode",
  4454. "parameters": [
  4455. {
  4456. "type": "string",
  4457. "paramType": "query",
  4458. "name": "pretty",
  4459. "description": "If 'true', then the output is pretty printed.",
  4460. "required": false,
  4461. "allowMultiple": false
  4462. },
  4463. {
  4464. "type": "boolean",
  4465. "paramType": "query",
  4466. "name": "export",
  4467. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  4468. "required": false,
  4469. "allowMultiple": false
  4470. },
  4471. {
  4472. "type": "boolean",
  4473. "paramType": "query",
  4474. "name": "exact",
  4475. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  4476. "required": false,
  4477. "allowMultiple": false
  4478. },
  4479. {
  4480. "type": "string",
  4481. "paramType": "path",
  4482. "name": "name",
  4483. "description": "name of the Node",
  4484. "required": true,
  4485. "allowMultiple": false
  4486. }
  4487. ],
  4488. "responseMessages": [
  4489. {
  4490. "code": 200,
  4491. "message": "OK",
  4492. "responseModel": "v1.Node"
  4493. }
  4494. ],
  4495. "produces": [
  4496. "application/json",
  4497. "application/yaml",
  4498. "application/vnd.kubernetes.protobuf"
  4499. ],
  4500. "consumes": [
  4501. "*/*"
  4502. ]
  4503. },
  4504. {
  4505. "type": "v1.Node",
  4506. "method": "PUT",
  4507. "summary": "replace the specified Node",
  4508. "nickname": "replaceNode",
  4509. "parameters": [
  4510. {
  4511. "type": "string",
  4512. "paramType": "query",
  4513. "name": "pretty",
  4514. "description": "If 'true', then the output is pretty printed.",
  4515. "required": false,
  4516. "allowMultiple": false
  4517. },
  4518. {
  4519. "type": "v1.Node",
  4520. "paramType": "body",
  4521. "name": "body",
  4522. "description": "",
  4523. "required": true,
  4524. "allowMultiple": false
  4525. },
  4526. {
  4527. "type": "string",
  4528. "paramType": "path",
  4529. "name": "name",
  4530. "description": "name of the Node",
  4531. "required": true,
  4532. "allowMultiple": false
  4533. }
  4534. ],
  4535. "responseMessages": [
  4536. {
  4537. "code": 200,
  4538. "message": "OK",
  4539. "responseModel": "v1.Node"
  4540. }
  4541. ],
  4542. "produces": [
  4543. "application/json",
  4544. "application/yaml",
  4545. "application/vnd.kubernetes.protobuf"
  4546. ],
  4547. "consumes": [
  4548. "*/*"
  4549. ]
  4550. },
  4551. {
  4552. "type": "v1.Node",
  4553. "method": "PATCH",
  4554. "summary": "partially update the specified Node",
  4555. "nickname": "patchNode",
  4556. "parameters": [
  4557. {
  4558. "type": "string",
  4559. "paramType": "query",
  4560. "name": "pretty",
  4561. "description": "If 'true', then the output is pretty printed.",
  4562. "required": false,
  4563. "allowMultiple": false
  4564. },
  4565. {
  4566. "type": "unversioned.Patch",
  4567. "paramType": "body",
  4568. "name": "body",
  4569. "description": "",
  4570. "required": true,
  4571. "allowMultiple": false
  4572. },
  4573. {
  4574. "type": "string",
  4575. "paramType": "path",
  4576. "name": "name",
  4577. "description": "name of the Node",
  4578. "required": true,
  4579. "allowMultiple": false
  4580. }
  4581. ],
  4582. "responseMessages": [
  4583. {
  4584. "code": 200,
  4585. "message": "OK",
  4586. "responseModel": "v1.Node"
  4587. }
  4588. ],
  4589. "produces": [
  4590. "application/json",
  4591. "application/yaml",
  4592. "application/vnd.kubernetes.protobuf"
  4593. ],
  4594. "consumes": [
  4595. "application/json-patch+json",
  4596. "application/merge-patch+json",
  4597. "application/strategic-merge-patch+json"
  4598. ]
  4599. },
  4600. {
  4601. "type": "unversioned.Status",
  4602. "method": "DELETE",
  4603. "summary": "delete a Node",
  4604. "nickname": "deleteNode",
  4605. "parameters": [
  4606. {
  4607. "type": "string",
  4608. "paramType": "query",
  4609. "name": "pretty",
  4610. "description": "If 'true', then the output is pretty printed.",
  4611. "required": false,
  4612. "allowMultiple": false
  4613. },
  4614. {
  4615. "type": "v1.DeleteOptions",
  4616. "paramType": "body",
  4617. "name": "body",
  4618. "description": "",
  4619. "required": true,
  4620. "allowMultiple": false
  4621. },
  4622. {
  4623. "type": "integer",
  4624. "paramType": "query",
  4625. "name": "gracePeriodSeconds",
  4626. "description": "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.",
  4627. "required": false,
  4628. "allowMultiple": false
  4629. },
  4630. {
  4631. "type": "boolean",
  4632. "paramType": "query",
  4633. "name": "orphanDependents",
  4634. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  4635. "required": false,
  4636. "allowMultiple": false
  4637. },
  4638. {
  4639. "type": "string",
  4640. "paramType": "path",
  4641. "name": "name",
  4642. "description": "name of the Node",
  4643. "required": true,
  4644. "allowMultiple": false
  4645. }
  4646. ],
  4647. "responseMessages": [
  4648. {
  4649. "code": 200,
  4650. "message": "OK",
  4651. "responseModel": "unversioned.Status"
  4652. }
  4653. ],
  4654. "produces": [
  4655. "application/json",
  4656. "application/yaml",
  4657. "application/vnd.kubernetes.protobuf"
  4658. ],
  4659. "consumes": [
  4660. "*/*"
  4661. ]
  4662. }
  4663. ]
  4664. },
  4665. {
  4666. "path": "/api/v1/watch/nodes/{name}",
  4667. "description": "API at /api/v1",
  4668. "operations": [
  4669. {
  4670. "type": "versioned.Event",
  4671. "method": "GET",
  4672. "summary": "watch changes to an object of kind Node",
  4673. "nickname": "watchNode",
  4674. "parameters": [
  4675. {
  4676. "type": "string",
  4677. "paramType": "query",
  4678. "name": "pretty",
  4679. "description": "If 'true', then the output is pretty printed.",
  4680. "required": false,
  4681. "allowMultiple": false
  4682. },
  4683. {
  4684. "type": "string",
  4685. "paramType": "query",
  4686. "name": "labelSelector",
  4687. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4688. "required": false,
  4689. "allowMultiple": false
  4690. },
  4691. {
  4692. "type": "string",
  4693. "paramType": "query",
  4694. "name": "fieldSelector",
  4695. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4696. "required": false,
  4697. "allowMultiple": false
  4698. },
  4699. {
  4700. "type": "boolean",
  4701. "paramType": "query",
  4702. "name": "watch",
  4703. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4704. "required": false,
  4705. "allowMultiple": false
  4706. },
  4707. {
  4708. "type": "string",
  4709. "paramType": "query",
  4710. "name": "resourceVersion",
  4711. "description": "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.",
  4712. "required": false,
  4713. "allowMultiple": false
  4714. },
  4715. {
  4716. "type": "integer",
  4717. "paramType": "query",
  4718. "name": "timeoutSeconds",
  4719. "description": "Timeout for the list/watch call.",
  4720. "required": false,
  4721. "allowMultiple": false
  4722. },
  4723. {
  4724. "type": "string",
  4725. "paramType": "path",
  4726. "name": "name",
  4727. "description": "name of the Node",
  4728. "required": true,
  4729. "allowMultiple": false
  4730. }
  4731. ],
  4732. "responseMessages": [
  4733. {
  4734. "code": 200,
  4735. "message": "OK",
  4736. "responseModel": "versioned.Event"
  4737. }
  4738. ],
  4739. "produces": [
  4740. "application/json",
  4741. "application/yaml",
  4742. "application/vnd.kubernetes.protobuf",
  4743. "application/json;stream=watch",
  4744. "application/vnd.kubernetes.protobuf;stream=watch"
  4745. ],
  4746. "consumes": [
  4747. "*/*"
  4748. ]
  4749. }
  4750. ]
  4751. },
  4752. {
  4753. "path": "/api/v1/proxy/nodes/{name}/{path}",
  4754. "description": "API at /api/v1",
  4755. "operations": [
  4756. {
  4757. "type": "string",
  4758. "method": "GET",
  4759. "summary": "proxy GET requests to Node",
  4760. "nickname": "proxyGETNodeWithPath",
  4761. "parameters": [
  4762. {
  4763. "type": "string",
  4764. "paramType": "path",
  4765. "name": "name",
  4766. "description": "name of the Node",
  4767. "required": true,
  4768. "allowMultiple": false
  4769. },
  4770. {
  4771. "type": "string",
  4772. "paramType": "path",
  4773. "name": "path",
  4774. "description": "path to the resource",
  4775. "required": true,
  4776. "allowMultiple": false
  4777. }
  4778. ],
  4779. "produces": [
  4780. "*/*"
  4781. ],
  4782. "consumes": [
  4783. "*/*"
  4784. ]
  4785. },
  4786. {
  4787. "type": "string",
  4788. "method": "PUT",
  4789. "summary": "proxy PUT requests to Node",
  4790. "nickname": "proxyPUTNodeWithPath",
  4791. "parameters": [
  4792. {
  4793. "type": "string",
  4794. "paramType": "path",
  4795. "name": "name",
  4796. "description": "name of the Node",
  4797. "required": true,
  4798. "allowMultiple": false
  4799. },
  4800. {
  4801. "type": "string",
  4802. "paramType": "path",
  4803. "name": "path",
  4804. "description": "path to the resource",
  4805. "required": true,
  4806. "allowMultiple": false
  4807. }
  4808. ],
  4809. "produces": [
  4810. "*/*"
  4811. ],
  4812. "consumes": [
  4813. "*/*"
  4814. ]
  4815. },
  4816. {
  4817. "type": "string",
  4818. "method": "POST",
  4819. "summary": "proxy POST requests to Node",
  4820. "nickname": "proxyPOSTNodeWithPath",
  4821. "parameters": [
  4822. {
  4823. "type": "string",
  4824. "paramType": "path",
  4825. "name": "name",
  4826. "description": "name of the Node",
  4827. "required": true,
  4828. "allowMultiple": false
  4829. },
  4830. {
  4831. "type": "string",
  4832. "paramType": "path",
  4833. "name": "path",
  4834. "description": "path to the resource",
  4835. "required": true,
  4836. "allowMultiple": false
  4837. }
  4838. ],
  4839. "produces": [
  4840. "*/*"
  4841. ],
  4842. "consumes": [
  4843. "*/*"
  4844. ]
  4845. },
  4846. {
  4847. "type": "string",
  4848. "method": "DELETE",
  4849. "summary": "proxy DELETE requests to Node",
  4850. "nickname": "proxyDELETENodeWithPath",
  4851. "parameters": [
  4852. {
  4853. "type": "string",
  4854. "paramType": "path",
  4855. "name": "name",
  4856. "description": "name of the Node",
  4857. "required": true,
  4858. "allowMultiple": false
  4859. },
  4860. {
  4861. "type": "string",
  4862. "paramType": "path",
  4863. "name": "path",
  4864. "description": "path to the resource",
  4865. "required": true,
  4866. "allowMultiple": false
  4867. }
  4868. ],
  4869. "produces": [
  4870. "*/*"
  4871. ],
  4872. "consumes": [
  4873. "*/*"
  4874. ]
  4875. },
  4876. {
  4877. "type": "string",
  4878. "method": "HEAD",
  4879. "summary": "proxy HEAD requests to Node",
  4880. "nickname": "proxyHEADNodeWithPath",
  4881. "parameters": [
  4882. {
  4883. "type": "string",
  4884. "paramType": "path",
  4885. "name": "name",
  4886. "description": "name of the Node",
  4887. "required": true,
  4888. "allowMultiple": false
  4889. },
  4890. {
  4891. "type": "string",
  4892. "paramType": "path",
  4893. "name": "path",
  4894. "description": "path to the resource",
  4895. "required": true,
  4896. "allowMultiple": false
  4897. }
  4898. ],
  4899. "produces": [
  4900. "*/*"
  4901. ],
  4902. "consumes": [
  4903. "*/*"
  4904. ]
  4905. },
  4906. {
  4907. "type": "string",
  4908. "method": "OPTIONS",
  4909. "summary": "proxy OPTIONS requests to Node",
  4910. "nickname": "proxyOPTIONSNodeWithPath",
  4911. "parameters": [
  4912. {
  4913. "type": "string",
  4914. "paramType": "path",
  4915. "name": "name",
  4916. "description": "name of the Node",
  4917. "required": true,
  4918. "allowMultiple": false
  4919. },
  4920. {
  4921. "type": "string",
  4922. "paramType": "path",
  4923. "name": "path",
  4924. "description": "path to the resource",
  4925. "required": true,
  4926. "allowMultiple": false
  4927. }
  4928. ],
  4929. "produces": [
  4930. "*/*"
  4931. ],
  4932. "consumes": [
  4933. "*/*"
  4934. ]
  4935. }
  4936. ]
  4937. },
  4938. {
  4939. "path": "/api/v1/proxy/nodes/{name}",
  4940. "description": "API at /api/v1",
  4941. "operations": [
  4942. {
  4943. "type": "string",
  4944. "method": "GET",
  4945. "summary": "proxy GET requests to Node",
  4946. "nickname": "proxyGETNode",
  4947. "parameters": [
  4948. {
  4949. "type": "string",
  4950. "paramType": "path",
  4951. "name": "name",
  4952. "description": "name of the Node",
  4953. "required": true,
  4954. "allowMultiple": false
  4955. }
  4956. ],
  4957. "produces": [
  4958. "*/*"
  4959. ],
  4960. "consumes": [
  4961. "*/*"
  4962. ]
  4963. },
  4964. {
  4965. "type": "string",
  4966. "method": "PUT",
  4967. "summary": "proxy PUT requests to Node",
  4968. "nickname": "proxyPUTNode",
  4969. "parameters": [
  4970. {
  4971. "type": "string",
  4972. "paramType": "path",
  4973. "name": "name",
  4974. "description": "name of the Node",
  4975. "required": true,
  4976. "allowMultiple": false
  4977. }
  4978. ],
  4979. "produces": [
  4980. "*/*"
  4981. ],
  4982. "consumes": [
  4983. "*/*"
  4984. ]
  4985. },
  4986. {
  4987. "type": "string",
  4988. "method": "POST",
  4989. "summary": "proxy POST requests to Node",
  4990. "nickname": "proxyPOSTNode",
  4991. "parameters": [
  4992. {
  4993. "type": "string",
  4994. "paramType": "path",
  4995. "name": "name",
  4996. "description": "name of the Node",
  4997. "required": true,
  4998. "allowMultiple": false
  4999. }
  5000. ],
  5001. "produces": [
  5002. "*/*"
  5003. ],
  5004. "consumes": [
  5005. "*/*"
  5006. ]
  5007. },
  5008. {
  5009. "type": "string",
  5010. "method": "DELETE",
  5011. "summary": "proxy DELETE requests to Node",
  5012. "nickname": "proxyDELETENode",
  5013. "parameters": [
  5014. {
  5015. "type": "string",
  5016. "paramType": "path",
  5017. "name": "name",
  5018. "description": "name of the Node",
  5019. "required": true,
  5020. "allowMultiple": false
  5021. }
  5022. ],
  5023. "produces": [
  5024. "*/*"
  5025. ],
  5026. "consumes": [
  5027. "*/*"
  5028. ]
  5029. },
  5030. {
  5031. "type": "string",
  5032. "method": "HEAD",
  5033. "summary": "proxy HEAD requests to Node",
  5034. "nickname": "proxyHEADNode",
  5035. "parameters": [
  5036. {
  5037. "type": "string",
  5038. "paramType": "path",
  5039. "name": "name",
  5040. "description": "name of the Node",
  5041. "required": true,
  5042. "allowMultiple": false
  5043. }
  5044. ],
  5045. "produces": [
  5046. "*/*"
  5047. ],
  5048. "consumes": [
  5049. "*/*"
  5050. ]
  5051. },
  5052. {
  5053. "type": "string",
  5054. "method": "OPTIONS",
  5055. "summary": "proxy OPTIONS requests to Node",
  5056. "nickname": "proxyOPTIONSNode",
  5057. "parameters": [
  5058. {
  5059. "type": "string",
  5060. "paramType": "path",
  5061. "name": "name",
  5062. "description": "name of the Node",
  5063. "required": true,
  5064. "allowMultiple": false
  5065. }
  5066. ],
  5067. "produces": [
  5068. "*/*"
  5069. ],
  5070. "consumes": [
  5071. "*/*"
  5072. ]
  5073. }
  5074. ]
  5075. },
  5076. {
  5077. "path": "/api/v1/nodes/{name}/proxy",
  5078. "description": "API at /api/v1",
  5079. "operations": [
  5080. {
  5081. "type": "string",
  5082. "method": "GET",
  5083. "summary": "connect GET requests to proxy of Node",
  5084. "nickname": "connectGetNodeProxy",
  5085. "parameters": [
  5086. {
  5087. "type": "string",
  5088. "paramType": "query",
  5089. "name": "path",
  5090. "description": "Path is the URL path to use for the current proxy request to node.",
  5091. "required": false,
  5092. "allowMultiple": false
  5093. },
  5094. {
  5095. "type": "string",
  5096. "paramType": "path",
  5097. "name": "name",
  5098. "description": "name of the Node",
  5099. "required": true,
  5100. "allowMultiple": false
  5101. }
  5102. ],
  5103. "produces": [
  5104. "*/*"
  5105. ],
  5106. "consumes": [
  5107. "*/*"
  5108. ]
  5109. },
  5110. {
  5111. "type": "string",
  5112. "method": "POST",
  5113. "summary": "connect POST requests to proxy of Node",
  5114. "nickname": "connectPostNodeProxy",
  5115. "parameters": [
  5116. {
  5117. "type": "string",
  5118. "paramType": "query",
  5119. "name": "path",
  5120. "description": "Path is the URL path to use for the current proxy request to node.",
  5121. "required": false,
  5122. "allowMultiple": false
  5123. },
  5124. {
  5125. "type": "string",
  5126. "paramType": "path",
  5127. "name": "name",
  5128. "description": "name of the Node",
  5129. "required": true,
  5130. "allowMultiple": false
  5131. }
  5132. ],
  5133. "produces": [
  5134. "*/*"
  5135. ],
  5136. "consumes": [
  5137. "*/*"
  5138. ]
  5139. },
  5140. {
  5141. "type": "string",
  5142. "method": "PUT",
  5143. "summary": "connect PUT requests to proxy of Node",
  5144. "nickname": "connectPutNodeProxy",
  5145. "parameters": [
  5146. {
  5147. "type": "string",
  5148. "paramType": "query",
  5149. "name": "path",
  5150. "description": "Path is the URL path to use for the current proxy request to node.",
  5151. "required": false,
  5152. "allowMultiple": false
  5153. },
  5154. {
  5155. "type": "string",
  5156. "paramType": "path",
  5157. "name": "name",
  5158. "description": "name of the Node",
  5159. "required": true,
  5160. "allowMultiple": false
  5161. }
  5162. ],
  5163. "produces": [
  5164. "*/*"
  5165. ],
  5166. "consumes": [
  5167. "*/*"
  5168. ]
  5169. },
  5170. {
  5171. "type": "string",
  5172. "method": "DELETE",
  5173. "summary": "connect DELETE requests to proxy of Node",
  5174. "nickname": "connectDeleteNodeProxy",
  5175. "parameters": [
  5176. {
  5177. "type": "string",
  5178. "paramType": "query",
  5179. "name": "path",
  5180. "description": "Path is the URL path to use for the current proxy request to node.",
  5181. "required": false,
  5182. "allowMultiple": false
  5183. },
  5184. {
  5185. "type": "string",
  5186. "paramType": "path",
  5187. "name": "name",
  5188. "description": "name of the Node",
  5189. "required": true,
  5190. "allowMultiple": false
  5191. }
  5192. ],
  5193. "produces": [
  5194. "*/*"
  5195. ],
  5196. "consumes": [
  5197. "*/*"
  5198. ]
  5199. },
  5200. {
  5201. "type": "string",
  5202. "method": "HEAD",
  5203. "summary": "connect HEAD requests to proxy of Node",
  5204. "nickname": "connectHeadNodeProxy",
  5205. "parameters": [
  5206. {
  5207. "type": "string",
  5208. "paramType": "query",
  5209. "name": "path",
  5210. "description": "Path is the URL path to use for the current proxy request to node.",
  5211. "required": false,
  5212. "allowMultiple": false
  5213. },
  5214. {
  5215. "type": "string",
  5216. "paramType": "path",
  5217. "name": "name",
  5218. "description": "name of the Node",
  5219. "required": true,
  5220. "allowMultiple": false
  5221. }
  5222. ],
  5223. "produces": [
  5224. "*/*"
  5225. ],
  5226. "consumes": [
  5227. "*/*"
  5228. ]
  5229. },
  5230. {
  5231. "type": "string",
  5232. "method": "OPTIONS",
  5233. "summary": "connect OPTIONS requests to proxy of Node",
  5234. "nickname": "connectOptionsNodeProxy",
  5235. "parameters": [
  5236. {
  5237. "type": "string",
  5238. "paramType": "query",
  5239. "name": "path",
  5240. "description": "Path is the URL path to use for the current proxy request to node.",
  5241. "required": false,
  5242. "allowMultiple": false
  5243. },
  5244. {
  5245. "type": "string",
  5246. "paramType": "path",
  5247. "name": "name",
  5248. "description": "name of the Node",
  5249. "required": true,
  5250. "allowMultiple": false
  5251. }
  5252. ],
  5253. "produces": [
  5254. "*/*"
  5255. ],
  5256. "consumes": [
  5257. "*/*"
  5258. ]
  5259. }
  5260. ]
  5261. },
  5262. {
  5263. "path": "/api/v1/nodes/{name}/proxy/{path}",
  5264. "description": "API at /api/v1",
  5265. "operations": [
  5266. {
  5267. "type": "string",
  5268. "method": "GET",
  5269. "summary": "connect GET requests to proxy of Node",
  5270. "nickname": "connectGetNodeProxyWithPath",
  5271. "parameters": [
  5272. {
  5273. "type": "string",
  5274. "paramType": "query",
  5275. "name": "path",
  5276. "description": "Path is the URL path to use for the current proxy request to node.",
  5277. "required": false,
  5278. "allowMultiple": false
  5279. },
  5280. {
  5281. "type": "string",
  5282. "paramType": "path",
  5283. "name": "name",
  5284. "description": "name of the Node",
  5285. "required": true,
  5286. "allowMultiple": false
  5287. },
  5288. {
  5289. "type": "string",
  5290. "paramType": "path",
  5291. "name": "path",
  5292. "description": "path to the resource",
  5293. "required": true,
  5294. "allowMultiple": false
  5295. }
  5296. ],
  5297. "produces": [
  5298. "*/*"
  5299. ],
  5300. "consumes": [
  5301. "*/*"
  5302. ]
  5303. },
  5304. {
  5305. "type": "string",
  5306. "method": "POST",
  5307. "summary": "connect POST requests to proxy of Node",
  5308. "nickname": "connectPostNodeProxyWithPath",
  5309. "parameters": [
  5310. {
  5311. "type": "string",
  5312. "paramType": "query",
  5313. "name": "path",
  5314. "description": "Path is the URL path to use for the current proxy request to node.",
  5315. "required": false,
  5316. "allowMultiple": false
  5317. },
  5318. {
  5319. "type": "string",
  5320. "paramType": "path",
  5321. "name": "name",
  5322. "description": "name of the Node",
  5323. "required": true,
  5324. "allowMultiple": false
  5325. },
  5326. {
  5327. "type": "string",
  5328. "paramType": "path",
  5329. "name": "path",
  5330. "description": "path to the resource",
  5331. "required": true,
  5332. "allowMultiple": false
  5333. }
  5334. ],
  5335. "produces": [
  5336. "*/*"
  5337. ],
  5338. "consumes": [
  5339. "*/*"
  5340. ]
  5341. },
  5342. {
  5343. "type": "string",
  5344. "method": "PUT",
  5345. "summary": "connect PUT requests to proxy of Node",
  5346. "nickname": "connectPutNodeProxyWithPath",
  5347. "parameters": [
  5348. {
  5349. "type": "string",
  5350. "paramType": "query",
  5351. "name": "path",
  5352. "description": "Path is the URL path to use for the current proxy request to node.",
  5353. "required": false,
  5354. "allowMultiple": false
  5355. },
  5356. {
  5357. "type": "string",
  5358. "paramType": "path",
  5359. "name": "name",
  5360. "description": "name of the Node",
  5361. "required": true,
  5362. "allowMultiple": false
  5363. },
  5364. {
  5365. "type": "string",
  5366. "paramType": "path",
  5367. "name": "path",
  5368. "description": "path to the resource",
  5369. "required": true,
  5370. "allowMultiple": false
  5371. }
  5372. ],
  5373. "produces": [
  5374. "*/*"
  5375. ],
  5376. "consumes": [
  5377. "*/*"
  5378. ]
  5379. },
  5380. {
  5381. "type": "string",
  5382. "method": "DELETE",
  5383. "summary": "connect DELETE requests to proxy of Node",
  5384. "nickname": "connectDeleteNodeProxyWithPath",
  5385. "parameters": [
  5386. {
  5387. "type": "string",
  5388. "paramType": "query",
  5389. "name": "path",
  5390. "description": "Path is the URL path to use for the current proxy request to node.",
  5391. "required": false,
  5392. "allowMultiple": false
  5393. },
  5394. {
  5395. "type": "string",
  5396. "paramType": "path",
  5397. "name": "name",
  5398. "description": "name of the Node",
  5399. "required": true,
  5400. "allowMultiple": false
  5401. },
  5402. {
  5403. "type": "string",
  5404. "paramType": "path",
  5405. "name": "path",
  5406. "description": "path to the resource",
  5407. "required": true,
  5408. "allowMultiple": false
  5409. }
  5410. ],
  5411. "produces": [
  5412. "*/*"
  5413. ],
  5414. "consumes": [
  5415. "*/*"
  5416. ]
  5417. },
  5418. {
  5419. "type": "string",
  5420. "method": "HEAD",
  5421. "summary": "connect HEAD requests to proxy of Node",
  5422. "nickname": "connectHeadNodeProxyWithPath",
  5423. "parameters": [
  5424. {
  5425. "type": "string",
  5426. "paramType": "query",
  5427. "name": "path",
  5428. "description": "Path is the URL path to use for the current proxy request to node.",
  5429. "required": false,
  5430. "allowMultiple": false
  5431. },
  5432. {
  5433. "type": "string",
  5434. "paramType": "path",
  5435. "name": "name",
  5436. "description": "name of the Node",
  5437. "required": true,
  5438. "allowMultiple": false
  5439. },
  5440. {
  5441. "type": "string",
  5442. "paramType": "path",
  5443. "name": "path",
  5444. "description": "path to the resource",
  5445. "required": true,
  5446. "allowMultiple": false
  5447. }
  5448. ],
  5449. "produces": [
  5450. "*/*"
  5451. ],
  5452. "consumes": [
  5453. "*/*"
  5454. ]
  5455. },
  5456. {
  5457. "type": "string",
  5458. "method": "OPTIONS",
  5459. "summary": "connect OPTIONS requests to proxy of Node",
  5460. "nickname": "connectOptionsNodeProxyWithPath",
  5461. "parameters": [
  5462. {
  5463. "type": "string",
  5464. "paramType": "query",
  5465. "name": "path",
  5466. "description": "Path is the URL path to use for the current proxy request to node.",
  5467. "required": false,
  5468. "allowMultiple": false
  5469. },
  5470. {
  5471. "type": "string",
  5472. "paramType": "path",
  5473. "name": "name",
  5474. "description": "name of the Node",
  5475. "required": true,
  5476. "allowMultiple": false
  5477. },
  5478. {
  5479. "type": "string",
  5480. "paramType": "path",
  5481. "name": "path",
  5482. "description": "path to the resource",
  5483. "required": true,
  5484. "allowMultiple": false
  5485. }
  5486. ],
  5487. "produces": [
  5488. "*/*"
  5489. ],
  5490. "consumes": [
  5491. "*/*"
  5492. ]
  5493. }
  5494. ]
  5495. },
  5496. {
  5497. "path": "/api/v1/nodes/{name}/status",
  5498. "description": "API at /api/v1",
  5499. "operations": [
  5500. {
  5501. "type": "v1.Node",
  5502. "method": "GET",
  5503. "summary": "read status of the specified Node",
  5504. "nickname": "readNodeStatus",
  5505. "parameters": [
  5506. {
  5507. "type": "string",
  5508. "paramType": "query",
  5509. "name": "pretty",
  5510. "description": "If 'true', then the output is pretty printed.",
  5511. "required": false,
  5512. "allowMultiple": false
  5513. },
  5514. {
  5515. "type": "string",
  5516. "paramType": "path",
  5517. "name": "name",
  5518. "description": "name of the Node",
  5519. "required": true,
  5520. "allowMultiple": false
  5521. }
  5522. ],
  5523. "responseMessages": [
  5524. {
  5525. "code": 200,
  5526. "message": "OK",
  5527. "responseModel": "v1.Node"
  5528. }
  5529. ],
  5530. "produces": [
  5531. "application/json",
  5532. "application/yaml",
  5533. "application/vnd.kubernetes.protobuf"
  5534. ],
  5535. "consumes": [
  5536. "*/*"
  5537. ]
  5538. },
  5539. {
  5540. "type": "v1.Node",
  5541. "method": "PUT",
  5542. "summary": "replace status of the specified Node",
  5543. "nickname": "replaceNodeStatus",
  5544. "parameters": [
  5545. {
  5546. "type": "string",
  5547. "paramType": "query",
  5548. "name": "pretty",
  5549. "description": "If 'true', then the output is pretty printed.",
  5550. "required": false,
  5551. "allowMultiple": false
  5552. },
  5553. {
  5554. "type": "v1.Node",
  5555. "paramType": "body",
  5556. "name": "body",
  5557. "description": "",
  5558. "required": true,
  5559. "allowMultiple": false
  5560. },
  5561. {
  5562. "type": "string",
  5563. "paramType": "path",
  5564. "name": "name",
  5565. "description": "name of the Node",
  5566. "required": true,
  5567. "allowMultiple": false
  5568. }
  5569. ],
  5570. "responseMessages": [
  5571. {
  5572. "code": 200,
  5573. "message": "OK",
  5574. "responseModel": "v1.Node"
  5575. }
  5576. ],
  5577. "produces": [
  5578. "application/json",
  5579. "application/yaml",
  5580. "application/vnd.kubernetes.protobuf"
  5581. ],
  5582. "consumes": [
  5583. "*/*"
  5584. ]
  5585. },
  5586. {
  5587. "type": "v1.Node",
  5588. "method": "PATCH",
  5589. "summary": "partially update status of the specified Node",
  5590. "nickname": "patchNodeStatus",
  5591. "parameters": [
  5592. {
  5593. "type": "string",
  5594. "paramType": "query",
  5595. "name": "pretty",
  5596. "description": "If 'true', then the output is pretty printed.",
  5597. "required": false,
  5598. "allowMultiple": false
  5599. },
  5600. {
  5601. "type": "unversioned.Patch",
  5602. "paramType": "body",
  5603. "name": "body",
  5604. "description": "",
  5605. "required": true,
  5606. "allowMultiple": false
  5607. },
  5608. {
  5609. "type": "string",
  5610. "paramType": "path",
  5611. "name": "name",
  5612. "description": "name of the Node",
  5613. "required": true,
  5614. "allowMultiple": false
  5615. }
  5616. ],
  5617. "responseMessages": [
  5618. {
  5619. "code": 200,
  5620. "message": "OK",
  5621. "responseModel": "v1.Node"
  5622. }
  5623. ],
  5624. "produces": [
  5625. "application/json",
  5626. "application/yaml",
  5627. "application/vnd.kubernetes.protobuf"
  5628. ],
  5629. "consumes": [
  5630. "application/json-patch+json",
  5631. "application/merge-patch+json",
  5632. "application/strategic-merge-patch+json"
  5633. ]
  5634. }
  5635. ]
  5636. },
  5637. {
  5638. "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims",
  5639. "description": "API at /api/v1",
  5640. "operations": [
  5641. {
  5642. "type": "v1.PersistentVolumeClaimList",
  5643. "method": "GET",
  5644. "summary": "list or watch objects of kind PersistentVolumeClaim",
  5645. "nickname": "listNamespacedPersistentVolumeClaim",
  5646. "parameters": [
  5647. {
  5648. "type": "string",
  5649. "paramType": "query",
  5650. "name": "pretty",
  5651. "description": "If 'true', then the output is pretty printed.",
  5652. "required": false,
  5653. "allowMultiple": false
  5654. },
  5655. {
  5656. "type": "string",
  5657. "paramType": "query",
  5658. "name": "labelSelector",
  5659. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5660. "required": false,
  5661. "allowMultiple": false
  5662. },
  5663. {
  5664. "type": "string",
  5665. "paramType": "query",
  5666. "name": "fieldSelector",
  5667. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5668. "required": false,
  5669. "allowMultiple": false
  5670. },
  5671. {
  5672. "type": "boolean",
  5673. "paramType": "query",
  5674. "name": "watch",
  5675. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5676. "required": false,
  5677. "allowMultiple": false
  5678. },
  5679. {
  5680. "type": "string",
  5681. "paramType": "query",
  5682. "name": "resourceVersion",
  5683. "description": "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.",
  5684. "required": false,
  5685. "allowMultiple": false
  5686. },
  5687. {
  5688. "type": "integer",
  5689. "paramType": "query",
  5690. "name": "timeoutSeconds",
  5691. "description": "Timeout for the list/watch call.",
  5692. "required": false,
  5693. "allowMultiple": false
  5694. },
  5695. {
  5696. "type": "string",
  5697. "paramType": "path",
  5698. "name": "namespace",
  5699. "description": "object name and auth scope, such as for teams and projects",
  5700. "required": true,
  5701. "allowMultiple": false
  5702. }
  5703. ],
  5704. "responseMessages": [
  5705. {
  5706. "code": 200,
  5707. "message": "OK",
  5708. "responseModel": "v1.PersistentVolumeClaimList"
  5709. }
  5710. ],
  5711. "produces": [
  5712. "application/json",
  5713. "application/yaml",
  5714. "application/vnd.kubernetes.protobuf",
  5715. "application/json;stream=watch",
  5716. "application/vnd.kubernetes.protobuf;stream=watch"
  5717. ],
  5718. "consumes": [
  5719. "*/*"
  5720. ]
  5721. },
  5722. {
  5723. "type": "v1.PersistentVolumeClaim",
  5724. "method": "POST",
  5725. "summary": "create a PersistentVolumeClaim",
  5726. "nickname": "createNamespacedPersistentVolumeClaim",
  5727. "parameters": [
  5728. {
  5729. "type": "string",
  5730. "paramType": "query",
  5731. "name": "pretty",
  5732. "description": "If 'true', then the output is pretty printed.",
  5733. "required": false,
  5734. "allowMultiple": false
  5735. },
  5736. {
  5737. "type": "v1.PersistentVolumeClaim",
  5738. "paramType": "body",
  5739. "name": "body",
  5740. "description": "",
  5741. "required": true,
  5742. "allowMultiple": false
  5743. },
  5744. {
  5745. "type": "string",
  5746. "paramType": "path",
  5747. "name": "namespace",
  5748. "description": "object name and auth scope, such as for teams and projects",
  5749. "required": true,
  5750. "allowMultiple": false
  5751. }
  5752. ],
  5753. "responseMessages": [
  5754. {
  5755. "code": 200,
  5756. "message": "OK",
  5757. "responseModel": "v1.PersistentVolumeClaim"
  5758. }
  5759. ],
  5760. "produces": [
  5761. "application/json",
  5762. "application/yaml",
  5763. "application/vnd.kubernetes.protobuf"
  5764. ],
  5765. "consumes": [
  5766. "*/*"
  5767. ]
  5768. },
  5769. {
  5770. "type": "unversioned.Status",
  5771. "method": "DELETE",
  5772. "summary": "delete collection of PersistentVolumeClaim",
  5773. "nickname": "deletecollectionNamespacedPersistentVolumeClaim",
  5774. "parameters": [
  5775. {
  5776. "type": "string",
  5777. "paramType": "query",
  5778. "name": "pretty",
  5779. "description": "If 'true', then the output is pretty printed.",
  5780. "required": false,
  5781. "allowMultiple": false
  5782. },
  5783. {
  5784. "type": "string",
  5785. "paramType": "query",
  5786. "name": "labelSelector",
  5787. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5788. "required": false,
  5789. "allowMultiple": false
  5790. },
  5791. {
  5792. "type": "string",
  5793. "paramType": "query",
  5794. "name": "fieldSelector",
  5795. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5796. "required": false,
  5797. "allowMultiple": false
  5798. },
  5799. {
  5800. "type": "boolean",
  5801. "paramType": "query",
  5802. "name": "watch",
  5803. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5804. "required": false,
  5805. "allowMultiple": false
  5806. },
  5807. {
  5808. "type": "string",
  5809. "paramType": "query",
  5810. "name": "resourceVersion",
  5811. "description": "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.",
  5812. "required": false,
  5813. "allowMultiple": false
  5814. },
  5815. {
  5816. "type": "integer",
  5817. "paramType": "query",
  5818. "name": "timeoutSeconds",
  5819. "description": "Timeout for the list/watch call.",
  5820. "required": false,
  5821. "allowMultiple": false
  5822. },
  5823. {
  5824. "type": "string",
  5825. "paramType": "path",
  5826. "name": "namespace",
  5827. "description": "object name and auth scope, such as for teams and projects",
  5828. "required": true,
  5829. "allowMultiple": false
  5830. }
  5831. ],
  5832. "responseMessages": [
  5833. {
  5834. "code": 200,
  5835. "message": "OK",
  5836. "responseModel": "unversioned.Status"
  5837. }
  5838. ],
  5839. "produces": [
  5840. "application/json",
  5841. "application/yaml",
  5842. "application/vnd.kubernetes.protobuf"
  5843. ],
  5844. "consumes": [
  5845. "*/*"
  5846. ]
  5847. }
  5848. ]
  5849. },
  5850. {
  5851. "path": "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims",
  5852. "description": "API at /api/v1",
  5853. "operations": [
  5854. {
  5855. "type": "versioned.Event",
  5856. "method": "GET",
  5857. "summary": "watch individual changes to a list of PersistentVolumeClaim",
  5858. "nickname": "watchNamespacedPersistentVolumeClaimList",
  5859. "parameters": [
  5860. {
  5861. "type": "string",
  5862. "paramType": "query",
  5863. "name": "pretty",
  5864. "description": "If 'true', then the output is pretty printed.",
  5865. "required": false,
  5866. "allowMultiple": false
  5867. },
  5868. {
  5869. "type": "string",
  5870. "paramType": "query",
  5871. "name": "labelSelector",
  5872. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5873. "required": false,
  5874. "allowMultiple": false
  5875. },
  5876. {
  5877. "type": "string",
  5878. "paramType": "query",
  5879. "name": "fieldSelector",
  5880. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5881. "required": false,
  5882. "allowMultiple": false
  5883. },
  5884. {
  5885. "type": "boolean",
  5886. "paramType": "query",
  5887. "name": "watch",
  5888. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5889. "required": false,
  5890. "allowMultiple": false
  5891. },
  5892. {
  5893. "type": "string",
  5894. "paramType": "query",
  5895. "name": "resourceVersion",
  5896. "description": "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.",
  5897. "required": false,
  5898. "allowMultiple": false
  5899. },
  5900. {
  5901. "type": "integer",
  5902. "paramType": "query",
  5903. "name": "timeoutSeconds",
  5904. "description": "Timeout for the list/watch call.",
  5905. "required": false,
  5906. "allowMultiple": false
  5907. },
  5908. {
  5909. "type": "string",
  5910. "paramType": "path",
  5911. "name": "namespace",
  5912. "description": "object name and auth scope, such as for teams and projects",
  5913. "required": true,
  5914. "allowMultiple": false
  5915. }
  5916. ],
  5917. "responseMessages": [
  5918. {
  5919. "code": 200,
  5920. "message": "OK",
  5921. "responseModel": "versioned.Event"
  5922. }
  5923. ],
  5924. "produces": [
  5925. "application/json",
  5926. "application/yaml",
  5927. "application/vnd.kubernetes.protobuf",
  5928. "application/json;stream=watch",
  5929. "application/vnd.kubernetes.protobuf;stream=watch"
  5930. ],
  5931. "consumes": [
  5932. "*/*"
  5933. ]
  5934. }
  5935. ]
  5936. },
  5937. {
  5938. "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}",
  5939. "description": "API at /api/v1",
  5940. "operations": [
  5941. {
  5942. "type": "v1.PersistentVolumeClaim",
  5943. "method": "GET",
  5944. "summary": "read the specified PersistentVolumeClaim",
  5945. "nickname": "readNamespacedPersistentVolumeClaim",
  5946. "parameters": [
  5947. {
  5948. "type": "string",
  5949. "paramType": "query",
  5950. "name": "pretty",
  5951. "description": "If 'true', then the output is pretty printed.",
  5952. "required": false,
  5953. "allowMultiple": false
  5954. },
  5955. {
  5956. "type": "boolean",
  5957. "paramType": "query",
  5958. "name": "export",
  5959. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  5960. "required": false,
  5961. "allowMultiple": false
  5962. },
  5963. {
  5964. "type": "boolean",
  5965. "paramType": "query",
  5966. "name": "exact",
  5967. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  5968. "required": false,
  5969. "allowMultiple": false
  5970. },
  5971. {
  5972. "type": "string",
  5973. "paramType": "path",
  5974. "name": "namespace",
  5975. "description": "object name and auth scope, such as for teams and projects",
  5976. "required": true,
  5977. "allowMultiple": false
  5978. },
  5979. {
  5980. "type": "string",
  5981. "paramType": "path",
  5982. "name": "name",
  5983. "description": "name of the PersistentVolumeClaim",
  5984. "required": true,
  5985. "allowMultiple": false
  5986. }
  5987. ],
  5988. "responseMessages": [
  5989. {
  5990. "code": 200,
  5991. "message": "OK",
  5992. "responseModel": "v1.PersistentVolumeClaim"
  5993. }
  5994. ],
  5995. "produces": [
  5996. "application/json",
  5997. "application/yaml",
  5998. "application/vnd.kubernetes.protobuf"
  5999. ],
  6000. "consumes": [
  6001. "*/*"
  6002. ]
  6003. },
  6004. {
  6005. "type": "v1.PersistentVolumeClaim",
  6006. "method": "PUT",
  6007. "summary": "replace the specified PersistentVolumeClaim",
  6008. "nickname": "replaceNamespacedPersistentVolumeClaim",
  6009. "parameters": [
  6010. {
  6011. "type": "string",
  6012. "paramType": "query",
  6013. "name": "pretty",
  6014. "description": "If 'true', then the output is pretty printed.",
  6015. "required": false,
  6016. "allowMultiple": false
  6017. },
  6018. {
  6019. "type": "v1.PersistentVolumeClaim",
  6020. "paramType": "body",
  6021. "name": "body",
  6022. "description": "",
  6023. "required": true,
  6024. "allowMultiple": false
  6025. },
  6026. {
  6027. "type": "string",
  6028. "paramType": "path",
  6029. "name": "namespace",
  6030. "description": "object name and auth scope, such as for teams and projects",
  6031. "required": true,
  6032. "allowMultiple": false
  6033. },
  6034. {
  6035. "type": "string",
  6036. "paramType": "path",
  6037. "name": "name",
  6038. "description": "name of the PersistentVolumeClaim",
  6039. "required": true,
  6040. "allowMultiple": false
  6041. }
  6042. ],
  6043. "responseMessages": [
  6044. {
  6045. "code": 200,
  6046. "message": "OK",
  6047. "responseModel": "v1.PersistentVolumeClaim"
  6048. }
  6049. ],
  6050. "produces": [
  6051. "application/json",
  6052. "application/yaml",
  6053. "application/vnd.kubernetes.protobuf"
  6054. ],
  6055. "consumes": [
  6056. "*/*"
  6057. ]
  6058. },
  6059. {
  6060. "type": "v1.PersistentVolumeClaim",
  6061. "method": "PATCH",
  6062. "summary": "partially update the specified PersistentVolumeClaim",
  6063. "nickname": "patchNamespacedPersistentVolumeClaim",
  6064. "parameters": [
  6065. {
  6066. "type": "string",
  6067. "paramType": "query",
  6068. "name": "pretty",
  6069. "description": "If 'true', then the output is pretty printed.",
  6070. "required": false,
  6071. "allowMultiple": false
  6072. },
  6073. {
  6074. "type": "unversioned.Patch",
  6075. "paramType": "body",
  6076. "name": "body",
  6077. "description": "",
  6078. "required": true,
  6079. "allowMultiple": false
  6080. },
  6081. {
  6082. "type": "string",
  6083. "paramType": "path",
  6084. "name": "namespace",
  6085. "description": "object name and auth scope, such as for teams and projects",
  6086. "required": true,
  6087. "allowMultiple": false
  6088. },
  6089. {
  6090. "type": "string",
  6091. "paramType": "path",
  6092. "name": "name",
  6093. "description": "name of the PersistentVolumeClaim",
  6094. "required": true,
  6095. "allowMultiple": false
  6096. }
  6097. ],
  6098. "responseMessages": [
  6099. {
  6100. "code": 200,
  6101. "message": "OK",
  6102. "responseModel": "v1.PersistentVolumeClaim"
  6103. }
  6104. ],
  6105. "produces": [
  6106. "application/json",
  6107. "application/yaml",
  6108. "application/vnd.kubernetes.protobuf"
  6109. ],
  6110. "consumes": [
  6111. "application/json-patch+json",
  6112. "application/merge-patch+json",
  6113. "application/strategic-merge-patch+json"
  6114. ]
  6115. },
  6116. {
  6117. "type": "unversioned.Status",
  6118. "method": "DELETE",
  6119. "summary": "delete a PersistentVolumeClaim",
  6120. "nickname": "deleteNamespacedPersistentVolumeClaim",
  6121. "parameters": [
  6122. {
  6123. "type": "string",
  6124. "paramType": "query",
  6125. "name": "pretty",
  6126. "description": "If 'true', then the output is pretty printed.",
  6127. "required": false,
  6128. "allowMultiple": false
  6129. },
  6130. {
  6131. "type": "v1.DeleteOptions",
  6132. "paramType": "body",
  6133. "name": "body",
  6134. "description": "",
  6135. "required": true,
  6136. "allowMultiple": false
  6137. },
  6138. {
  6139. "type": "integer",
  6140. "paramType": "query",
  6141. "name": "gracePeriodSeconds",
  6142. "description": "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.",
  6143. "required": false,
  6144. "allowMultiple": false
  6145. },
  6146. {
  6147. "type": "boolean",
  6148. "paramType": "query",
  6149. "name": "orphanDependents",
  6150. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  6151. "required": false,
  6152. "allowMultiple": false
  6153. },
  6154. {
  6155. "type": "string",
  6156. "paramType": "path",
  6157. "name": "namespace",
  6158. "description": "object name and auth scope, such as for teams and projects",
  6159. "required": true,
  6160. "allowMultiple": false
  6161. },
  6162. {
  6163. "type": "string",
  6164. "paramType": "path",
  6165. "name": "name",
  6166. "description": "name of the PersistentVolumeClaim",
  6167. "required": true,
  6168. "allowMultiple": false
  6169. }
  6170. ],
  6171. "responseMessages": [
  6172. {
  6173. "code": 200,
  6174. "message": "OK",
  6175. "responseModel": "unversioned.Status"
  6176. }
  6177. ],
  6178. "produces": [
  6179. "application/json",
  6180. "application/yaml",
  6181. "application/vnd.kubernetes.protobuf"
  6182. ],
  6183. "consumes": [
  6184. "*/*"
  6185. ]
  6186. }
  6187. ]
  6188. },
  6189. {
  6190. "path": "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}",
  6191. "description": "API at /api/v1",
  6192. "operations": [
  6193. {
  6194. "type": "versioned.Event",
  6195. "method": "GET",
  6196. "summary": "watch changes to an object of kind PersistentVolumeClaim",
  6197. "nickname": "watchNamespacedPersistentVolumeClaim",
  6198. "parameters": [
  6199. {
  6200. "type": "string",
  6201. "paramType": "query",
  6202. "name": "pretty",
  6203. "description": "If 'true', then the output is pretty printed.",
  6204. "required": false,
  6205. "allowMultiple": false
  6206. },
  6207. {
  6208. "type": "string",
  6209. "paramType": "query",
  6210. "name": "labelSelector",
  6211. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6212. "required": false,
  6213. "allowMultiple": false
  6214. },
  6215. {
  6216. "type": "string",
  6217. "paramType": "query",
  6218. "name": "fieldSelector",
  6219. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6220. "required": false,
  6221. "allowMultiple": false
  6222. },
  6223. {
  6224. "type": "boolean",
  6225. "paramType": "query",
  6226. "name": "watch",
  6227. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6228. "required": false,
  6229. "allowMultiple": false
  6230. },
  6231. {
  6232. "type": "string",
  6233. "paramType": "query",
  6234. "name": "resourceVersion",
  6235. "description": "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.",
  6236. "required": false,
  6237. "allowMultiple": false
  6238. },
  6239. {
  6240. "type": "integer",
  6241. "paramType": "query",
  6242. "name": "timeoutSeconds",
  6243. "description": "Timeout for the list/watch call.",
  6244. "required": false,
  6245. "allowMultiple": false
  6246. },
  6247. {
  6248. "type": "string",
  6249. "paramType": "path",
  6250. "name": "namespace",
  6251. "description": "object name and auth scope, such as for teams and projects",
  6252. "required": true,
  6253. "allowMultiple": false
  6254. },
  6255. {
  6256. "type": "string",
  6257. "paramType": "path",
  6258. "name": "name",
  6259. "description": "name of the PersistentVolumeClaim",
  6260. "required": true,
  6261. "allowMultiple": false
  6262. }
  6263. ],
  6264. "responseMessages": [
  6265. {
  6266. "code": 200,
  6267. "message": "OK",
  6268. "responseModel": "versioned.Event"
  6269. }
  6270. ],
  6271. "produces": [
  6272. "application/json",
  6273. "application/yaml",
  6274. "application/vnd.kubernetes.protobuf",
  6275. "application/json;stream=watch",
  6276. "application/vnd.kubernetes.protobuf;stream=watch"
  6277. ],
  6278. "consumes": [
  6279. "*/*"
  6280. ]
  6281. }
  6282. ]
  6283. },
  6284. {
  6285. "path": "/api/v1/persistentvolumeclaims",
  6286. "description": "API at /api/v1",
  6287. "operations": [
  6288. {
  6289. "type": "v1.PersistentVolumeClaimList",
  6290. "method": "GET",
  6291. "summary": "list or watch objects of kind PersistentVolumeClaim",
  6292. "nickname": "listPersistentVolumeClaimForAllNamespaces",
  6293. "parameters": [
  6294. {
  6295. "type": "string",
  6296. "paramType": "query",
  6297. "name": "pretty",
  6298. "description": "If 'true', then the output is pretty printed.",
  6299. "required": false,
  6300. "allowMultiple": false
  6301. },
  6302. {
  6303. "type": "string",
  6304. "paramType": "query",
  6305. "name": "labelSelector",
  6306. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6307. "required": false,
  6308. "allowMultiple": false
  6309. },
  6310. {
  6311. "type": "string",
  6312. "paramType": "query",
  6313. "name": "fieldSelector",
  6314. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6315. "required": false,
  6316. "allowMultiple": false
  6317. },
  6318. {
  6319. "type": "boolean",
  6320. "paramType": "query",
  6321. "name": "watch",
  6322. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6323. "required": false,
  6324. "allowMultiple": false
  6325. },
  6326. {
  6327. "type": "string",
  6328. "paramType": "query",
  6329. "name": "resourceVersion",
  6330. "description": "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.",
  6331. "required": false,
  6332. "allowMultiple": false
  6333. },
  6334. {
  6335. "type": "integer",
  6336. "paramType": "query",
  6337. "name": "timeoutSeconds",
  6338. "description": "Timeout for the list/watch call.",
  6339. "required": false,
  6340. "allowMultiple": false
  6341. }
  6342. ],
  6343. "responseMessages": [
  6344. {
  6345. "code": 200,
  6346. "message": "OK",
  6347. "responseModel": "v1.PersistentVolumeClaimList"
  6348. }
  6349. ],
  6350. "produces": [
  6351. "application/json",
  6352. "application/yaml",
  6353. "application/vnd.kubernetes.protobuf",
  6354. "application/json;stream=watch",
  6355. "application/vnd.kubernetes.protobuf;stream=watch"
  6356. ],
  6357. "consumes": [
  6358. "*/*"
  6359. ]
  6360. }
  6361. ]
  6362. },
  6363. {
  6364. "path": "/api/v1/watch/persistentvolumeclaims",
  6365. "description": "API at /api/v1",
  6366. "operations": [
  6367. {
  6368. "type": "versioned.Event",
  6369. "method": "GET",
  6370. "summary": "watch individual changes to a list of PersistentVolumeClaim",
  6371. "nickname": "watchPersistentVolumeClaimListForAllNamespaces",
  6372. "parameters": [
  6373. {
  6374. "type": "string",
  6375. "paramType": "query",
  6376. "name": "pretty",
  6377. "description": "If 'true', then the output is pretty printed.",
  6378. "required": false,
  6379. "allowMultiple": false
  6380. },
  6381. {
  6382. "type": "string",
  6383. "paramType": "query",
  6384. "name": "labelSelector",
  6385. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6386. "required": false,
  6387. "allowMultiple": false
  6388. },
  6389. {
  6390. "type": "string",
  6391. "paramType": "query",
  6392. "name": "fieldSelector",
  6393. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6394. "required": false,
  6395. "allowMultiple": false
  6396. },
  6397. {
  6398. "type": "boolean",
  6399. "paramType": "query",
  6400. "name": "watch",
  6401. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6402. "required": false,
  6403. "allowMultiple": false
  6404. },
  6405. {
  6406. "type": "string",
  6407. "paramType": "query",
  6408. "name": "resourceVersion",
  6409. "description": "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.",
  6410. "required": false,
  6411. "allowMultiple": false
  6412. },
  6413. {
  6414. "type": "integer",
  6415. "paramType": "query",
  6416. "name": "timeoutSeconds",
  6417. "description": "Timeout for the list/watch call.",
  6418. "required": false,
  6419. "allowMultiple": false
  6420. }
  6421. ],
  6422. "responseMessages": [
  6423. {
  6424. "code": 200,
  6425. "message": "OK",
  6426. "responseModel": "versioned.Event"
  6427. }
  6428. ],
  6429. "produces": [
  6430. "application/json",
  6431. "application/yaml",
  6432. "application/vnd.kubernetes.protobuf",
  6433. "application/json;stream=watch",
  6434. "application/vnd.kubernetes.protobuf;stream=watch"
  6435. ],
  6436. "consumes": [
  6437. "*/*"
  6438. ]
  6439. }
  6440. ]
  6441. },
  6442. {
  6443. "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status",
  6444. "description": "API at /api/v1",
  6445. "operations": [
  6446. {
  6447. "type": "v1.PersistentVolumeClaim",
  6448. "method": "GET",
  6449. "summary": "read status of the specified PersistentVolumeClaim",
  6450. "nickname": "readNamespacedPersistentVolumeClaimStatus",
  6451. "parameters": [
  6452. {
  6453. "type": "string",
  6454. "paramType": "query",
  6455. "name": "pretty",
  6456. "description": "If 'true', then the output is pretty printed.",
  6457. "required": false,
  6458. "allowMultiple": false
  6459. },
  6460. {
  6461. "type": "string",
  6462. "paramType": "path",
  6463. "name": "namespace",
  6464. "description": "object name and auth scope, such as for teams and projects",
  6465. "required": true,
  6466. "allowMultiple": false
  6467. },
  6468. {
  6469. "type": "string",
  6470. "paramType": "path",
  6471. "name": "name",
  6472. "description": "name of the PersistentVolumeClaim",
  6473. "required": true,
  6474. "allowMultiple": false
  6475. }
  6476. ],
  6477. "responseMessages": [
  6478. {
  6479. "code": 200,
  6480. "message": "OK",
  6481. "responseModel": "v1.PersistentVolumeClaim"
  6482. }
  6483. ],
  6484. "produces": [
  6485. "application/json",
  6486. "application/yaml",
  6487. "application/vnd.kubernetes.protobuf"
  6488. ],
  6489. "consumes": [
  6490. "*/*"
  6491. ]
  6492. },
  6493. {
  6494. "type": "v1.PersistentVolumeClaim",
  6495. "method": "PUT",
  6496. "summary": "replace status of the specified PersistentVolumeClaim",
  6497. "nickname": "replaceNamespacedPersistentVolumeClaimStatus",
  6498. "parameters": [
  6499. {
  6500. "type": "string",
  6501. "paramType": "query",
  6502. "name": "pretty",
  6503. "description": "If 'true', then the output is pretty printed.",
  6504. "required": false,
  6505. "allowMultiple": false
  6506. },
  6507. {
  6508. "type": "v1.PersistentVolumeClaim",
  6509. "paramType": "body",
  6510. "name": "body",
  6511. "description": "",
  6512. "required": true,
  6513. "allowMultiple": false
  6514. },
  6515. {
  6516. "type": "string",
  6517. "paramType": "path",
  6518. "name": "namespace",
  6519. "description": "object name and auth scope, such as for teams and projects",
  6520. "required": true,
  6521. "allowMultiple": false
  6522. },
  6523. {
  6524. "type": "string",
  6525. "paramType": "path",
  6526. "name": "name",
  6527. "description": "name of the PersistentVolumeClaim",
  6528. "required": true,
  6529. "allowMultiple": false
  6530. }
  6531. ],
  6532. "responseMessages": [
  6533. {
  6534. "code": 200,
  6535. "message": "OK",
  6536. "responseModel": "v1.PersistentVolumeClaim"
  6537. }
  6538. ],
  6539. "produces": [
  6540. "application/json",
  6541. "application/yaml",
  6542. "application/vnd.kubernetes.protobuf"
  6543. ],
  6544. "consumes": [
  6545. "*/*"
  6546. ]
  6547. },
  6548. {
  6549. "type": "v1.PersistentVolumeClaim",
  6550. "method": "PATCH",
  6551. "summary": "partially update status of the specified PersistentVolumeClaim",
  6552. "nickname": "patchNamespacedPersistentVolumeClaimStatus",
  6553. "parameters": [
  6554. {
  6555. "type": "string",
  6556. "paramType": "query",
  6557. "name": "pretty",
  6558. "description": "If 'true', then the output is pretty printed.",
  6559. "required": false,
  6560. "allowMultiple": false
  6561. },
  6562. {
  6563. "type": "unversioned.Patch",
  6564. "paramType": "body",
  6565. "name": "body",
  6566. "description": "",
  6567. "required": true,
  6568. "allowMultiple": false
  6569. },
  6570. {
  6571. "type": "string",
  6572. "paramType": "path",
  6573. "name": "namespace",
  6574. "description": "object name and auth scope, such as for teams and projects",
  6575. "required": true,
  6576. "allowMultiple": false
  6577. },
  6578. {
  6579. "type": "string",
  6580. "paramType": "path",
  6581. "name": "name",
  6582. "description": "name of the PersistentVolumeClaim",
  6583. "required": true,
  6584. "allowMultiple": false
  6585. }
  6586. ],
  6587. "responseMessages": [
  6588. {
  6589. "code": 200,
  6590. "message": "OK",
  6591. "responseModel": "v1.PersistentVolumeClaim"
  6592. }
  6593. ],
  6594. "produces": [
  6595. "application/json",
  6596. "application/yaml",
  6597. "application/vnd.kubernetes.protobuf"
  6598. ],
  6599. "consumes": [
  6600. "application/json-patch+json",
  6601. "application/merge-patch+json",
  6602. "application/strategic-merge-patch+json"
  6603. ]
  6604. }
  6605. ]
  6606. },
  6607. {
  6608. "path": "/api/v1/persistentvolumes",
  6609. "description": "API at /api/v1",
  6610. "operations": [
  6611. {
  6612. "type": "v1.PersistentVolumeList",
  6613. "method": "GET",
  6614. "summary": "list or watch objects of kind PersistentVolume",
  6615. "nickname": "listPersistentVolume",
  6616. "parameters": [
  6617. {
  6618. "type": "string",
  6619. "paramType": "query",
  6620. "name": "pretty",
  6621. "description": "If 'true', then the output is pretty printed.",
  6622. "required": false,
  6623. "allowMultiple": false
  6624. },
  6625. {
  6626. "type": "string",
  6627. "paramType": "query",
  6628. "name": "labelSelector",
  6629. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6630. "required": false,
  6631. "allowMultiple": false
  6632. },
  6633. {
  6634. "type": "string",
  6635. "paramType": "query",
  6636. "name": "fieldSelector",
  6637. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6638. "required": false,
  6639. "allowMultiple": false
  6640. },
  6641. {
  6642. "type": "boolean",
  6643. "paramType": "query",
  6644. "name": "watch",
  6645. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6646. "required": false,
  6647. "allowMultiple": false
  6648. },
  6649. {
  6650. "type": "string",
  6651. "paramType": "query",
  6652. "name": "resourceVersion",
  6653. "description": "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.",
  6654. "required": false,
  6655. "allowMultiple": false
  6656. },
  6657. {
  6658. "type": "integer",
  6659. "paramType": "query",
  6660. "name": "timeoutSeconds",
  6661. "description": "Timeout for the list/watch call.",
  6662. "required": false,
  6663. "allowMultiple": false
  6664. }
  6665. ],
  6666. "responseMessages": [
  6667. {
  6668. "code": 200,
  6669. "message": "OK",
  6670. "responseModel": "v1.PersistentVolumeList"
  6671. }
  6672. ],
  6673. "produces": [
  6674. "application/json",
  6675. "application/yaml",
  6676. "application/vnd.kubernetes.protobuf",
  6677. "application/json;stream=watch",
  6678. "application/vnd.kubernetes.protobuf;stream=watch"
  6679. ],
  6680. "consumes": [
  6681. "*/*"
  6682. ]
  6683. },
  6684. {
  6685. "type": "v1.PersistentVolume",
  6686. "method": "POST",
  6687. "summary": "create a PersistentVolume",
  6688. "nickname": "createPersistentVolume",
  6689. "parameters": [
  6690. {
  6691. "type": "string",
  6692. "paramType": "query",
  6693. "name": "pretty",
  6694. "description": "If 'true', then the output is pretty printed.",
  6695. "required": false,
  6696. "allowMultiple": false
  6697. },
  6698. {
  6699. "type": "v1.PersistentVolume",
  6700. "paramType": "body",
  6701. "name": "body",
  6702. "description": "",
  6703. "required": true,
  6704. "allowMultiple": false
  6705. }
  6706. ],
  6707. "responseMessages": [
  6708. {
  6709. "code": 200,
  6710. "message": "OK",
  6711. "responseModel": "v1.PersistentVolume"
  6712. }
  6713. ],
  6714. "produces": [
  6715. "application/json",
  6716. "application/yaml",
  6717. "application/vnd.kubernetes.protobuf"
  6718. ],
  6719. "consumes": [
  6720. "*/*"
  6721. ]
  6722. },
  6723. {
  6724. "type": "unversioned.Status",
  6725. "method": "DELETE",
  6726. "summary": "delete collection of PersistentVolume",
  6727. "nickname": "deletecollectionPersistentVolume",
  6728. "parameters": [
  6729. {
  6730. "type": "string",
  6731. "paramType": "query",
  6732. "name": "pretty",
  6733. "description": "If 'true', then the output is pretty printed.",
  6734. "required": false,
  6735. "allowMultiple": false
  6736. },
  6737. {
  6738. "type": "string",
  6739. "paramType": "query",
  6740. "name": "labelSelector",
  6741. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6742. "required": false,
  6743. "allowMultiple": false
  6744. },
  6745. {
  6746. "type": "string",
  6747. "paramType": "query",
  6748. "name": "fieldSelector",
  6749. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6750. "required": false,
  6751. "allowMultiple": false
  6752. },
  6753. {
  6754. "type": "boolean",
  6755. "paramType": "query",
  6756. "name": "watch",
  6757. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6758. "required": false,
  6759. "allowMultiple": false
  6760. },
  6761. {
  6762. "type": "string",
  6763. "paramType": "query",
  6764. "name": "resourceVersion",
  6765. "description": "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.",
  6766. "required": false,
  6767. "allowMultiple": false
  6768. },
  6769. {
  6770. "type": "integer",
  6771. "paramType": "query",
  6772. "name": "timeoutSeconds",
  6773. "description": "Timeout for the list/watch call.",
  6774. "required": false,
  6775. "allowMultiple": false
  6776. }
  6777. ],
  6778. "responseMessages": [
  6779. {
  6780. "code": 200,
  6781. "message": "OK",
  6782. "responseModel": "unversioned.Status"
  6783. }
  6784. ],
  6785. "produces": [
  6786. "application/json",
  6787. "application/yaml",
  6788. "application/vnd.kubernetes.protobuf"
  6789. ],
  6790. "consumes": [
  6791. "*/*"
  6792. ]
  6793. }
  6794. ]
  6795. },
  6796. {
  6797. "path": "/api/v1/watch/persistentvolumes",
  6798. "description": "API at /api/v1",
  6799. "operations": [
  6800. {
  6801. "type": "versioned.Event",
  6802. "method": "GET",
  6803. "summary": "watch individual changes to a list of PersistentVolume",
  6804. "nickname": "watchPersistentVolumeList",
  6805. "parameters": [
  6806. {
  6807. "type": "string",
  6808. "paramType": "query",
  6809. "name": "pretty",
  6810. "description": "If 'true', then the output is pretty printed.",
  6811. "required": false,
  6812. "allowMultiple": false
  6813. },
  6814. {
  6815. "type": "string",
  6816. "paramType": "query",
  6817. "name": "labelSelector",
  6818. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6819. "required": false,
  6820. "allowMultiple": false
  6821. },
  6822. {
  6823. "type": "string",
  6824. "paramType": "query",
  6825. "name": "fieldSelector",
  6826. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6827. "required": false,
  6828. "allowMultiple": false
  6829. },
  6830. {
  6831. "type": "boolean",
  6832. "paramType": "query",
  6833. "name": "watch",
  6834. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6835. "required": false,
  6836. "allowMultiple": false
  6837. },
  6838. {
  6839. "type": "string",
  6840. "paramType": "query",
  6841. "name": "resourceVersion",
  6842. "description": "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.",
  6843. "required": false,
  6844. "allowMultiple": false
  6845. },
  6846. {
  6847. "type": "integer",
  6848. "paramType": "query",
  6849. "name": "timeoutSeconds",
  6850. "description": "Timeout for the list/watch call.",
  6851. "required": false,
  6852. "allowMultiple": false
  6853. }
  6854. ],
  6855. "responseMessages": [
  6856. {
  6857. "code": 200,
  6858. "message": "OK",
  6859. "responseModel": "versioned.Event"
  6860. }
  6861. ],
  6862. "produces": [
  6863. "application/json",
  6864. "application/yaml",
  6865. "application/vnd.kubernetes.protobuf",
  6866. "application/json;stream=watch",
  6867. "application/vnd.kubernetes.protobuf;stream=watch"
  6868. ],
  6869. "consumes": [
  6870. "*/*"
  6871. ]
  6872. }
  6873. ]
  6874. },
  6875. {
  6876. "path": "/api/v1/persistentvolumes/{name}",
  6877. "description": "API at /api/v1",
  6878. "operations": [
  6879. {
  6880. "type": "v1.PersistentVolume",
  6881. "method": "GET",
  6882. "summary": "read the specified PersistentVolume",
  6883. "nickname": "readPersistentVolume",
  6884. "parameters": [
  6885. {
  6886. "type": "string",
  6887. "paramType": "query",
  6888. "name": "pretty",
  6889. "description": "If 'true', then the output is pretty printed.",
  6890. "required": false,
  6891. "allowMultiple": false
  6892. },
  6893. {
  6894. "type": "boolean",
  6895. "paramType": "query",
  6896. "name": "export",
  6897. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  6898. "required": false,
  6899. "allowMultiple": false
  6900. },
  6901. {
  6902. "type": "boolean",
  6903. "paramType": "query",
  6904. "name": "exact",
  6905. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  6906. "required": false,
  6907. "allowMultiple": false
  6908. },
  6909. {
  6910. "type": "string",
  6911. "paramType": "path",
  6912. "name": "name",
  6913. "description": "name of the PersistentVolume",
  6914. "required": true,
  6915. "allowMultiple": false
  6916. }
  6917. ],
  6918. "responseMessages": [
  6919. {
  6920. "code": 200,
  6921. "message": "OK",
  6922. "responseModel": "v1.PersistentVolume"
  6923. }
  6924. ],
  6925. "produces": [
  6926. "application/json",
  6927. "application/yaml",
  6928. "application/vnd.kubernetes.protobuf"
  6929. ],
  6930. "consumes": [
  6931. "*/*"
  6932. ]
  6933. },
  6934. {
  6935. "type": "v1.PersistentVolume",
  6936. "method": "PUT",
  6937. "summary": "replace the specified PersistentVolume",
  6938. "nickname": "replacePersistentVolume",
  6939. "parameters": [
  6940. {
  6941. "type": "string",
  6942. "paramType": "query",
  6943. "name": "pretty",
  6944. "description": "If 'true', then the output is pretty printed.",
  6945. "required": false,
  6946. "allowMultiple": false
  6947. },
  6948. {
  6949. "type": "v1.PersistentVolume",
  6950. "paramType": "body",
  6951. "name": "body",
  6952. "description": "",
  6953. "required": true,
  6954. "allowMultiple": false
  6955. },
  6956. {
  6957. "type": "string",
  6958. "paramType": "path",
  6959. "name": "name",
  6960. "description": "name of the PersistentVolume",
  6961. "required": true,
  6962. "allowMultiple": false
  6963. }
  6964. ],
  6965. "responseMessages": [
  6966. {
  6967. "code": 200,
  6968. "message": "OK",
  6969. "responseModel": "v1.PersistentVolume"
  6970. }
  6971. ],
  6972. "produces": [
  6973. "application/json",
  6974. "application/yaml",
  6975. "application/vnd.kubernetes.protobuf"
  6976. ],
  6977. "consumes": [
  6978. "*/*"
  6979. ]
  6980. },
  6981. {
  6982. "type": "v1.PersistentVolume",
  6983. "method": "PATCH",
  6984. "summary": "partially update the specified PersistentVolume",
  6985. "nickname": "patchPersistentVolume",
  6986. "parameters": [
  6987. {
  6988. "type": "string",
  6989. "paramType": "query",
  6990. "name": "pretty",
  6991. "description": "If 'true', then the output is pretty printed.",
  6992. "required": false,
  6993. "allowMultiple": false
  6994. },
  6995. {
  6996. "type": "unversioned.Patch",
  6997. "paramType": "body",
  6998. "name": "body",
  6999. "description": "",
  7000. "required": true,
  7001. "allowMultiple": false
  7002. },
  7003. {
  7004. "type": "string",
  7005. "paramType": "path",
  7006. "name": "name",
  7007. "description": "name of the PersistentVolume",
  7008. "required": true,
  7009. "allowMultiple": false
  7010. }
  7011. ],
  7012. "responseMessages": [
  7013. {
  7014. "code": 200,
  7015. "message": "OK",
  7016. "responseModel": "v1.PersistentVolume"
  7017. }
  7018. ],
  7019. "produces": [
  7020. "application/json",
  7021. "application/yaml",
  7022. "application/vnd.kubernetes.protobuf"
  7023. ],
  7024. "consumes": [
  7025. "application/json-patch+json",
  7026. "application/merge-patch+json",
  7027. "application/strategic-merge-patch+json"
  7028. ]
  7029. },
  7030. {
  7031. "type": "unversioned.Status",
  7032. "method": "DELETE",
  7033. "summary": "delete a PersistentVolume",
  7034. "nickname": "deletePersistentVolume",
  7035. "parameters": [
  7036. {
  7037. "type": "string",
  7038. "paramType": "query",
  7039. "name": "pretty",
  7040. "description": "If 'true', then the output is pretty printed.",
  7041. "required": false,
  7042. "allowMultiple": false
  7043. },
  7044. {
  7045. "type": "v1.DeleteOptions",
  7046. "paramType": "body",
  7047. "name": "body",
  7048. "description": "",
  7049. "required": true,
  7050. "allowMultiple": false
  7051. },
  7052. {
  7053. "type": "integer",
  7054. "paramType": "query",
  7055. "name": "gracePeriodSeconds",
  7056. "description": "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.",
  7057. "required": false,
  7058. "allowMultiple": false
  7059. },
  7060. {
  7061. "type": "boolean",
  7062. "paramType": "query",
  7063. "name": "orphanDependents",
  7064. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  7065. "required": false,
  7066. "allowMultiple": false
  7067. },
  7068. {
  7069. "type": "string",
  7070. "paramType": "path",
  7071. "name": "name",
  7072. "description": "name of the PersistentVolume",
  7073. "required": true,
  7074. "allowMultiple": false
  7075. }
  7076. ],
  7077. "responseMessages": [
  7078. {
  7079. "code": 200,
  7080. "message": "OK",
  7081. "responseModel": "unversioned.Status"
  7082. }
  7083. ],
  7084. "produces": [
  7085. "application/json",
  7086. "application/yaml",
  7087. "application/vnd.kubernetes.protobuf"
  7088. ],
  7089. "consumes": [
  7090. "*/*"
  7091. ]
  7092. }
  7093. ]
  7094. },
  7095. {
  7096. "path": "/api/v1/watch/persistentvolumes/{name}",
  7097. "description": "API at /api/v1",
  7098. "operations": [
  7099. {
  7100. "type": "versioned.Event",
  7101. "method": "GET",
  7102. "summary": "watch changes to an object of kind PersistentVolume",
  7103. "nickname": "watchPersistentVolume",
  7104. "parameters": [
  7105. {
  7106. "type": "string",
  7107. "paramType": "query",
  7108. "name": "pretty",
  7109. "description": "If 'true', then the output is pretty printed.",
  7110. "required": false,
  7111. "allowMultiple": false
  7112. },
  7113. {
  7114. "type": "string",
  7115. "paramType": "query",
  7116. "name": "labelSelector",
  7117. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  7118. "required": false,
  7119. "allowMultiple": false
  7120. },
  7121. {
  7122. "type": "string",
  7123. "paramType": "query",
  7124. "name": "fieldSelector",
  7125. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  7126. "required": false,
  7127. "allowMultiple": false
  7128. },
  7129. {
  7130. "type": "boolean",
  7131. "paramType": "query",
  7132. "name": "watch",
  7133. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  7134. "required": false,
  7135. "allowMultiple": false
  7136. },
  7137. {
  7138. "type": "string",
  7139. "paramType": "query",
  7140. "name": "resourceVersion",
  7141. "description": "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.",
  7142. "required": false,
  7143. "allowMultiple": false
  7144. },
  7145. {
  7146. "type": "integer",
  7147. "paramType": "query",
  7148. "name": "timeoutSeconds",
  7149. "description": "Timeout for the list/watch call.",
  7150. "required": false,
  7151. "allowMultiple": false
  7152. },
  7153. {
  7154. "type": "string",
  7155. "paramType": "path",
  7156. "name": "name",
  7157. "description": "name of the PersistentVolume",
  7158. "required": true,
  7159. "allowMultiple": false
  7160. }
  7161. ],
  7162. "responseMessages": [
  7163. {
  7164. "code": 200,
  7165. "message": "OK",
  7166. "responseModel": "versioned.Event"
  7167. }
  7168. ],
  7169. "produces": [
  7170. "application/json",
  7171. "application/yaml",
  7172. "application/vnd.kubernetes.protobuf",
  7173. "application/json;stream=watch",
  7174. "application/vnd.kubernetes.protobuf;stream=watch"
  7175. ],
  7176. "consumes": [
  7177. "*/*"
  7178. ]
  7179. }
  7180. ]
  7181. },
  7182. {
  7183. "path": "/api/v1/persistentvolumes/{name}/status",
  7184. "description": "API at /api/v1",
  7185. "operations": [
  7186. {
  7187. "type": "v1.PersistentVolume",
  7188. "method": "GET",
  7189. "summary": "read status of the specified PersistentVolume",
  7190. "nickname": "readPersistentVolumeStatus",
  7191. "parameters": [
  7192. {
  7193. "type": "string",
  7194. "paramType": "query",
  7195. "name": "pretty",
  7196. "description": "If 'true', then the output is pretty printed.",
  7197. "required": false,
  7198. "allowMultiple": false
  7199. },
  7200. {
  7201. "type": "string",
  7202. "paramType": "path",
  7203. "name": "name",
  7204. "description": "name of the PersistentVolume",
  7205. "required": true,
  7206. "allowMultiple": false
  7207. }
  7208. ],
  7209. "responseMessages": [
  7210. {
  7211. "code": 200,
  7212. "message": "OK",
  7213. "responseModel": "v1.PersistentVolume"
  7214. }
  7215. ],
  7216. "produces": [
  7217. "application/json",
  7218. "application/yaml",
  7219. "application/vnd.kubernetes.protobuf"
  7220. ],
  7221. "consumes": [
  7222. "*/*"
  7223. ]
  7224. },
  7225. {
  7226. "type": "v1.PersistentVolume",
  7227. "method": "PUT",
  7228. "summary": "replace status of the specified PersistentVolume",
  7229. "nickname": "replacePersistentVolumeStatus",
  7230. "parameters": [
  7231. {
  7232. "type": "string",
  7233. "paramType": "query",
  7234. "name": "pretty",
  7235. "description": "If 'true', then the output is pretty printed.",
  7236. "required": false,
  7237. "allowMultiple": false
  7238. },
  7239. {
  7240. "type": "v1.PersistentVolume",
  7241. "paramType": "body",
  7242. "name": "body",
  7243. "description": "",
  7244. "required": true,
  7245. "allowMultiple": false
  7246. },
  7247. {
  7248. "type": "string",
  7249. "paramType": "path",
  7250. "name": "name",
  7251. "description": "name of the PersistentVolume",
  7252. "required": true,
  7253. "allowMultiple": false
  7254. }
  7255. ],
  7256. "responseMessages": [
  7257. {
  7258. "code": 200,
  7259. "message": "OK",
  7260. "responseModel": "v1.PersistentVolume"
  7261. }
  7262. ],
  7263. "produces": [
  7264. "application/json",
  7265. "application/yaml",
  7266. "application/vnd.kubernetes.protobuf"
  7267. ],
  7268. "consumes": [
  7269. "*/*"
  7270. ]
  7271. },
  7272. {
  7273. "type": "v1.PersistentVolume",
  7274. "method": "PATCH",
  7275. "summary": "partially update status of the specified PersistentVolume",
  7276. "nickname": "patchPersistentVolumeStatus",
  7277. "parameters": [
  7278. {
  7279. "type": "string",
  7280. "paramType": "query",
  7281. "name": "pretty",
  7282. "description": "If 'true', then the output is pretty printed.",
  7283. "required": false,
  7284. "allowMultiple": false
  7285. },
  7286. {
  7287. "type": "unversioned.Patch",
  7288. "paramType": "body",
  7289. "name": "body",
  7290. "description": "",
  7291. "required": true,
  7292. "allowMultiple": false
  7293. },
  7294. {
  7295. "type": "string",
  7296. "paramType": "path",
  7297. "name": "name",
  7298. "description": "name of the PersistentVolume",
  7299. "required": true,
  7300. "allowMultiple": false
  7301. }
  7302. ],
  7303. "responseMessages": [
  7304. {
  7305. "code": 200,
  7306. "message": "OK",
  7307. "responseModel": "v1.PersistentVolume"
  7308. }
  7309. ],
  7310. "produces": [
  7311. "application/json",
  7312. "application/yaml",
  7313. "application/vnd.kubernetes.protobuf"
  7314. ],
  7315. "consumes": [
  7316. "application/json-patch+json",
  7317. "application/merge-patch+json",
  7318. "application/strategic-merge-patch+json"
  7319. ]
  7320. }
  7321. ]
  7322. },
  7323. {
  7324. "path": "/api/v1/namespaces/{namespace}/pods",
  7325. "description": "API at /api/v1",
  7326. "operations": [
  7327. {
  7328. "type": "v1.PodList",
  7329. "method": "GET",
  7330. "summary": "list or watch objects of kind Pod",
  7331. "nickname": "listNamespacedPod",
  7332. "parameters": [
  7333. {
  7334. "type": "string",
  7335. "paramType": "query",
  7336. "name": "pretty",
  7337. "description": "If 'true', then the output is pretty printed.",
  7338. "required": false,
  7339. "allowMultiple": false
  7340. },
  7341. {
  7342. "type": "string",
  7343. "paramType": "query",
  7344. "name": "labelSelector",
  7345. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  7346. "required": false,
  7347. "allowMultiple": false
  7348. },
  7349. {
  7350. "type": "string",
  7351. "paramType": "query",
  7352. "name": "fieldSelector",
  7353. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  7354. "required": false,
  7355. "allowMultiple": false
  7356. },
  7357. {
  7358. "type": "boolean",
  7359. "paramType": "query",
  7360. "name": "watch",
  7361. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  7362. "required": false,
  7363. "allowMultiple": false
  7364. },
  7365. {
  7366. "type": "string",
  7367. "paramType": "query",
  7368. "name": "resourceVersion",
  7369. "description": "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.",
  7370. "required": false,
  7371. "allowMultiple": false
  7372. },
  7373. {
  7374. "type": "integer",
  7375. "paramType": "query",
  7376. "name": "timeoutSeconds",
  7377. "description": "Timeout for the list/watch call.",
  7378. "required": false,
  7379. "allowMultiple": false
  7380. },
  7381. {
  7382. "type": "string",
  7383. "paramType": "path",
  7384. "name": "namespace",
  7385. "description": "object name and auth scope, such as for teams and projects",
  7386. "required": true,
  7387. "allowMultiple": false
  7388. }
  7389. ],
  7390. "responseMessages": [
  7391. {
  7392. "code": 200,
  7393. "message": "OK",
  7394. "responseModel": "v1.PodList"
  7395. }
  7396. ],
  7397. "produces": [
  7398. "application/json",
  7399. "application/yaml",
  7400. "application/vnd.kubernetes.protobuf",
  7401. "application/json;stream=watch",
  7402. "application/vnd.kubernetes.protobuf;stream=watch"
  7403. ],
  7404. "consumes": [
  7405. "*/*"
  7406. ]
  7407. },
  7408. {
  7409. "type": "v1.Pod",
  7410. "method": "POST",
  7411. "summary": "create a Pod",
  7412. "nickname": "createNamespacedPod",
  7413. "parameters": [
  7414. {
  7415. "type": "string",
  7416. "paramType": "query",
  7417. "name": "pretty",
  7418. "description": "If 'true', then the output is pretty printed.",
  7419. "required": false,
  7420. "allowMultiple": false
  7421. },
  7422. {
  7423. "type": "v1.Pod",
  7424. "paramType": "body",
  7425. "name": "body",
  7426. "description": "",
  7427. "required": true,
  7428. "allowMultiple": false
  7429. },
  7430. {
  7431. "type": "string",
  7432. "paramType": "path",
  7433. "name": "namespace",
  7434. "description": "object name and auth scope, such as for teams and projects",
  7435. "required": true,
  7436. "allowMultiple": false
  7437. }
  7438. ],
  7439. "responseMessages": [
  7440. {
  7441. "code": 200,
  7442. "message": "OK",
  7443. "responseModel": "v1.Pod"
  7444. }
  7445. ],
  7446. "produces": [
  7447. "application/json",
  7448. "application/yaml",
  7449. "application/vnd.kubernetes.protobuf"
  7450. ],
  7451. "consumes": [
  7452. "*/*"
  7453. ]
  7454. },
  7455. {
  7456. "type": "unversioned.Status",
  7457. "method": "DELETE",
  7458. "summary": "delete collection of Pod",
  7459. "nickname": "deletecollectionNamespacedPod",
  7460. "parameters": [
  7461. {
  7462. "type": "string",
  7463. "paramType": "query",
  7464. "name": "pretty",
  7465. "description": "If 'true', then the output is pretty printed.",
  7466. "required": false,
  7467. "allowMultiple": false
  7468. },
  7469. {
  7470. "type": "string",
  7471. "paramType": "query",
  7472. "name": "labelSelector",
  7473. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  7474. "required": false,
  7475. "allowMultiple": false
  7476. },
  7477. {
  7478. "type": "string",
  7479. "paramType": "query",
  7480. "name": "fieldSelector",
  7481. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  7482. "required": false,
  7483. "allowMultiple": false
  7484. },
  7485. {
  7486. "type": "boolean",
  7487. "paramType": "query",
  7488. "name": "watch",
  7489. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  7490. "required": false,
  7491. "allowMultiple": false
  7492. },
  7493. {
  7494. "type": "string",
  7495. "paramType": "query",
  7496. "name": "resourceVersion",
  7497. "description": "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.",
  7498. "required": false,
  7499. "allowMultiple": false
  7500. },
  7501. {
  7502. "type": "integer",
  7503. "paramType": "query",
  7504. "name": "timeoutSeconds",
  7505. "description": "Timeout for the list/watch call.",
  7506. "required": false,
  7507. "allowMultiple": false
  7508. },
  7509. {
  7510. "type": "string",
  7511. "paramType": "path",
  7512. "name": "namespace",
  7513. "description": "object name and auth scope, such as for teams and projects",
  7514. "required": true,
  7515. "allowMultiple": false
  7516. }
  7517. ],
  7518. "responseMessages": [
  7519. {
  7520. "code": 200,
  7521. "message": "OK",
  7522. "responseModel": "unversioned.Status"
  7523. }
  7524. ],
  7525. "produces": [
  7526. "application/json",
  7527. "application/yaml",
  7528. "application/vnd.kubernetes.protobuf"
  7529. ],
  7530. "consumes": [
  7531. "*/*"
  7532. ]
  7533. }
  7534. ]
  7535. },
  7536. {
  7537. "path": "/api/v1/watch/namespaces/{namespace}/pods",
  7538. "description": "API at /api/v1",
  7539. "operations": [
  7540. {
  7541. "type": "versioned.Event",
  7542. "method": "GET",
  7543. "summary": "watch individual changes to a list of Pod",
  7544. "nickname": "watchNamespacedPodList",
  7545. "parameters": [
  7546. {
  7547. "type": "string",
  7548. "paramType": "query",
  7549. "name": "pretty",
  7550. "description": "If 'true', then the output is pretty printed.",
  7551. "required": false,
  7552. "allowMultiple": false
  7553. },
  7554. {
  7555. "type": "string",
  7556. "paramType": "query",
  7557. "name": "labelSelector",
  7558. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  7559. "required": false,
  7560. "allowMultiple": false
  7561. },
  7562. {
  7563. "type": "string",
  7564. "paramType": "query",
  7565. "name": "fieldSelector",
  7566. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  7567. "required": false,
  7568. "allowMultiple": false
  7569. },
  7570. {
  7571. "type": "boolean",
  7572. "paramType": "query",
  7573. "name": "watch",
  7574. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  7575. "required": false,
  7576. "allowMultiple": false
  7577. },
  7578. {
  7579. "type": "string",
  7580. "paramType": "query",
  7581. "name": "resourceVersion",
  7582. "description": "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.",
  7583. "required": false,
  7584. "allowMultiple": false
  7585. },
  7586. {
  7587. "type": "integer",
  7588. "paramType": "query",
  7589. "name": "timeoutSeconds",
  7590. "description": "Timeout for the list/watch call.",
  7591. "required": false,
  7592. "allowMultiple": false
  7593. },
  7594. {
  7595. "type": "string",
  7596. "paramType": "path",
  7597. "name": "namespace",
  7598. "description": "object name and auth scope, such as for teams and projects",
  7599. "required": true,
  7600. "allowMultiple": false
  7601. }
  7602. ],
  7603. "responseMessages": [
  7604. {
  7605. "code": 200,
  7606. "message": "OK",
  7607. "responseModel": "versioned.Event"
  7608. }
  7609. ],
  7610. "produces": [
  7611. "application/json",
  7612. "application/yaml",
  7613. "application/vnd.kubernetes.protobuf",
  7614. "application/json;stream=watch",
  7615. "application/vnd.kubernetes.protobuf;stream=watch"
  7616. ],
  7617. "consumes": [
  7618. "*/*"
  7619. ]
  7620. }
  7621. ]
  7622. },
  7623. {
  7624. "path": "/api/v1/namespaces/{namespace}/pods/{name}",
  7625. "description": "API at /api/v1",
  7626. "operations": [
  7627. {
  7628. "type": "v1.Pod",
  7629. "method": "GET",
  7630. "summary": "read the specified Pod",
  7631. "nickname": "readNamespacedPod",
  7632. "parameters": [
  7633. {
  7634. "type": "string",
  7635. "paramType": "query",
  7636. "name": "pretty",
  7637. "description": "If 'true', then the output is pretty printed.",
  7638. "required": false,
  7639. "allowMultiple": false
  7640. },
  7641. {
  7642. "type": "boolean",
  7643. "paramType": "query",
  7644. "name": "export",
  7645. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  7646. "required": false,
  7647. "allowMultiple": false
  7648. },
  7649. {
  7650. "type": "boolean",
  7651. "paramType": "query",
  7652. "name": "exact",
  7653. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  7654. "required": false,
  7655. "allowMultiple": false
  7656. },
  7657. {
  7658. "type": "string",
  7659. "paramType": "path",
  7660. "name": "namespace",
  7661. "description": "object name and auth scope, such as for teams and projects",
  7662. "required": true,
  7663. "allowMultiple": false
  7664. },
  7665. {
  7666. "type": "string",
  7667. "paramType": "path",
  7668. "name": "name",
  7669. "description": "name of the Pod",
  7670. "required": true,
  7671. "allowMultiple": false
  7672. }
  7673. ],
  7674. "responseMessages": [
  7675. {
  7676. "code": 200,
  7677. "message": "OK",
  7678. "responseModel": "v1.Pod"
  7679. }
  7680. ],
  7681. "produces": [
  7682. "application/json",
  7683. "application/yaml",
  7684. "application/vnd.kubernetes.protobuf"
  7685. ],
  7686. "consumes": [
  7687. "*/*"
  7688. ]
  7689. },
  7690. {
  7691. "type": "v1.Pod",
  7692. "method": "PUT",
  7693. "summary": "replace the specified Pod",
  7694. "nickname": "replaceNamespacedPod",
  7695. "parameters": [
  7696. {
  7697. "type": "string",
  7698. "paramType": "query",
  7699. "name": "pretty",
  7700. "description": "If 'true', then the output is pretty printed.",
  7701. "required": false,
  7702. "allowMultiple": false
  7703. },
  7704. {
  7705. "type": "v1.Pod",
  7706. "paramType": "body",
  7707. "name": "body",
  7708. "description": "",
  7709. "required": true,
  7710. "allowMultiple": false
  7711. },
  7712. {
  7713. "type": "string",
  7714. "paramType": "path",
  7715. "name": "namespace",
  7716. "description": "object name and auth scope, such as for teams and projects",
  7717. "required": true,
  7718. "allowMultiple": false
  7719. },
  7720. {
  7721. "type": "string",
  7722. "paramType": "path",
  7723. "name": "name",
  7724. "description": "name of the Pod",
  7725. "required": true,
  7726. "allowMultiple": false
  7727. }
  7728. ],
  7729. "responseMessages": [
  7730. {
  7731. "code": 200,
  7732. "message": "OK",
  7733. "responseModel": "v1.Pod"
  7734. }
  7735. ],
  7736. "produces": [
  7737. "application/json",
  7738. "application/yaml",
  7739. "application/vnd.kubernetes.protobuf"
  7740. ],
  7741. "consumes": [
  7742. "*/*"
  7743. ]
  7744. },
  7745. {
  7746. "type": "v1.Pod",
  7747. "method": "PATCH",
  7748. "summary": "partially update the specified Pod",
  7749. "nickname": "patchNamespacedPod",
  7750. "parameters": [
  7751. {
  7752. "type": "string",
  7753. "paramType": "query",
  7754. "name": "pretty",
  7755. "description": "If 'true', then the output is pretty printed.",
  7756. "required": false,
  7757. "allowMultiple": false
  7758. },
  7759. {
  7760. "type": "unversioned.Patch",
  7761. "paramType": "body",
  7762. "name": "body",
  7763. "description": "",
  7764. "required": true,
  7765. "allowMultiple": false
  7766. },
  7767. {
  7768. "type": "string",
  7769. "paramType": "path",
  7770. "name": "namespace",
  7771. "description": "object name and auth scope, such as for teams and projects",
  7772. "required": true,
  7773. "allowMultiple": false
  7774. },
  7775. {
  7776. "type": "string",
  7777. "paramType": "path",
  7778. "name": "name",
  7779. "description": "name of the Pod",
  7780. "required": true,
  7781. "allowMultiple": false
  7782. }
  7783. ],
  7784. "responseMessages": [
  7785. {
  7786. "code": 200,
  7787. "message": "OK",
  7788. "responseModel": "v1.Pod"
  7789. }
  7790. ],
  7791. "produces": [
  7792. "application/json",
  7793. "application/yaml",
  7794. "application/vnd.kubernetes.protobuf"
  7795. ],
  7796. "consumes": [
  7797. "application/json-patch+json",
  7798. "application/merge-patch+json",
  7799. "application/strategic-merge-patch+json"
  7800. ]
  7801. },
  7802. {
  7803. "type": "unversioned.Status",
  7804. "method": "DELETE",
  7805. "summary": "delete a Pod",
  7806. "nickname": "deleteNamespacedPod",
  7807. "parameters": [
  7808. {
  7809. "type": "string",
  7810. "paramType": "query",
  7811. "name": "pretty",
  7812. "description": "If 'true', then the output is pretty printed.",
  7813. "required": false,
  7814. "allowMultiple": false
  7815. },
  7816. {
  7817. "type": "v1.DeleteOptions",
  7818. "paramType": "body",
  7819. "name": "body",
  7820. "description": "",
  7821. "required": true,
  7822. "allowMultiple": false
  7823. },
  7824. {
  7825. "type": "integer",
  7826. "paramType": "query",
  7827. "name": "gracePeriodSeconds",
  7828. "description": "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.",
  7829. "required": false,
  7830. "allowMultiple": false
  7831. },
  7832. {
  7833. "type": "boolean",
  7834. "paramType": "query",
  7835. "name": "orphanDependents",
  7836. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  7837. "required": false,
  7838. "allowMultiple": false
  7839. },
  7840. {
  7841. "type": "string",
  7842. "paramType": "path",
  7843. "name": "namespace",
  7844. "description": "object name and auth scope, such as for teams and projects",
  7845. "required": true,
  7846. "allowMultiple": false
  7847. },
  7848. {
  7849. "type": "string",
  7850. "paramType": "path",
  7851. "name": "name",
  7852. "description": "name of the Pod",
  7853. "required": true,
  7854. "allowMultiple": false
  7855. }
  7856. ],
  7857. "responseMessages": [
  7858. {
  7859. "code": 200,
  7860. "message": "OK",
  7861. "responseModel": "unversioned.Status"
  7862. }
  7863. ],
  7864. "produces": [
  7865. "application/json",
  7866. "application/yaml",
  7867. "application/vnd.kubernetes.protobuf"
  7868. ],
  7869. "consumes": [
  7870. "*/*"
  7871. ]
  7872. }
  7873. ]
  7874. },
  7875. {
  7876. "path": "/api/v1/watch/namespaces/{namespace}/pods/{name}",
  7877. "description": "API at /api/v1",
  7878. "operations": [
  7879. {
  7880. "type": "versioned.Event",
  7881. "method": "GET",
  7882. "summary": "watch changes to an object of kind Pod",
  7883. "nickname": "watchNamespacedPod",
  7884. "parameters": [
  7885. {
  7886. "type": "string",
  7887. "paramType": "query",
  7888. "name": "pretty",
  7889. "description": "If 'true', then the output is pretty printed.",
  7890. "required": false,
  7891. "allowMultiple": false
  7892. },
  7893. {
  7894. "type": "string",
  7895. "paramType": "query",
  7896. "name": "labelSelector",
  7897. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  7898. "required": false,
  7899. "allowMultiple": false
  7900. },
  7901. {
  7902. "type": "string",
  7903. "paramType": "query",
  7904. "name": "fieldSelector",
  7905. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  7906. "required": false,
  7907. "allowMultiple": false
  7908. },
  7909. {
  7910. "type": "boolean",
  7911. "paramType": "query",
  7912. "name": "watch",
  7913. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  7914. "required": false,
  7915. "allowMultiple": false
  7916. },
  7917. {
  7918. "type": "string",
  7919. "paramType": "query",
  7920. "name": "resourceVersion",
  7921. "description": "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.",
  7922. "required": false,
  7923. "allowMultiple": false
  7924. },
  7925. {
  7926. "type": "integer",
  7927. "paramType": "query",
  7928. "name": "timeoutSeconds",
  7929. "description": "Timeout for the list/watch call.",
  7930. "required": false,
  7931. "allowMultiple": false
  7932. },
  7933. {
  7934. "type": "string",
  7935. "paramType": "path",
  7936. "name": "namespace",
  7937. "description": "object name and auth scope, such as for teams and projects",
  7938. "required": true,
  7939. "allowMultiple": false
  7940. },
  7941. {
  7942. "type": "string",
  7943. "paramType": "path",
  7944. "name": "name",
  7945. "description": "name of the Pod",
  7946. "required": true,
  7947. "allowMultiple": false
  7948. }
  7949. ],
  7950. "responseMessages": [
  7951. {
  7952. "code": 200,
  7953. "message": "OK",
  7954. "responseModel": "versioned.Event"
  7955. }
  7956. ],
  7957. "produces": [
  7958. "application/json",
  7959. "application/yaml",
  7960. "application/vnd.kubernetes.protobuf",
  7961. "application/json;stream=watch",
  7962. "application/vnd.kubernetes.protobuf;stream=watch"
  7963. ],
  7964. "consumes": [
  7965. "*/*"
  7966. ]
  7967. }
  7968. ]
  7969. },
  7970. {
  7971. "path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}",
  7972. "description": "API at /api/v1",
  7973. "operations": [
  7974. {
  7975. "type": "string",
  7976. "method": "GET",
  7977. "summary": "proxy GET requests to Pod",
  7978. "nickname": "proxyGETNamespacedPodWithPath",
  7979. "parameters": [
  7980. {
  7981. "type": "string",
  7982. "paramType": "path",
  7983. "name": "namespace",
  7984. "description": "object name and auth scope, such as for teams and projects",
  7985. "required": true,
  7986. "allowMultiple": false
  7987. },
  7988. {
  7989. "type": "string",
  7990. "paramType": "path",
  7991. "name": "name",
  7992. "description": "name of the Pod",
  7993. "required": true,
  7994. "allowMultiple": false
  7995. },
  7996. {
  7997. "type": "string",
  7998. "paramType": "path",
  7999. "name": "path",
  8000. "description": "path to the resource",
  8001. "required": true,
  8002. "allowMultiple": false
  8003. }
  8004. ],
  8005. "produces": [
  8006. "*/*"
  8007. ],
  8008. "consumes": [
  8009. "*/*"
  8010. ]
  8011. },
  8012. {
  8013. "type": "string",
  8014. "method": "PUT",
  8015. "summary": "proxy PUT requests to Pod",
  8016. "nickname": "proxyPUTNamespacedPodWithPath",
  8017. "parameters": [
  8018. {
  8019. "type": "string",
  8020. "paramType": "path",
  8021. "name": "namespace",
  8022. "description": "object name and auth scope, such as for teams and projects",
  8023. "required": true,
  8024. "allowMultiple": false
  8025. },
  8026. {
  8027. "type": "string",
  8028. "paramType": "path",
  8029. "name": "name",
  8030. "description": "name of the Pod",
  8031. "required": true,
  8032. "allowMultiple": false
  8033. },
  8034. {
  8035. "type": "string",
  8036. "paramType": "path",
  8037. "name": "path",
  8038. "description": "path to the resource",
  8039. "required": true,
  8040. "allowMultiple": false
  8041. }
  8042. ],
  8043. "produces": [
  8044. "*/*"
  8045. ],
  8046. "consumes": [
  8047. "*/*"
  8048. ]
  8049. },
  8050. {
  8051. "type": "string",
  8052. "method": "POST",
  8053. "summary": "proxy POST requests to Pod",
  8054. "nickname": "proxyPOSTNamespacedPodWithPath",
  8055. "parameters": [
  8056. {
  8057. "type": "string",
  8058. "paramType": "path",
  8059. "name": "namespace",
  8060. "description": "object name and auth scope, such as for teams and projects",
  8061. "required": true,
  8062. "allowMultiple": false
  8063. },
  8064. {
  8065. "type": "string",
  8066. "paramType": "path",
  8067. "name": "name",
  8068. "description": "name of the Pod",
  8069. "required": true,
  8070. "allowMultiple": false
  8071. },
  8072. {
  8073. "type": "string",
  8074. "paramType": "path",
  8075. "name": "path",
  8076. "description": "path to the resource",
  8077. "required": true,
  8078. "allowMultiple": false
  8079. }
  8080. ],
  8081. "produces": [
  8082. "*/*"
  8083. ],
  8084. "consumes": [
  8085. "*/*"
  8086. ]
  8087. },
  8088. {
  8089. "type": "string",
  8090. "method": "DELETE",
  8091. "summary": "proxy DELETE requests to Pod",
  8092. "nickname": "proxyDELETENamespacedPodWithPath",
  8093. "parameters": [
  8094. {
  8095. "type": "string",
  8096. "paramType": "path",
  8097. "name": "namespace",
  8098. "description": "object name and auth scope, such as for teams and projects",
  8099. "required": true,
  8100. "allowMultiple": false
  8101. },
  8102. {
  8103. "type": "string",
  8104. "paramType": "path",
  8105. "name": "name",
  8106. "description": "name of the Pod",
  8107. "required": true,
  8108. "allowMultiple": false
  8109. },
  8110. {
  8111. "type": "string",
  8112. "paramType": "path",
  8113. "name": "path",
  8114. "description": "path to the resource",
  8115. "required": true,
  8116. "allowMultiple": false
  8117. }
  8118. ],
  8119. "produces": [
  8120. "*/*"
  8121. ],
  8122. "consumes": [
  8123. "*/*"
  8124. ]
  8125. },
  8126. {
  8127. "type": "string",
  8128. "method": "HEAD",
  8129. "summary": "proxy HEAD requests to Pod",
  8130. "nickname": "proxyHEADNamespacedPodWithPath",
  8131. "parameters": [
  8132. {
  8133. "type": "string",
  8134. "paramType": "path",
  8135. "name": "namespace",
  8136. "description": "object name and auth scope, such as for teams and projects",
  8137. "required": true,
  8138. "allowMultiple": false
  8139. },
  8140. {
  8141. "type": "string",
  8142. "paramType": "path",
  8143. "name": "name",
  8144. "description": "name of the Pod",
  8145. "required": true,
  8146. "allowMultiple": false
  8147. },
  8148. {
  8149. "type": "string",
  8150. "paramType": "path",
  8151. "name": "path",
  8152. "description": "path to the resource",
  8153. "required": true,
  8154. "allowMultiple": false
  8155. }
  8156. ],
  8157. "produces": [
  8158. "*/*"
  8159. ],
  8160. "consumes": [
  8161. "*/*"
  8162. ]
  8163. },
  8164. {
  8165. "type": "string",
  8166. "method": "OPTIONS",
  8167. "summary": "proxy OPTIONS requests to Pod",
  8168. "nickname": "proxyOPTIONSNamespacedPodWithPath",
  8169. "parameters": [
  8170. {
  8171. "type": "string",
  8172. "paramType": "path",
  8173. "name": "namespace",
  8174. "description": "object name and auth scope, such as for teams and projects",
  8175. "required": true,
  8176. "allowMultiple": false
  8177. },
  8178. {
  8179. "type": "string",
  8180. "paramType": "path",
  8181. "name": "name",
  8182. "description": "name of the Pod",
  8183. "required": true,
  8184. "allowMultiple": false
  8185. },
  8186. {
  8187. "type": "string",
  8188. "paramType": "path",
  8189. "name": "path",
  8190. "description": "path to the resource",
  8191. "required": true,
  8192. "allowMultiple": false
  8193. }
  8194. ],
  8195. "produces": [
  8196. "*/*"
  8197. ],
  8198. "consumes": [
  8199. "*/*"
  8200. ]
  8201. }
  8202. ]
  8203. },
  8204. {
  8205. "path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}",
  8206. "description": "API at /api/v1",
  8207. "operations": [
  8208. {
  8209. "type": "string",
  8210. "method": "GET",
  8211. "summary": "proxy GET requests to Pod",
  8212. "nickname": "proxyGETNamespacedPod",
  8213. "parameters": [
  8214. {
  8215. "type": "string",
  8216. "paramType": "path",
  8217. "name": "namespace",
  8218. "description": "object name and auth scope, such as for teams and projects",
  8219. "required": true,
  8220. "allowMultiple": false
  8221. },
  8222. {
  8223. "type": "string",
  8224. "paramType": "path",
  8225. "name": "name",
  8226. "description": "name of the Pod",
  8227. "required": true,
  8228. "allowMultiple": false
  8229. }
  8230. ],
  8231. "produces": [
  8232. "*/*"
  8233. ],
  8234. "consumes": [
  8235. "*/*"
  8236. ]
  8237. },
  8238. {
  8239. "type": "string",
  8240. "method": "PUT",
  8241. "summary": "proxy PUT requests to Pod",
  8242. "nickname": "proxyPUTNamespacedPod",
  8243. "parameters": [
  8244. {
  8245. "type": "string",
  8246. "paramType": "path",
  8247. "name": "namespace",
  8248. "description": "object name and auth scope, such as for teams and projects",
  8249. "required": true,
  8250. "allowMultiple": false
  8251. },
  8252. {
  8253. "type": "string",
  8254. "paramType": "path",
  8255. "name": "name",
  8256. "description": "name of the Pod",
  8257. "required": true,
  8258. "allowMultiple": false
  8259. }
  8260. ],
  8261. "produces": [
  8262. "*/*"
  8263. ],
  8264. "consumes": [
  8265. "*/*"
  8266. ]
  8267. },
  8268. {
  8269. "type": "string",
  8270. "method": "POST",
  8271. "summary": "proxy POST requests to Pod",
  8272. "nickname": "proxyPOSTNamespacedPod",
  8273. "parameters": [
  8274. {
  8275. "type": "string",
  8276. "paramType": "path",
  8277. "name": "namespace",
  8278. "description": "object name and auth scope, such as for teams and projects",
  8279. "required": true,
  8280. "allowMultiple": false
  8281. },
  8282. {
  8283. "type": "string",
  8284. "paramType": "path",
  8285. "name": "name",
  8286. "description": "name of the Pod",
  8287. "required": true,
  8288. "allowMultiple": false
  8289. }
  8290. ],
  8291. "produces": [
  8292. "*/*"
  8293. ],
  8294. "consumes": [
  8295. "*/*"
  8296. ]
  8297. },
  8298. {
  8299. "type": "string",
  8300. "method": "DELETE",
  8301. "summary": "proxy DELETE requests to Pod",
  8302. "nickname": "proxyDELETENamespacedPod",
  8303. "parameters": [
  8304. {
  8305. "type": "string",
  8306. "paramType": "path",
  8307. "name": "namespace",
  8308. "description": "object name and auth scope, such as for teams and projects",
  8309. "required": true,
  8310. "allowMultiple": false
  8311. },
  8312. {
  8313. "type": "string",
  8314. "paramType": "path",
  8315. "name": "name",
  8316. "description": "name of the Pod",
  8317. "required": true,
  8318. "allowMultiple": false
  8319. }
  8320. ],
  8321. "produces": [
  8322. "*/*"
  8323. ],
  8324. "consumes": [
  8325. "*/*"
  8326. ]
  8327. },
  8328. {
  8329. "type": "string",
  8330. "method": "HEAD",
  8331. "summary": "proxy HEAD requests to Pod",
  8332. "nickname": "proxyHEADNamespacedPod",
  8333. "parameters": [
  8334. {
  8335. "type": "string",
  8336. "paramType": "path",
  8337. "name": "namespace",
  8338. "description": "object name and auth scope, such as for teams and projects",
  8339. "required": true,
  8340. "allowMultiple": false
  8341. },
  8342. {
  8343. "type": "string",
  8344. "paramType": "path",
  8345. "name": "name",
  8346. "description": "name of the Pod",
  8347. "required": true,
  8348. "allowMultiple": false
  8349. }
  8350. ],
  8351. "produces": [
  8352. "*/*"
  8353. ],
  8354. "consumes": [
  8355. "*/*"
  8356. ]
  8357. },
  8358. {
  8359. "type": "string",
  8360. "method": "OPTIONS",
  8361. "summary": "proxy OPTIONS requests to Pod",
  8362. "nickname": "proxyOPTIONSNamespacedPod",
  8363. "parameters": [
  8364. {
  8365. "type": "string",
  8366. "paramType": "path",
  8367. "name": "namespace",
  8368. "description": "object name and auth scope, such as for teams and projects",
  8369. "required": true,
  8370. "allowMultiple": false
  8371. },
  8372. {
  8373. "type": "string",
  8374. "paramType": "path",
  8375. "name": "name",
  8376. "description": "name of the Pod",
  8377. "required": true,
  8378. "allowMultiple": false
  8379. }
  8380. ],
  8381. "produces": [
  8382. "*/*"
  8383. ],
  8384. "consumes": [
  8385. "*/*"
  8386. ]
  8387. }
  8388. ]
  8389. },
  8390. {
  8391. "path": "/api/v1/pods",
  8392. "description": "API at /api/v1",
  8393. "operations": [
  8394. {
  8395. "type": "v1.PodList",
  8396. "method": "GET",
  8397. "summary": "list or watch objects of kind Pod",
  8398. "nickname": "listPodForAllNamespaces",
  8399. "parameters": [
  8400. {
  8401. "type": "string",
  8402. "paramType": "query",
  8403. "name": "pretty",
  8404. "description": "If 'true', then the output is pretty printed.",
  8405. "required": false,
  8406. "allowMultiple": false
  8407. },
  8408. {
  8409. "type": "string",
  8410. "paramType": "query",
  8411. "name": "labelSelector",
  8412. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  8413. "required": false,
  8414. "allowMultiple": false
  8415. },
  8416. {
  8417. "type": "string",
  8418. "paramType": "query",
  8419. "name": "fieldSelector",
  8420. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  8421. "required": false,
  8422. "allowMultiple": false
  8423. },
  8424. {
  8425. "type": "boolean",
  8426. "paramType": "query",
  8427. "name": "watch",
  8428. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  8429. "required": false,
  8430. "allowMultiple": false
  8431. },
  8432. {
  8433. "type": "string",
  8434. "paramType": "query",
  8435. "name": "resourceVersion",
  8436. "description": "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.",
  8437. "required": false,
  8438. "allowMultiple": false
  8439. },
  8440. {
  8441. "type": "integer",
  8442. "paramType": "query",
  8443. "name": "timeoutSeconds",
  8444. "description": "Timeout for the list/watch call.",
  8445. "required": false,
  8446. "allowMultiple": false
  8447. }
  8448. ],
  8449. "responseMessages": [
  8450. {
  8451. "code": 200,
  8452. "message": "OK",
  8453. "responseModel": "v1.PodList"
  8454. }
  8455. ],
  8456. "produces": [
  8457. "application/json",
  8458. "application/yaml",
  8459. "application/vnd.kubernetes.protobuf",
  8460. "application/json;stream=watch",
  8461. "application/vnd.kubernetes.protobuf;stream=watch"
  8462. ],
  8463. "consumes": [
  8464. "*/*"
  8465. ]
  8466. }
  8467. ]
  8468. },
  8469. {
  8470. "path": "/api/v1/watch/pods",
  8471. "description": "API at /api/v1",
  8472. "operations": [
  8473. {
  8474. "type": "versioned.Event",
  8475. "method": "GET",
  8476. "summary": "watch individual changes to a list of Pod",
  8477. "nickname": "watchPodListForAllNamespaces",
  8478. "parameters": [
  8479. {
  8480. "type": "string",
  8481. "paramType": "query",
  8482. "name": "pretty",
  8483. "description": "If 'true', then the output is pretty printed.",
  8484. "required": false,
  8485. "allowMultiple": false
  8486. },
  8487. {
  8488. "type": "string",
  8489. "paramType": "query",
  8490. "name": "labelSelector",
  8491. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  8492. "required": false,
  8493. "allowMultiple": false
  8494. },
  8495. {
  8496. "type": "string",
  8497. "paramType": "query",
  8498. "name": "fieldSelector",
  8499. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  8500. "required": false,
  8501. "allowMultiple": false
  8502. },
  8503. {
  8504. "type": "boolean",
  8505. "paramType": "query",
  8506. "name": "watch",
  8507. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  8508. "required": false,
  8509. "allowMultiple": false
  8510. },
  8511. {
  8512. "type": "string",
  8513. "paramType": "query",
  8514. "name": "resourceVersion",
  8515. "description": "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.",
  8516. "required": false,
  8517. "allowMultiple": false
  8518. },
  8519. {
  8520. "type": "integer",
  8521. "paramType": "query",
  8522. "name": "timeoutSeconds",
  8523. "description": "Timeout for the list/watch call.",
  8524. "required": false,
  8525. "allowMultiple": false
  8526. }
  8527. ],
  8528. "responseMessages": [
  8529. {
  8530. "code": 200,
  8531. "message": "OK",
  8532. "responseModel": "versioned.Event"
  8533. }
  8534. ],
  8535. "produces": [
  8536. "application/json",
  8537. "application/yaml",
  8538. "application/vnd.kubernetes.protobuf",
  8539. "application/json;stream=watch",
  8540. "application/vnd.kubernetes.protobuf;stream=watch"
  8541. ],
  8542. "consumes": [
  8543. "*/*"
  8544. ]
  8545. }
  8546. ]
  8547. },
  8548. {
  8549. "path": "/api/v1/namespaces/{namespace}/pods/{name}/attach",
  8550. "description": "API at /api/v1",
  8551. "operations": [
  8552. {
  8553. "type": "string",
  8554. "method": "GET",
  8555. "summary": "connect GET requests to attach of Pod",
  8556. "nickname": "connectGetNamespacedPodAttach",
  8557. "parameters": [
  8558. {
  8559. "type": "boolean",
  8560. "paramType": "query",
  8561. "name": "stdin",
  8562. "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
  8563. "required": false,
  8564. "allowMultiple": false
  8565. },
  8566. {
  8567. "type": "boolean",
  8568. "paramType": "query",
  8569. "name": "stdout",
  8570. "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
  8571. "required": false,
  8572. "allowMultiple": false
  8573. },
  8574. {
  8575. "type": "boolean",
  8576. "paramType": "query",
  8577. "name": "stderr",
  8578. "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
  8579. "required": false,
  8580. "allowMultiple": false
  8581. },
  8582. {
  8583. "type": "boolean",
  8584. "paramType": "query",
  8585. "name": "tty",
  8586. "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
  8587. "required": false,
  8588. "allowMultiple": false
  8589. },
  8590. {
  8591. "type": "string",
  8592. "paramType": "query",
  8593. "name": "container",
  8594. "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
  8595. "required": false,
  8596. "allowMultiple": false
  8597. },
  8598. {
  8599. "type": "string",
  8600. "paramType": "path",
  8601. "name": "namespace",
  8602. "description": "object name and auth scope, such as for teams and projects",
  8603. "required": true,
  8604. "allowMultiple": false
  8605. },
  8606. {
  8607. "type": "string",
  8608. "paramType": "path",
  8609. "name": "name",
  8610. "description": "name of the Pod",
  8611. "required": true,
  8612. "allowMultiple": false
  8613. }
  8614. ],
  8615. "produces": [
  8616. "*/*"
  8617. ],
  8618. "consumes": [
  8619. "*/*"
  8620. ]
  8621. },
  8622. {
  8623. "type": "string",
  8624. "method": "POST",
  8625. "summary": "connect POST requests to attach of Pod",
  8626. "nickname": "connectPostNamespacedPodAttach",
  8627. "parameters": [
  8628. {
  8629. "type": "boolean",
  8630. "paramType": "query",
  8631. "name": "stdin",
  8632. "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
  8633. "required": false,
  8634. "allowMultiple": false
  8635. },
  8636. {
  8637. "type": "boolean",
  8638. "paramType": "query",
  8639. "name": "stdout",
  8640. "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
  8641. "required": false,
  8642. "allowMultiple": false
  8643. },
  8644. {
  8645. "type": "boolean",
  8646. "paramType": "query",
  8647. "name": "stderr",
  8648. "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
  8649. "required": false,
  8650. "allowMultiple": false
  8651. },
  8652. {
  8653. "type": "boolean",
  8654. "paramType": "query",
  8655. "name": "tty",
  8656. "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
  8657. "required": false,
  8658. "allowMultiple": false
  8659. },
  8660. {
  8661. "type": "string",
  8662. "paramType": "query",
  8663. "name": "container",
  8664. "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
  8665. "required": false,
  8666. "allowMultiple": false
  8667. },
  8668. {
  8669. "type": "string",
  8670. "paramType": "path",
  8671. "name": "namespace",
  8672. "description": "object name and auth scope, such as for teams and projects",
  8673. "required": true,
  8674. "allowMultiple": false
  8675. },
  8676. {
  8677. "type": "string",
  8678. "paramType": "path",
  8679. "name": "name",
  8680. "description": "name of the Pod",
  8681. "required": true,
  8682. "allowMultiple": false
  8683. }
  8684. ],
  8685. "produces": [
  8686. "*/*"
  8687. ],
  8688. "consumes": [
  8689. "*/*"
  8690. ]
  8691. }
  8692. ]
  8693. },
  8694. {
  8695. "path": "/api/v1/namespaces/{namespace}/pods/{name}/binding",
  8696. "description": "API at /api/v1",
  8697. "operations": [
  8698. {
  8699. "type": "v1.Binding",
  8700. "method": "POST",
  8701. "summary": "create binding of a Binding",
  8702. "nickname": "createNamespacedBindingBinding",
  8703. "parameters": [
  8704. {
  8705. "type": "string",
  8706. "paramType": "query",
  8707. "name": "pretty",
  8708. "description": "If 'true', then the output is pretty printed.",
  8709. "required": false,
  8710. "allowMultiple": false
  8711. },
  8712. {
  8713. "type": "v1.Binding",
  8714. "paramType": "body",
  8715. "name": "body",
  8716. "description": "",
  8717. "required": true,
  8718. "allowMultiple": false
  8719. },
  8720. {
  8721. "type": "string",
  8722. "paramType": "path",
  8723. "name": "namespace",
  8724. "description": "object name and auth scope, such as for teams and projects",
  8725. "required": true,
  8726. "allowMultiple": false
  8727. },
  8728. {
  8729. "type": "string",
  8730. "paramType": "path",
  8731. "name": "name",
  8732. "description": "name of the Binding",
  8733. "required": true,
  8734. "allowMultiple": false
  8735. }
  8736. ],
  8737. "responseMessages": [
  8738. {
  8739. "code": 200,
  8740. "message": "OK",
  8741. "responseModel": "v1.Binding"
  8742. }
  8743. ],
  8744. "produces": [
  8745. "application/json",
  8746. "application/yaml",
  8747. "application/vnd.kubernetes.protobuf"
  8748. ],
  8749. "consumes": [
  8750. "*/*"
  8751. ]
  8752. }
  8753. ]
  8754. },
  8755. {
  8756. "path": "/api/v1/namespaces/{namespace}/pods/{name}/eviction",
  8757. "description": "API at /api/v1",
  8758. "operations": [
  8759. {
  8760. "type": "v1beta1.Eviction",
  8761. "method": "POST",
  8762. "summary": "create eviction of an Eviction",
  8763. "nickname": "createNamespacedEvictionEviction",
  8764. "parameters": [
  8765. {
  8766. "type": "string",
  8767. "paramType": "query",
  8768. "name": "pretty",
  8769. "description": "If 'true', then the output is pretty printed.",
  8770. "required": false,
  8771. "allowMultiple": false
  8772. },
  8773. {
  8774. "type": "v1beta1.Eviction",
  8775. "paramType": "body",
  8776. "name": "body",
  8777. "description": "",
  8778. "required": true,
  8779. "allowMultiple": false
  8780. },
  8781. {
  8782. "type": "string",
  8783. "paramType": "path",
  8784. "name": "namespace",
  8785. "description": "object name and auth scope, such as for teams and projects",
  8786. "required": true,
  8787. "allowMultiple": false
  8788. },
  8789. {
  8790. "type": "string",
  8791. "paramType": "path",
  8792. "name": "name",
  8793. "description": "name of the Eviction",
  8794. "required": true,
  8795. "allowMultiple": false
  8796. }
  8797. ],
  8798. "responseMessages": [
  8799. {
  8800. "code": 200,
  8801. "message": "OK",
  8802. "responseModel": "v1beta1.Eviction"
  8803. }
  8804. ],
  8805. "produces": [
  8806. "application/json",
  8807. "application/yaml",
  8808. "application/vnd.kubernetes.protobuf"
  8809. ],
  8810. "consumes": [
  8811. "*/*"
  8812. ]
  8813. }
  8814. ]
  8815. },
  8816. {
  8817. "path": "/api/v1/namespaces/{namespace}/pods/{name}/exec",
  8818. "description": "API at /api/v1",
  8819. "operations": [
  8820. {
  8821. "type": "string",
  8822. "method": "GET",
  8823. "summary": "connect GET requests to exec of Pod",
  8824. "nickname": "connectGetNamespacedPodExec",
  8825. "parameters": [
  8826. {
  8827. "type": "boolean",
  8828. "paramType": "query",
  8829. "name": "stdin",
  8830. "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
  8831. "required": false,
  8832. "allowMultiple": false
  8833. },
  8834. {
  8835. "type": "boolean",
  8836. "paramType": "query",
  8837. "name": "stdout",
  8838. "description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
  8839. "required": false,
  8840. "allowMultiple": false
  8841. },
  8842. {
  8843. "type": "boolean",
  8844. "paramType": "query",
  8845. "name": "stderr",
  8846. "description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
  8847. "required": false,
  8848. "allowMultiple": false
  8849. },
  8850. {
  8851. "type": "boolean",
  8852. "paramType": "query",
  8853. "name": "tty",
  8854. "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
  8855. "required": false,
  8856. "allowMultiple": false
  8857. },
  8858. {
  8859. "type": "string",
  8860. "paramType": "query",
  8861. "name": "container",
  8862. "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
  8863. "required": false,
  8864. "allowMultiple": false
  8865. },
  8866. {
  8867. "type": "string",
  8868. "paramType": "query",
  8869. "name": "command",
  8870. "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
  8871. "required": false,
  8872. "allowMultiple": false
  8873. },
  8874. {
  8875. "type": "string",
  8876. "paramType": "path",
  8877. "name": "namespace",
  8878. "description": "object name and auth scope, such as for teams and projects",
  8879. "required": true,
  8880. "allowMultiple": false
  8881. },
  8882. {
  8883. "type": "string",
  8884. "paramType": "path",
  8885. "name": "name",
  8886. "description": "name of the Pod",
  8887. "required": true,
  8888. "allowMultiple": false
  8889. }
  8890. ],
  8891. "produces": [
  8892. "*/*"
  8893. ],
  8894. "consumes": [
  8895. "*/*"
  8896. ]
  8897. },
  8898. {
  8899. "type": "string",
  8900. "method": "POST",
  8901. "summary": "connect POST requests to exec of Pod",
  8902. "nickname": "connectPostNamespacedPodExec",
  8903. "parameters": [
  8904. {
  8905. "type": "boolean",
  8906. "paramType": "query",
  8907. "name": "stdin",
  8908. "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
  8909. "required": false,
  8910. "allowMultiple": false
  8911. },
  8912. {
  8913. "type": "boolean",
  8914. "paramType": "query",
  8915. "name": "stdout",
  8916. "description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
  8917. "required": false,
  8918. "allowMultiple": false
  8919. },
  8920. {
  8921. "type": "boolean",
  8922. "paramType": "query",
  8923. "name": "stderr",
  8924. "description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
  8925. "required": false,
  8926. "allowMultiple": false
  8927. },
  8928. {
  8929. "type": "boolean",
  8930. "paramType": "query",
  8931. "name": "tty",
  8932. "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
  8933. "required": false,
  8934. "allowMultiple": false
  8935. },
  8936. {
  8937. "type": "string",
  8938. "paramType": "query",
  8939. "name": "container",
  8940. "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
  8941. "required": false,
  8942. "allowMultiple": false
  8943. },
  8944. {
  8945. "type": "string",
  8946. "paramType": "query",
  8947. "name": "command",
  8948. "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
  8949. "required": false,
  8950. "allowMultiple": false
  8951. },
  8952. {
  8953. "type": "string",
  8954. "paramType": "path",
  8955. "name": "namespace",
  8956. "description": "object name and auth scope, such as for teams and projects",
  8957. "required": true,
  8958. "allowMultiple": false
  8959. },
  8960. {
  8961. "type": "string",
  8962. "paramType": "path",
  8963. "name": "name",
  8964. "description": "name of the Pod",
  8965. "required": true,
  8966. "allowMultiple": false
  8967. }
  8968. ],
  8969. "produces": [
  8970. "*/*"
  8971. ],
  8972. "consumes": [
  8973. "*/*"
  8974. ]
  8975. }
  8976. ]
  8977. },
  8978. {
  8979. "path": "/api/v1/namespaces/{namespace}/pods/{name}/log",
  8980. "description": "API at /api/v1",
  8981. "operations": [
  8982. {
  8983. "type": "string",
  8984. "method": "GET",
  8985. "summary": "read log of the specified Pod",
  8986. "nickname": "readNamespacedPodLog",
  8987. "parameters": [
  8988. {
  8989. "type": "string",
  8990. "paramType": "query",
  8991. "name": "pretty",
  8992. "description": "If 'true', then the output is pretty printed.",
  8993. "required": false,
  8994. "allowMultiple": false
  8995. },
  8996. {
  8997. "type": "string",
  8998. "paramType": "query",
  8999. "name": "container",
  9000. "description": "The container for which to stream logs. Defaults to only container if there is one container in the pod.",
  9001. "required": false,
  9002. "allowMultiple": false
  9003. },
  9004. {
  9005. "type": "boolean",
  9006. "paramType": "query",
  9007. "name": "follow",
  9008. "description": "Follow the log stream of the pod. Defaults to false.",
  9009. "required": false,
  9010. "allowMultiple": false
  9011. },
  9012. {
  9013. "type": "boolean",
  9014. "paramType": "query",
  9015. "name": "previous",
  9016. "description": "Return previous terminated container logs. Defaults to false.",
  9017. "required": false,
  9018. "allowMultiple": false
  9019. },
  9020. {
  9021. "type": "integer",
  9022. "paramType": "query",
  9023. "name": "sinceSeconds",
  9024. "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
  9025. "required": false,
  9026. "allowMultiple": false
  9027. },
  9028. {
  9029. "type": "string",
  9030. "paramType": "query",
  9031. "name": "sinceTime",
  9032. "description": "An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
  9033. "required": false,
  9034. "allowMultiple": false
  9035. },
  9036. {
  9037. "type": "boolean",
  9038. "paramType": "query",
  9039. "name": "timestamps",
  9040. "description": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.",
  9041. "required": false,
  9042. "allowMultiple": false
  9043. },
  9044. {
  9045. "type": "integer",
  9046. "paramType": "query",
  9047. "name": "tailLines",
  9048. "description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime",
  9049. "required": false,
  9050. "allowMultiple": false
  9051. },
  9052. {
  9053. "type": "integer",
  9054. "paramType": "query",
  9055. "name": "limitBytes",
  9056. "description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.",
  9057. "required": false,
  9058. "allowMultiple": false
  9059. },
  9060. {
  9061. "type": "string",
  9062. "paramType": "path",
  9063. "name": "namespace",
  9064. "description": "object name and auth scope, such as for teams and projects",
  9065. "required": true,
  9066. "allowMultiple": false
  9067. },
  9068. {
  9069. "type": "string",
  9070. "paramType": "path",
  9071. "name": "name",
  9072. "description": "name of the Pod",
  9073. "required": true,
  9074. "allowMultiple": false
  9075. }
  9076. ],
  9077. "responseMessages": [
  9078. {
  9079. "code": 200,
  9080. "message": "OK",
  9081. "responseModel": "string"
  9082. }
  9083. ],
  9084. "produces": [
  9085. "text/plain",
  9086. "application/json",
  9087. "application/yaml",
  9088. "application/vnd.kubernetes.protobuf"
  9089. ],
  9090. "consumes": [
  9091. "*/*"
  9092. ]
  9093. }
  9094. ]
  9095. },
  9096. {
  9097. "path": "/api/v1/namespaces/{namespace}/pods/{name}/portforward",
  9098. "description": "API at /api/v1",
  9099. "operations": [
  9100. {
  9101. "type": "string",
  9102. "method": "GET",
  9103. "summary": "connect GET requests to portforward of Pod",
  9104. "nickname": "connectGetNamespacedPodPortforward",
  9105. "parameters": [
  9106. {
  9107. "type": "string",
  9108. "paramType": "path",
  9109. "name": "namespace",
  9110. "description": "object name and auth scope, such as for teams and projects",
  9111. "required": true,
  9112. "allowMultiple": false
  9113. },
  9114. {
  9115. "type": "string",
  9116. "paramType": "path",
  9117. "name": "name",
  9118. "description": "name of the Pod",
  9119. "required": true,
  9120. "allowMultiple": false
  9121. }
  9122. ],
  9123. "produces": [
  9124. "*/*"
  9125. ],
  9126. "consumes": [
  9127. "*/*"
  9128. ]
  9129. },
  9130. {
  9131. "type": "string",
  9132. "method": "POST",
  9133. "summary": "connect POST requests to portforward of Pod",
  9134. "nickname": "connectPostNamespacedPodPortforward",
  9135. "parameters": [
  9136. {
  9137. "type": "string",
  9138. "paramType": "path",
  9139. "name": "namespace",
  9140. "description": "object name and auth scope, such as for teams and projects",
  9141. "required": true,
  9142. "allowMultiple": false
  9143. },
  9144. {
  9145. "type": "string",
  9146. "paramType": "path",
  9147. "name": "name",
  9148. "description": "name of the Pod",
  9149. "required": true,
  9150. "allowMultiple": false
  9151. }
  9152. ],
  9153. "produces": [
  9154. "*/*"
  9155. ],
  9156. "consumes": [
  9157. "*/*"
  9158. ]
  9159. }
  9160. ]
  9161. },
  9162. {
  9163. "path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy",
  9164. "description": "API at /api/v1",
  9165. "operations": [
  9166. {
  9167. "type": "string",
  9168. "method": "GET",
  9169. "summary": "connect GET requests to proxy of Pod",
  9170. "nickname": "connectGetNamespacedPodProxy",
  9171. "parameters": [
  9172. {
  9173. "type": "string",
  9174. "paramType": "query",
  9175. "name": "path",
  9176. "description": "Path is the URL path to use for the current proxy request to pod.",
  9177. "required": false,
  9178. "allowMultiple": false
  9179. },
  9180. {
  9181. "type": "string",
  9182. "paramType": "path",
  9183. "name": "namespace",
  9184. "description": "object name and auth scope, such as for teams and projects",
  9185. "required": true,
  9186. "allowMultiple": false
  9187. },
  9188. {
  9189. "type": "string",
  9190. "paramType": "path",
  9191. "name": "name",
  9192. "description": "name of the Pod",
  9193. "required": true,
  9194. "allowMultiple": false
  9195. }
  9196. ],
  9197. "produces": [
  9198. "*/*"
  9199. ],
  9200. "consumes": [
  9201. "*/*"
  9202. ]
  9203. },
  9204. {
  9205. "type": "string",
  9206. "method": "POST",
  9207. "summary": "connect POST requests to proxy of Pod",
  9208. "nickname": "connectPostNamespacedPodProxy",
  9209. "parameters": [
  9210. {
  9211. "type": "string",
  9212. "paramType": "query",
  9213. "name": "path",
  9214. "description": "Path is the URL path to use for the current proxy request to pod.",
  9215. "required": false,
  9216. "allowMultiple": false
  9217. },
  9218. {
  9219. "type": "string",
  9220. "paramType": "path",
  9221. "name": "namespace",
  9222. "description": "object name and auth scope, such as for teams and projects",
  9223. "required": true,
  9224. "allowMultiple": false
  9225. },
  9226. {
  9227. "type": "string",
  9228. "paramType": "path",
  9229. "name": "name",
  9230. "description": "name of the Pod",
  9231. "required": true,
  9232. "allowMultiple": false
  9233. }
  9234. ],
  9235. "produces": [
  9236. "*/*"
  9237. ],
  9238. "consumes": [
  9239. "*/*"
  9240. ]
  9241. },
  9242. {
  9243. "type": "string",
  9244. "method": "PUT",
  9245. "summary": "connect PUT requests to proxy of Pod",
  9246. "nickname": "connectPutNamespacedPodProxy",
  9247. "parameters": [
  9248. {
  9249. "type": "string",
  9250. "paramType": "query",
  9251. "name": "path",
  9252. "description": "Path is the URL path to use for the current proxy request to pod.",
  9253. "required": false,
  9254. "allowMultiple": false
  9255. },
  9256. {
  9257. "type": "string",
  9258. "paramType": "path",
  9259. "name": "namespace",
  9260. "description": "object name and auth scope, such as for teams and projects",
  9261. "required": true,
  9262. "allowMultiple": false
  9263. },
  9264. {
  9265. "type": "string",
  9266. "paramType": "path",
  9267. "name": "name",
  9268. "description": "name of the Pod",
  9269. "required": true,
  9270. "allowMultiple": false
  9271. }
  9272. ],
  9273. "produces": [
  9274. "*/*"
  9275. ],
  9276. "consumes": [
  9277. "*/*"
  9278. ]
  9279. },
  9280. {
  9281. "type": "string",
  9282. "method": "DELETE",
  9283. "summary": "connect DELETE requests to proxy of Pod",
  9284. "nickname": "connectDeleteNamespacedPodProxy",
  9285. "parameters": [
  9286. {
  9287. "type": "string",
  9288. "paramType": "query",
  9289. "name": "path",
  9290. "description": "Path is the URL path to use for the current proxy request to pod.",
  9291. "required": false,
  9292. "allowMultiple": false
  9293. },
  9294. {
  9295. "type": "string",
  9296. "paramType": "path",
  9297. "name": "namespace",
  9298. "description": "object name and auth scope, such as for teams and projects",
  9299. "required": true,
  9300. "allowMultiple": false
  9301. },
  9302. {
  9303. "type": "string",
  9304. "paramType": "path",
  9305. "name": "name",
  9306. "description": "name of the Pod",
  9307. "required": true,
  9308. "allowMultiple": false
  9309. }
  9310. ],
  9311. "produces": [
  9312. "*/*"
  9313. ],
  9314. "consumes": [
  9315. "*/*"
  9316. ]
  9317. },
  9318. {
  9319. "type": "string",
  9320. "method": "HEAD",
  9321. "summary": "connect HEAD requests to proxy of Pod",
  9322. "nickname": "connectHeadNamespacedPodProxy",
  9323. "parameters": [
  9324. {
  9325. "type": "string",
  9326. "paramType": "query",
  9327. "name": "path",
  9328. "description": "Path is the URL path to use for the current proxy request to pod.",
  9329. "required": false,
  9330. "allowMultiple": false
  9331. },
  9332. {
  9333. "type": "string",
  9334. "paramType": "path",
  9335. "name": "namespace",
  9336. "description": "object name and auth scope, such as for teams and projects",
  9337. "required": true,
  9338. "allowMultiple": false
  9339. },
  9340. {
  9341. "type": "string",
  9342. "paramType": "path",
  9343. "name": "name",
  9344. "description": "name of the Pod",
  9345. "required": true,
  9346. "allowMultiple": false
  9347. }
  9348. ],
  9349. "produces": [
  9350. "*/*"
  9351. ],
  9352. "consumes": [
  9353. "*/*"
  9354. ]
  9355. },
  9356. {
  9357. "type": "string",
  9358. "method": "OPTIONS",
  9359. "summary": "connect OPTIONS requests to proxy of Pod",
  9360. "nickname": "connectOptionsNamespacedPodProxy",
  9361. "parameters": [
  9362. {
  9363. "type": "string",
  9364. "paramType": "query",
  9365. "name": "path",
  9366. "description": "Path is the URL path to use for the current proxy request to pod.",
  9367. "required": false,
  9368. "allowMultiple": false
  9369. },
  9370. {
  9371. "type": "string",
  9372. "paramType": "path",
  9373. "name": "namespace",
  9374. "description": "object name and auth scope, such as for teams and projects",
  9375. "required": true,
  9376. "allowMultiple": false
  9377. },
  9378. {
  9379. "type": "string",
  9380. "paramType": "path",
  9381. "name": "name",
  9382. "description": "name of the Pod",
  9383. "required": true,
  9384. "allowMultiple": false
  9385. }
  9386. ],
  9387. "produces": [
  9388. "*/*"
  9389. ],
  9390. "consumes": [
  9391. "*/*"
  9392. ]
  9393. }
  9394. ]
  9395. },
  9396. {
  9397. "path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}",
  9398. "description": "API at /api/v1",
  9399. "operations": [
  9400. {
  9401. "type": "string",
  9402. "method": "GET",
  9403. "summary": "connect GET requests to proxy of Pod",
  9404. "nickname": "connectGetNamespacedPodProxyWithPath",
  9405. "parameters": [
  9406. {
  9407. "type": "string",
  9408. "paramType": "query",
  9409. "name": "path",
  9410. "description": "Path is the URL path to use for the current proxy request to pod.",
  9411. "required": false,
  9412. "allowMultiple": false
  9413. },
  9414. {
  9415. "type": "string",
  9416. "paramType": "path",
  9417. "name": "namespace",
  9418. "description": "object name and auth scope, such as for teams and projects",
  9419. "required": true,
  9420. "allowMultiple": false
  9421. },
  9422. {
  9423. "type": "string",
  9424. "paramType": "path",
  9425. "name": "name",
  9426. "description": "name of the Pod",
  9427. "required": true,
  9428. "allowMultiple": false
  9429. },
  9430. {
  9431. "type": "string",
  9432. "paramType": "path",
  9433. "name": "path",
  9434. "description": "path to the resource",
  9435. "required": true,
  9436. "allowMultiple": false
  9437. }
  9438. ],
  9439. "produces": [
  9440. "*/*"
  9441. ],
  9442. "consumes": [
  9443. "*/*"
  9444. ]
  9445. },
  9446. {
  9447. "type": "string",
  9448. "method": "POST",
  9449. "summary": "connect POST requests to proxy of Pod",
  9450. "nickname": "connectPostNamespacedPodProxyWithPath",
  9451. "parameters": [
  9452. {
  9453. "type": "string",
  9454. "paramType": "query",
  9455. "name": "path",
  9456. "description": "Path is the URL path to use for the current proxy request to pod.",
  9457. "required": false,
  9458. "allowMultiple": false
  9459. },
  9460. {
  9461. "type": "string",
  9462. "paramType": "path",
  9463. "name": "namespace",
  9464. "description": "object name and auth scope, such as for teams and projects",
  9465. "required": true,
  9466. "allowMultiple": false
  9467. },
  9468. {
  9469. "type": "string",
  9470. "paramType": "path",
  9471. "name": "name",
  9472. "description": "name of the Pod",
  9473. "required": true,
  9474. "allowMultiple": false
  9475. },
  9476. {
  9477. "type": "string",
  9478. "paramType": "path",
  9479. "name": "path",
  9480. "description": "path to the resource",
  9481. "required": true,
  9482. "allowMultiple": false
  9483. }
  9484. ],
  9485. "produces": [
  9486. "*/*"
  9487. ],
  9488. "consumes": [
  9489. "*/*"
  9490. ]
  9491. },
  9492. {
  9493. "type": "string",
  9494. "method": "PUT",
  9495. "summary": "connect PUT requests to proxy of Pod",
  9496. "nickname": "connectPutNamespacedPodProxyWithPath",
  9497. "parameters": [
  9498. {
  9499. "type": "string",
  9500. "paramType": "query",
  9501. "name": "path",
  9502. "description": "Path is the URL path to use for the current proxy request to pod.",
  9503. "required": false,
  9504. "allowMultiple": false
  9505. },
  9506. {
  9507. "type": "string",
  9508. "paramType": "path",
  9509. "name": "namespace",
  9510. "description": "object name and auth scope, such as for teams and projects",
  9511. "required": true,
  9512. "allowMultiple": false
  9513. },
  9514. {
  9515. "type": "string",
  9516. "paramType": "path",
  9517. "name": "name",
  9518. "description": "name of the Pod",
  9519. "required": true,
  9520. "allowMultiple": false
  9521. },
  9522. {
  9523. "type": "string",
  9524. "paramType": "path",
  9525. "name": "path",
  9526. "description": "path to the resource",
  9527. "required": true,
  9528. "allowMultiple": false
  9529. }
  9530. ],
  9531. "produces": [
  9532. "*/*"
  9533. ],
  9534. "consumes": [
  9535. "*/*"
  9536. ]
  9537. },
  9538. {
  9539. "type": "string",
  9540. "method": "DELETE",
  9541. "summary": "connect DELETE requests to proxy of Pod",
  9542. "nickname": "connectDeleteNamespacedPodProxyWithPath",
  9543. "parameters": [
  9544. {
  9545. "type": "string",
  9546. "paramType": "query",
  9547. "name": "path",
  9548. "description": "Path is the URL path to use for the current proxy request to pod.",
  9549. "required": false,
  9550. "allowMultiple": false
  9551. },
  9552. {
  9553. "type": "string",
  9554. "paramType": "path",
  9555. "name": "namespace",
  9556. "description": "object name and auth scope, such as for teams and projects",
  9557. "required": true,
  9558. "allowMultiple": false
  9559. },
  9560. {
  9561. "type": "string",
  9562. "paramType": "path",
  9563. "name": "name",
  9564. "description": "name of the Pod",
  9565. "required": true,
  9566. "allowMultiple": false
  9567. },
  9568. {
  9569. "type": "string",
  9570. "paramType": "path",
  9571. "name": "path",
  9572. "description": "path to the resource",
  9573. "required": true,
  9574. "allowMultiple": false
  9575. }
  9576. ],
  9577. "produces": [
  9578. "*/*"
  9579. ],
  9580. "consumes": [
  9581. "*/*"
  9582. ]
  9583. },
  9584. {
  9585. "type": "string",
  9586. "method": "HEAD",
  9587. "summary": "connect HEAD requests to proxy of Pod",
  9588. "nickname": "connectHeadNamespacedPodProxyWithPath",
  9589. "parameters": [
  9590. {
  9591. "type": "string",
  9592. "paramType": "query",
  9593. "name": "path",
  9594. "description": "Path is the URL path to use for the current proxy request to pod.",
  9595. "required": false,
  9596. "allowMultiple": false
  9597. },
  9598. {
  9599. "type": "string",
  9600. "paramType": "path",
  9601. "name": "namespace",
  9602. "description": "object name and auth scope, such as for teams and projects",
  9603. "required": true,
  9604. "allowMultiple": false
  9605. },
  9606. {
  9607. "type": "string",
  9608. "paramType": "path",
  9609. "name": "name",
  9610. "description": "name of the Pod",
  9611. "required": true,
  9612. "allowMultiple": false
  9613. },
  9614. {
  9615. "type": "string",
  9616. "paramType": "path",
  9617. "name": "path",
  9618. "description": "path to the resource",
  9619. "required": true,
  9620. "allowMultiple": false
  9621. }
  9622. ],
  9623. "produces": [
  9624. "*/*"
  9625. ],
  9626. "consumes": [
  9627. "*/*"
  9628. ]
  9629. },
  9630. {
  9631. "type": "string",
  9632. "method": "OPTIONS",
  9633. "summary": "connect OPTIONS requests to proxy of Pod",
  9634. "nickname": "connectOptionsNamespacedPodProxyWithPath",
  9635. "parameters": [
  9636. {
  9637. "type": "string",
  9638. "paramType": "query",
  9639. "name": "path",
  9640. "description": "Path is the URL path to use for the current proxy request to pod.",
  9641. "required": false,
  9642. "allowMultiple": false
  9643. },
  9644. {
  9645. "type": "string",
  9646. "paramType": "path",
  9647. "name": "namespace",
  9648. "description": "object name and auth scope, such as for teams and projects",
  9649. "required": true,
  9650. "allowMultiple": false
  9651. },
  9652. {
  9653. "type": "string",
  9654. "paramType": "path",
  9655. "name": "name",
  9656. "description": "name of the Pod",
  9657. "required": true,
  9658. "allowMultiple": false
  9659. },
  9660. {
  9661. "type": "string",
  9662. "paramType": "path",
  9663. "name": "path",
  9664. "description": "path to the resource",
  9665. "required": true,
  9666. "allowMultiple": false
  9667. }
  9668. ],
  9669. "produces": [
  9670. "*/*"
  9671. ],
  9672. "consumes": [
  9673. "*/*"
  9674. ]
  9675. }
  9676. ]
  9677. },
  9678. {
  9679. "path": "/api/v1/namespaces/{namespace}/pods/{name}/status",
  9680. "description": "API at /api/v1",
  9681. "operations": [
  9682. {
  9683. "type": "v1.Pod",
  9684. "method": "GET",
  9685. "summary": "read status of the specified Pod",
  9686. "nickname": "readNamespacedPodStatus",
  9687. "parameters": [
  9688. {
  9689. "type": "string",
  9690. "paramType": "query",
  9691. "name": "pretty",
  9692. "description": "If 'true', then the output is pretty printed.",
  9693. "required": false,
  9694. "allowMultiple": false
  9695. },
  9696. {
  9697. "type": "string",
  9698. "paramType": "path",
  9699. "name": "namespace",
  9700. "description": "object name and auth scope, such as for teams and projects",
  9701. "required": true,
  9702. "allowMultiple": false
  9703. },
  9704. {
  9705. "type": "string",
  9706. "paramType": "path",
  9707. "name": "name",
  9708. "description": "name of the Pod",
  9709. "required": true,
  9710. "allowMultiple": false
  9711. }
  9712. ],
  9713. "responseMessages": [
  9714. {
  9715. "code": 200,
  9716. "message": "OK",
  9717. "responseModel": "v1.Pod"
  9718. }
  9719. ],
  9720. "produces": [
  9721. "application/json",
  9722. "application/yaml",
  9723. "application/vnd.kubernetes.protobuf"
  9724. ],
  9725. "consumes": [
  9726. "*/*"
  9727. ]
  9728. },
  9729. {
  9730. "type": "v1.Pod",
  9731. "method": "PUT",
  9732. "summary": "replace status of the specified Pod",
  9733. "nickname": "replaceNamespacedPodStatus",
  9734. "parameters": [
  9735. {
  9736. "type": "string",
  9737. "paramType": "query",
  9738. "name": "pretty",
  9739. "description": "If 'true', then the output is pretty printed.",
  9740. "required": false,
  9741. "allowMultiple": false
  9742. },
  9743. {
  9744. "type": "v1.Pod",
  9745. "paramType": "body",
  9746. "name": "body",
  9747. "description": "",
  9748. "required": true,
  9749. "allowMultiple": false
  9750. },
  9751. {
  9752. "type": "string",
  9753. "paramType": "path",
  9754. "name": "namespace",
  9755. "description": "object name and auth scope, such as for teams and projects",
  9756. "required": true,
  9757. "allowMultiple": false
  9758. },
  9759. {
  9760. "type": "string",
  9761. "paramType": "path",
  9762. "name": "name",
  9763. "description": "name of the Pod",
  9764. "required": true,
  9765. "allowMultiple": false
  9766. }
  9767. ],
  9768. "responseMessages": [
  9769. {
  9770. "code": 200,
  9771. "message": "OK",
  9772. "responseModel": "v1.Pod"
  9773. }
  9774. ],
  9775. "produces": [
  9776. "application/json",
  9777. "application/yaml",
  9778. "application/vnd.kubernetes.protobuf"
  9779. ],
  9780. "consumes": [
  9781. "*/*"
  9782. ]
  9783. },
  9784. {
  9785. "type": "v1.Pod",
  9786. "method": "PATCH",
  9787. "summary": "partially update status of the specified Pod",
  9788. "nickname": "patchNamespacedPodStatus",
  9789. "parameters": [
  9790. {
  9791. "type": "string",
  9792. "paramType": "query",
  9793. "name": "pretty",
  9794. "description": "If 'true', then the output is pretty printed.",
  9795. "required": false,
  9796. "allowMultiple": false
  9797. },
  9798. {
  9799. "type": "unversioned.Patch",
  9800. "paramType": "body",
  9801. "name": "body",
  9802. "description": "",
  9803. "required": true,
  9804. "allowMultiple": false
  9805. },
  9806. {
  9807. "type": "string",
  9808. "paramType": "path",
  9809. "name": "namespace",
  9810. "description": "object name and auth scope, such as for teams and projects",
  9811. "required": true,
  9812. "allowMultiple": false
  9813. },
  9814. {
  9815. "type": "string",
  9816. "paramType": "path",
  9817. "name": "name",
  9818. "description": "name of the Pod",
  9819. "required": true,
  9820. "allowMultiple": false
  9821. }
  9822. ],
  9823. "responseMessages": [
  9824. {
  9825. "code": 200,
  9826. "message": "OK",
  9827. "responseModel": "v1.Pod"
  9828. }
  9829. ],
  9830. "produces": [
  9831. "application/json",
  9832. "application/yaml",
  9833. "application/vnd.kubernetes.protobuf"
  9834. ],
  9835. "consumes": [
  9836. "application/json-patch+json",
  9837. "application/merge-patch+json",
  9838. "application/strategic-merge-patch+json"
  9839. ]
  9840. }
  9841. ]
  9842. },
  9843. {
  9844. "path": "/api/v1/namespaces/{namespace}/podtemplates",
  9845. "description": "API at /api/v1",
  9846. "operations": [
  9847. {
  9848. "type": "v1.PodTemplateList",
  9849. "method": "GET",
  9850. "summary": "list or watch objects of kind PodTemplate",
  9851. "nickname": "listNamespacedPodTemplate",
  9852. "parameters": [
  9853. {
  9854. "type": "string",
  9855. "paramType": "query",
  9856. "name": "pretty",
  9857. "description": "If 'true', then the output is pretty printed.",
  9858. "required": false,
  9859. "allowMultiple": false
  9860. },
  9861. {
  9862. "type": "string",
  9863. "paramType": "query",
  9864. "name": "labelSelector",
  9865. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  9866. "required": false,
  9867. "allowMultiple": false
  9868. },
  9869. {
  9870. "type": "string",
  9871. "paramType": "query",
  9872. "name": "fieldSelector",
  9873. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  9874. "required": false,
  9875. "allowMultiple": false
  9876. },
  9877. {
  9878. "type": "boolean",
  9879. "paramType": "query",
  9880. "name": "watch",
  9881. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  9882. "required": false,
  9883. "allowMultiple": false
  9884. },
  9885. {
  9886. "type": "string",
  9887. "paramType": "query",
  9888. "name": "resourceVersion",
  9889. "description": "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.",
  9890. "required": false,
  9891. "allowMultiple": false
  9892. },
  9893. {
  9894. "type": "integer",
  9895. "paramType": "query",
  9896. "name": "timeoutSeconds",
  9897. "description": "Timeout for the list/watch call.",
  9898. "required": false,
  9899. "allowMultiple": false
  9900. },
  9901. {
  9902. "type": "string",
  9903. "paramType": "path",
  9904. "name": "namespace",
  9905. "description": "object name and auth scope, such as for teams and projects",
  9906. "required": true,
  9907. "allowMultiple": false
  9908. }
  9909. ],
  9910. "responseMessages": [
  9911. {
  9912. "code": 200,
  9913. "message": "OK",
  9914. "responseModel": "v1.PodTemplateList"
  9915. }
  9916. ],
  9917. "produces": [
  9918. "application/json",
  9919. "application/yaml",
  9920. "application/vnd.kubernetes.protobuf",
  9921. "application/json;stream=watch",
  9922. "application/vnd.kubernetes.protobuf;stream=watch"
  9923. ],
  9924. "consumes": [
  9925. "*/*"
  9926. ]
  9927. },
  9928. {
  9929. "type": "v1.PodTemplate",
  9930. "method": "POST",
  9931. "summary": "create a PodTemplate",
  9932. "nickname": "createNamespacedPodTemplate",
  9933. "parameters": [
  9934. {
  9935. "type": "string",
  9936. "paramType": "query",
  9937. "name": "pretty",
  9938. "description": "If 'true', then the output is pretty printed.",
  9939. "required": false,
  9940. "allowMultiple": false
  9941. },
  9942. {
  9943. "type": "v1.PodTemplate",
  9944. "paramType": "body",
  9945. "name": "body",
  9946. "description": "",
  9947. "required": true,
  9948. "allowMultiple": false
  9949. },
  9950. {
  9951. "type": "string",
  9952. "paramType": "path",
  9953. "name": "namespace",
  9954. "description": "object name and auth scope, such as for teams and projects",
  9955. "required": true,
  9956. "allowMultiple": false
  9957. }
  9958. ],
  9959. "responseMessages": [
  9960. {
  9961. "code": 200,
  9962. "message": "OK",
  9963. "responseModel": "v1.PodTemplate"
  9964. }
  9965. ],
  9966. "produces": [
  9967. "application/json",
  9968. "application/yaml",
  9969. "application/vnd.kubernetes.protobuf"
  9970. ],
  9971. "consumes": [
  9972. "*/*"
  9973. ]
  9974. },
  9975. {
  9976. "type": "unversioned.Status",
  9977. "method": "DELETE",
  9978. "summary": "delete collection of PodTemplate",
  9979. "nickname": "deletecollectionNamespacedPodTemplate",
  9980. "parameters": [
  9981. {
  9982. "type": "string",
  9983. "paramType": "query",
  9984. "name": "pretty",
  9985. "description": "If 'true', then the output is pretty printed.",
  9986. "required": false,
  9987. "allowMultiple": false
  9988. },
  9989. {
  9990. "type": "string",
  9991. "paramType": "query",
  9992. "name": "labelSelector",
  9993. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  9994. "required": false,
  9995. "allowMultiple": false
  9996. },
  9997. {
  9998. "type": "string",
  9999. "paramType": "query",
  10000. "name": "fieldSelector",
  10001. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10002. "required": false,
  10003. "allowMultiple": false
  10004. },
  10005. {
  10006. "type": "boolean",
  10007. "paramType": "query",
  10008. "name": "watch",
  10009. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10010. "required": false,
  10011. "allowMultiple": false
  10012. },
  10013. {
  10014. "type": "string",
  10015. "paramType": "query",
  10016. "name": "resourceVersion",
  10017. "description": "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.",
  10018. "required": false,
  10019. "allowMultiple": false
  10020. },
  10021. {
  10022. "type": "integer",
  10023. "paramType": "query",
  10024. "name": "timeoutSeconds",
  10025. "description": "Timeout for the list/watch call.",
  10026. "required": false,
  10027. "allowMultiple": false
  10028. },
  10029. {
  10030. "type": "string",
  10031. "paramType": "path",
  10032. "name": "namespace",
  10033. "description": "object name and auth scope, such as for teams and projects",
  10034. "required": true,
  10035. "allowMultiple": false
  10036. }
  10037. ],
  10038. "responseMessages": [
  10039. {
  10040. "code": 200,
  10041. "message": "OK",
  10042. "responseModel": "unversioned.Status"
  10043. }
  10044. ],
  10045. "produces": [
  10046. "application/json",
  10047. "application/yaml",
  10048. "application/vnd.kubernetes.protobuf"
  10049. ],
  10050. "consumes": [
  10051. "*/*"
  10052. ]
  10053. }
  10054. ]
  10055. },
  10056. {
  10057. "path": "/api/v1/watch/namespaces/{namespace}/podtemplates",
  10058. "description": "API at /api/v1",
  10059. "operations": [
  10060. {
  10061. "type": "versioned.Event",
  10062. "method": "GET",
  10063. "summary": "watch individual changes to a list of PodTemplate",
  10064. "nickname": "watchNamespacedPodTemplateList",
  10065. "parameters": [
  10066. {
  10067. "type": "string",
  10068. "paramType": "query",
  10069. "name": "pretty",
  10070. "description": "If 'true', then the output is pretty printed.",
  10071. "required": false,
  10072. "allowMultiple": false
  10073. },
  10074. {
  10075. "type": "string",
  10076. "paramType": "query",
  10077. "name": "labelSelector",
  10078. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10079. "required": false,
  10080. "allowMultiple": false
  10081. },
  10082. {
  10083. "type": "string",
  10084. "paramType": "query",
  10085. "name": "fieldSelector",
  10086. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10087. "required": false,
  10088. "allowMultiple": false
  10089. },
  10090. {
  10091. "type": "boolean",
  10092. "paramType": "query",
  10093. "name": "watch",
  10094. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10095. "required": false,
  10096. "allowMultiple": false
  10097. },
  10098. {
  10099. "type": "string",
  10100. "paramType": "query",
  10101. "name": "resourceVersion",
  10102. "description": "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.",
  10103. "required": false,
  10104. "allowMultiple": false
  10105. },
  10106. {
  10107. "type": "integer",
  10108. "paramType": "query",
  10109. "name": "timeoutSeconds",
  10110. "description": "Timeout for the list/watch call.",
  10111. "required": false,
  10112. "allowMultiple": false
  10113. },
  10114. {
  10115. "type": "string",
  10116. "paramType": "path",
  10117. "name": "namespace",
  10118. "description": "object name and auth scope, such as for teams and projects",
  10119. "required": true,
  10120. "allowMultiple": false
  10121. }
  10122. ],
  10123. "responseMessages": [
  10124. {
  10125. "code": 200,
  10126. "message": "OK",
  10127. "responseModel": "versioned.Event"
  10128. }
  10129. ],
  10130. "produces": [
  10131. "application/json",
  10132. "application/yaml",
  10133. "application/vnd.kubernetes.protobuf",
  10134. "application/json;stream=watch",
  10135. "application/vnd.kubernetes.protobuf;stream=watch"
  10136. ],
  10137. "consumes": [
  10138. "*/*"
  10139. ]
  10140. }
  10141. ]
  10142. },
  10143. {
  10144. "path": "/api/v1/namespaces/{namespace}/podtemplates/{name}",
  10145. "description": "API at /api/v1",
  10146. "operations": [
  10147. {
  10148. "type": "v1.PodTemplate",
  10149. "method": "GET",
  10150. "summary": "read the specified PodTemplate",
  10151. "nickname": "readNamespacedPodTemplate",
  10152. "parameters": [
  10153. {
  10154. "type": "string",
  10155. "paramType": "query",
  10156. "name": "pretty",
  10157. "description": "If 'true', then the output is pretty printed.",
  10158. "required": false,
  10159. "allowMultiple": false
  10160. },
  10161. {
  10162. "type": "boolean",
  10163. "paramType": "query",
  10164. "name": "export",
  10165. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  10166. "required": false,
  10167. "allowMultiple": false
  10168. },
  10169. {
  10170. "type": "boolean",
  10171. "paramType": "query",
  10172. "name": "exact",
  10173. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  10174. "required": false,
  10175. "allowMultiple": false
  10176. },
  10177. {
  10178. "type": "string",
  10179. "paramType": "path",
  10180. "name": "namespace",
  10181. "description": "object name and auth scope, such as for teams and projects",
  10182. "required": true,
  10183. "allowMultiple": false
  10184. },
  10185. {
  10186. "type": "string",
  10187. "paramType": "path",
  10188. "name": "name",
  10189. "description": "name of the PodTemplate",
  10190. "required": true,
  10191. "allowMultiple": false
  10192. }
  10193. ],
  10194. "responseMessages": [
  10195. {
  10196. "code": 200,
  10197. "message": "OK",
  10198. "responseModel": "v1.PodTemplate"
  10199. }
  10200. ],
  10201. "produces": [
  10202. "application/json",
  10203. "application/yaml",
  10204. "application/vnd.kubernetes.protobuf"
  10205. ],
  10206. "consumes": [
  10207. "*/*"
  10208. ]
  10209. },
  10210. {
  10211. "type": "v1.PodTemplate",
  10212. "method": "PUT",
  10213. "summary": "replace the specified PodTemplate",
  10214. "nickname": "replaceNamespacedPodTemplate",
  10215. "parameters": [
  10216. {
  10217. "type": "string",
  10218. "paramType": "query",
  10219. "name": "pretty",
  10220. "description": "If 'true', then the output is pretty printed.",
  10221. "required": false,
  10222. "allowMultiple": false
  10223. },
  10224. {
  10225. "type": "v1.PodTemplate",
  10226. "paramType": "body",
  10227. "name": "body",
  10228. "description": "",
  10229. "required": true,
  10230. "allowMultiple": false
  10231. },
  10232. {
  10233. "type": "string",
  10234. "paramType": "path",
  10235. "name": "namespace",
  10236. "description": "object name and auth scope, such as for teams and projects",
  10237. "required": true,
  10238. "allowMultiple": false
  10239. },
  10240. {
  10241. "type": "string",
  10242. "paramType": "path",
  10243. "name": "name",
  10244. "description": "name of the PodTemplate",
  10245. "required": true,
  10246. "allowMultiple": false
  10247. }
  10248. ],
  10249. "responseMessages": [
  10250. {
  10251. "code": 200,
  10252. "message": "OK",
  10253. "responseModel": "v1.PodTemplate"
  10254. }
  10255. ],
  10256. "produces": [
  10257. "application/json",
  10258. "application/yaml",
  10259. "application/vnd.kubernetes.protobuf"
  10260. ],
  10261. "consumes": [
  10262. "*/*"
  10263. ]
  10264. },
  10265. {
  10266. "type": "v1.PodTemplate",
  10267. "method": "PATCH",
  10268. "summary": "partially update the specified PodTemplate",
  10269. "nickname": "patchNamespacedPodTemplate",
  10270. "parameters": [
  10271. {
  10272. "type": "string",
  10273. "paramType": "query",
  10274. "name": "pretty",
  10275. "description": "If 'true', then the output is pretty printed.",
  10276. "required": false,
  10277. "allowMultiple": false
  10278. },
  10279. {
  10280. "type": "unversioned.Patch",
  10281. "paramType": "body",
  10282. "name": "body",
  10283. "description": "",
  10284. "required": true,
  10285. "allowMultiple": false
  10286. },
  10287. {
  10288. "type": "string",
  10289. "paramType": "path",
  10290. "name": "namespace",
  10291. "description": "object name and auth scope, such as for teams and projects",
  10292. "required": true,
  10293. "allowMultiple": false
  10294. },
  10295. {
  10296. "type": "string",
  10297. "paramType": "path",
  10298. "name": "name",
  10299. "description": "name of the PodTemplate",
  10300. "required": true,
  10301. "allowMultiple": false
  10302. }
  10303. ],
  10304. "responseMessages": [
  10305. {
  10306. "code": 200,
  10307. "message": "OK",
  10308. "responseModel": "v1.PodTemplate"
  10309. }
  10310. ],
  10311. "produces": [
  10312. "application/json",
  10313. "application/yaml",
  10314. "application/vnd.kubernetes.protobuf"
  10315. ],
  10316. "consumes": [
  10317. "application/json-patch+json",
  10318. "application/merge-patch+json",
  10319. "application/strategic-merge-patch+json"
  10320. ]
  10321. },
  10322. {
  10323. "type": "unversioned.Status",
  10324. "method": "DELETE",
  10325. "summary": "delete a PodTemplate",
  10326. "nickname": "deleteNamespacedPodTemplate",
  10327. "parameters": [
  10328. {
  10329. "type": "string",
  10330. "paramType": "query",
  10331. "name": "pretty",
  10332. "description": "If 'true', then the output is pretty printed.",
  10333. "required": false,
  10334. "allowMultiple": false
  10335. },
  10336. {
  10337. "type": "v1.DeleteOptions",
  10338. "paramType": "body",
  10339. "name": "body",
  10340. "description": "",
  10341. "required": true,
  10342. "allowMultiple": false
  10343. },
  10344. {
  10345. "type": "integer",
  10346. "paramType": "query",
  10347. "name": "gracePeriodSeconds",
  10348. "description": "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.",
  10349. "required": false,
  10350. "allowMultiple": false
  10351. },
  10352. {
  10353. "type": "boolean",
  10354. "paramType": "query",
  10355. "name": "orphanDependents",
  10356. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  10357. "required": false,
  10358. "allowMultiple": false
  10359. },
  10360. {
  10361. "type": "string",
  10362. "paramType": "path",
  10363. "name": "namespace",
  10364. "description": "object name and auth scope, such as for teams and projects",
  10365. "required": true,
  10366. "allowMultiple": false
  10367. },
  10368. {
  10369. "type": "string",
  10370. "paramType": "path",
  10371. "name": "name",
  10372. "description": "name of the PodTemplate",
  10373. "required": true,
  10374. "allowMultiple": false
  10375. }
  10376. ],
  10377. "responseMessages": [
  10378. {
  10379. "code": 200,
  10380. "message": "OK",
  10381. "responseModel": "unversioned.Status"
  10382. }
  10383. ],
  10384. "produces": [
  10385. "application/json",
  10386. "application/yaml",
  10387. "application/vnd.kubernetes.protobuf"
  10388. ],
  10389. "consumes": [
  10390. "*/*"
  10391. ]
  10392. }
  10393. ]
  10394. },
  10395. {
  10396. "path": "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}",
  10397. "description": "API at /api/v1",
  10398. "operations": [
  10399. {
  10400. "type": "versioned.Event",
  10401. "method": "GET",
  10402. "summary": "watch changes to an object of kind PodTemplate",
  10403. "nickname": "watchNamespacedPodTemplate",
  10404. "parameters": [
  10405. {
  10406. "type": "string",
  10407. "paramType": "query",
  10408. "name": "pretty",
  10409. "description": "If 'true', then the output is pretty printed.",
  10410. "required": false,
  10411. "allowMultiple": false
  10412. },
  10413. {
  10414. "type": "string",
  10415. "paramType": "query",
  10416. "name": "labelSelector",
  10417. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10418. "required": false,
  10419. "allowMultiple": false
  10420. },
  10421. {
  10422. "type": "string",
  10423. "paramType": "query",
  10424. "name": "fieldSelector",
  10425. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10426. "required": false,
  10427. "allowMultiple": false
  10428. },
  10429. {
  10430. "type": "boolean",
  10431. "paramType": "query",
  10432. "name": "watch",
  10433. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10434. "required": false,
  10435. "allowMultiple": false
  10436. },
  10437. {
  10438. "type": "string",
  10439. "paramType": "query",
  10440. "name": "resourceVersion",
  10441. "description": "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.",
  10442. "required": false,
  10443. "allowMultiple": false
  10444. },
  10445. {
  10446. "type": "integer",
  10447. "paramType": "query",
  10448. "name": "timeoutSeconds",
  10449. "description": "Timeout for the list/watch call.",
  10450. "required": false,
  10451. "allowMultiple": false
  10452. },
  10453. {
  10454. "type": "string",
  10455. "paramType": "path",
  10456. "name": "namespace",
  10457. "description": "object name and auth scope, such as for teams and projects",
  10458. "required": true,
  10459. "allowMultiple": false
  10460. },
  10461. {
  10462. "type": "string",
  10463. "paramType": "path",
  10464. "name": "name",
  10465. "description": "name of the PodTemplate",
  10466. "required": true,
  10467. "allowMultiple": false
  10468. }
  10469. ],
  10470. "responseMessages": [
  10471. {
  10472. "code": 200,
  10473. "message": "OK",
  10474. "responseModel": "versioned.Event"
  10475. }
  10476. ],
  10477. "produces": [
  10478. "application/json",
  10479. "application/yaml",
  10480. "application/vnd.kubernetes.protobuf",
  10481. "application/json;stream=watch",
  10482. "application/vnd.kubernetes.protobuf;stream=watch"
  10483. ],
  10484. "consumes": [
  10485. "*/*"
  10486. ]
  10487. }
  10488. ]
  10489. },
  10490. {
  10491. "path": "/api/v1/podtemplates",
  10492. "description": "API at /api/v1",
  10493. "operations": [
  10494. {
  10495. "type": "v1.PodTemplateList",
  10496. "method": "GET",
  10497. "summary": "list or watch objects of kind PodTemplate",
  10498. "nickname": "listPodTemplateForAllNamespaces",
  10499. "parameters": [
  10500. {
  10501. "type": "string",
  10502. "paramType": "query",
  10503. "name": "pretty",
  10504. "description": "If 'true', then the output is pretty printed.",
  10505. "required": false,
  10506. "allowMultiple": false
  10507. },
  10508. {
  10509. "type": "string",
  10510. "paramType": "query",
  10511. "name": "labelSelector",
  10512. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10513. "required": false,
  10514. "allowMultiple": false
  10515. },
  10516. {
  10517. "type": "string",
  10518. "paramType": "query",
  10519. "name": "fieldSelector",
  10520. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10521. "required": false,
  10522. "allowMultiple": false
  10523. },
  10524. {
  10525. "type": "boolean",
  10526. "paramType": "query",
  10527. "name": "watch",
  10528. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10529. "required": false,
  10530. "allowMultiple": false
  10531. },
  10532. {
  10533. "type": "string",
  10534. "paramType": "query",
  10535. "name": "resourceVersion",
  10536. "description": "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.",
  10537. "required": false,
  10538. "allowMultiple": false
  10539. },
  10540. {
  10541. "type": "integer",
  10542. "paramType": "query",
  10543. "name": "timeoutSeconds",
  10544. "description": "Timeout for the list/watch call.",
  10545. "required": false,
  10546. "allowMultiple": false
  10547. }
  10548. ],
  10549. "responseMessages": [
  10550. {
  10551. "code": 200,
  10552. "message": "OK",
  10553. "responseModel": "v1.PodTemplateList"
  10554. }
  10555. ],
  10556. "produces": [
  10557. "application/json",
  10558. "application/yaml",
  10559. "application/vnd.kubernetes.protobuf",
  10560. "application/json;stream=watch",
  10561. "application/vnd.kubernetes.protobuf;stream=watch"
  10562. ],
  10563. "consumes": [
  10564. "*/*"
  10565. ]
  10566. }
  10567. ]
  10568. },
  10569. {
  10570. "path": "/api/v1/watch/podtemplates",
  10571. "description": "API at /api/v1",
  10572. "operations": [
  10573. {
  10574. "type": "versioned.Event",
  10575. "method": "GET",
  10576. "summary": "watch individual changes to a list of PodTemplate",
  10577. "nickname": "watchPodTemplateListForAllNamespaces",
  10578. "parameters": [
  10579. {
  10580. "type": "string",
  10581. "paramType": "query",
  10582. "name": "pretty",
  10583. "description": "If 'true', then the output is pretty printed.",
  10584. "required": false,
  10585. "allowMultiple": false
  10586. },
  10587. {
  10588. "type": "string",
  10589. "paramType": "query",
  10590. "name": "labelSelector",
  10591. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10592. "required": false,
  10593. "allowMultiple": false
  10594. },
  10595. {
  10596. "type": "string",
  10597. "paramType": "query",
  10598. "name": "fieldSelector",
  10599. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10600. "required": false,
  10601. "allowMultiple": false
  10602. },
  10603. {
  10604. "type": "boolean",
  10605. "paramType": "query",
  10606. "name": "watch",
  10607. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10608. "required": false,
  10609. "allowMultiple": false
  10610. },
  10611. {
  10612. "type": "string",
  10613. "paramType": "query",
  10614. "name": "resourceVersion",
  10615. "description": "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.",
  10616. "required": false,
  10617. "allowMultiple": false
  10618. },
  10619. {
  10620. "type": "integer",
  10621. "paramType": "query",
  10622. "name": "timeoutSeconds",
  10623. "description": "Timeout for the list/watch call.",
  10624. "required": false,
  10625. "allowMultiple": false
  10626. }
  10627. ],
  10628. "responseMessages": [
  10629. {
  10630. "code": 200,
  10631. "message": "OK",
  10632. "responseModel": "versioned.Event"
  10633. }
  10634. ],
  10635. "produces": [
  10636. "application/json",
  10637. "application/yaml",
  10638. "application/vnd.kubernetes.protobuf",
  10639. "application/json;stream=watch",
  10640. "application/vnd.kubernetes.protobuf;stream=watch"
  10641. ],
  10642. "consumes": [
  10643. "*/*"
  10644. ]
  10645. }
  10646. ]
  10647. },
  10648. {
  10649. "path": "/api/v1/namespaces/{namespace}/replicationcontrollers",
  10650. "description": "API at /api/v1",
  10651. "operations": [
  10652. {
  10653. "type": "v1.ReplicationControllerList",
  10654. "method": "GET",
  10655. "summary": "list or watch objects of kind ReplicationController",
  10656. "nickname": "listNamespacedReplicationController",
  10657. "parameters": [
  10658. {
  10659. "type": "string",
  10660. "paramType": "query",
  10661. "name": "pretty",
  10662. "description": "If 'true', then the output is pretty printed.",
  10663. "required": false,
  10664. "allowMultiple": false
  10665. },
  10666. {
  10667. "type": "string",
  10668. "paramType": "query",
  10669. "name": "labelSelector",
  10670. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10671. "required": false,
  10672. "allowMultiple": false
  10673. },
  10674. {
  10675. "type": "string",
  10676. "paramType": "query",
  10677. "name": "fieldSelector",
  10678. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10679. "required": false,
  10680. "allowMultiple": false
  10681. },
  10682. {
  10683. "type": "boolean",
  10684. "paramType": "query",
  10685. "name": "watch",
  10686. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10687. "required": false,
  10688. "allowMultiple": false
  10689. },
  10690. {
  10691. "type": "string",
  10692. "paramType": "query",
  10693. "name": "resourceVersion",
  10694. "description": "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.",
  10695. "required": false,
  10696. "allowMultiple": false
  10697. },
  10698. {
  10699. "type": "integer",
  10700. "paramType": "query",
  10701. "name": "timeoutSeconds",
  10702. "description": "Timeout for the list/watch call.",
  10703. "required": false,
  10704. "allowMultiple": false
  10705. },
  10706. {
  10707. "type": "string",
  10708. "paramType": "path",
  10709. "name": "namespace",
  10710. "description": "object name and auth scope, such as for teams and projects",
  10711. "required": true,
  10712. "allowMultiple": false
  10713. }
  10714. ],
  10715. "responseMessages": [
  10716. {
  10717. "code": 200,
  10718. "message": "OK",
  10719. "responseModel": "v1.ReplicationControllerList"
  10720. }
  10721. ],
  10722. "produces": [
  10723. "application/json",
  10724. "application/yaml",
  10725. "application/vnd.kubernetes.protobuf",
  10726. "application/json;stream=watch",
  10727. "application/vnd.kubernetes.protobuf;stream=watch"
  10728. ],
  10729. "consumes": [
  10730. "*/*"
  10731. ]
  10732. },
  10733. {
  10734. "type": "v1.ReplicationController",
  10735. "method": "POST",
  10736. "summary": "create a ReplicationController",
  10737. "nickname": "createNamespacedReplicationController",
  10738. "parameters": [
  10739. {
  10740. "type": "string",
  10741. "paramType": "query",
  10742. "name": "pretty",
  10743. "description": "If 'true', then the output is pretty printed.",
  10744. "required": false,
  10745. "allowMultiple": false
  10746. },
  10747. {
  10748. "type": "v1.ReplicationController",
  10749. "paramType": "body",
  10750. "name": "body",
  10751. "description": "",
  10752. "required": true,
  10753. "allowMultiple": false
  10754. },
  10755. {
  10756. "type": "string",
  10757. "paramType": "path",
  10758. "name": "namespace",
  10759. "description": "object name and auth scope, such as for teams and projects",
  10760. "required": true,
  10761. "allowMultiple": false
  10762. }
  10763. ],
  10764. "responseMessages": [
  10765. {
  10766. "code": 200,
  10767. "message": "OK",
  10768. "responseModel": "v1.ReplicationController"
  10769. }
  10770. ],
  10771. "produces": [
  10772. "application/json",
  10773. "application/yaml",
  10774. "application/vnd.kubernetes.protobuf"
  10775. ],
  10776. "consumes": [
  10777. "*/*"
  10778. ]
  10779. },
  10780. {
  10781. "type": "unversioned.Status",
  10782. "method": "DELETE",
  10783. "summary": "delete collection of ReplicationController",
  10784. "nickname": "deletecollectionNamespacedReplicationController",
  10785. "parameters": [
  10786. {
  10787. "type": "string",
  10788. "paramType": "query",
  10789. "name": "pretty",
  10790. "description": "If 'true', then the output is pretty printed.",
  10791. "required": false,
  10792. "allowMultiple": false
  10793. },
  10794. {
  10795. "type": "string",
  10796. "paramType": "query",
  10797. "name": "labelSelector",
  10798. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10799. "required": false,
  10800. "allowMultiple": false
  10801. },
  10802. {
  10803. "type": "string",
  10804. "paramType": "query",
  10805. "name": "fieldSelector",
  10806. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10807. "required": false,
  10808. "allowMultiple": false
  10809. },
  10810. {
  10811. "type": "boolean",
  10812. "paramType": "query",
  10813. "name": "watch",
  10814. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10815. "required": false,
  10816. "allowMultiple": false
  10817. },
  10818. {
  10819. "type": "string",
  10820. "paramType": "query",
  10821. "name": "resourceVersion",
  10822. "description": "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.",
  10823. "required": false,
  10824. "allowMultiple": false
  10825. },
  10826. {
  10827. "type": "integer",
  10828. "paramType": "query",
  10829. "name": "timeoutSeconds",
  10830. "description": "Timeout for the list/watch call.",
  10831. "required": false,
  10832. "allowMultiple": false
  10833. },
  10834. {
  10835. "type": "string",
  10836. "paramType": "path",
  10837. "name": "namespace",
  10838. "description": "object name and auth scope, such as for teams and projects",
  10839. "required": true,
  10840. "allowMultiple": false
  10841. }
  10842. ],
  10843. "responseMessages": [
  10844. {
  10845. "code": 200,
  10846. "message": "OK",
  10847. "responseModel": "unversioned.Status"
  10848. }
  10849. ],
  10850. "produces": [
  10851. "application/json",
  10852. "application/yaml",
  10853. "application/vnd.kubernetes.protobuf"
  10854. ],
  10855. "consumes": [
  10856. "*/*"
  10857. ]
  10858. }
  10859. ]
  10860. },
  10861. {
  10862. "path": "/api/v1/watch/namespaces/{namespace}/replicationcontrollers",
  10863. "description": "API at /api/v1",
  10864. "operations": [
  10865. {
  10866. "type": "versioned.Event",
  10867. "method": "GET",
  10868. "summary": "watch individual changes to a list of ReplicationController",
  10869. "nickname": "watchNamespacedReplicationControllerList",
  10870. "parameters": [
  10871. {
  10872. "type": "string",
  10873. "paramType": "query",
  10874. "name": "pretty",
  10875. "description": "If 'true', then the output is pretty printed.",
  10876. "required": false,
  10877. "allowMultiple": false
  10878. },
  10879. {
  10880. "type": "string",
  10881. "paramType": "query",
  10882. "name": "labelSelector",
  10883. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  10884. "required": false,
  10885. "allowMultiple": false
  10886. },
  10887. {
  10888. "type": "string",
  10889. "paramType": "query",
  10890. "name": "fieldSelector",
  10891. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  10892. "required": false,
  10893. "allowMultiple": false
  10894. },
  10895. {
  10896. "type": "boolean",
  10897. "paramType": "query",
  10898. "name": "watch",
  10899. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  10900. "required": false,
  10901. "allowMultiple": false
  10902. },
  10903. {
  10904. "type": "string",
  10905. "paramType": "query",
  10906. "name": "resourceVersion",
  10907. "description": "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.",
  10908. "required": false,
  10909. "allowMultiple": false
  10910. },
  10911. {
  10912. "type": "integer",
  10913. "paramType": "query",
  10914. "name": "timeoutSeconds",
  10915. "description": "Timeout for the list/watch call.",
  10916. "required": false,
  10917. "allowMultiple": false
  10918. },
  10919. {
  10920. "type": "string",
  10921. "paramType": "path",
  10922. "name": "namespace",
  10923. "description": "object name and auth scope, such as for teams and projects",
  10924. "required": true,
  10925. "allowMultiple": false
  10926. }
  10927. ],
  10928. "responseMessages": [
  10929. {
  10930. "code": 200,
  10931. "message": "OK",
  10932. "responseModel": "versioned.Event"
  10933. }
  10934. ],
  10935. "produces": [
  10936. "application/json",
  10937. "application/yaml",
  10938. "application/vnd.kubernetes.protobuf",
  10939. "application/json;stream=watch",
  10940. "application/vnd.kubernetes.protobuf;stream=watch"
  10941. ],
  10942. "consumes": [
  10943. "*/*"
  10944. ]
  10945. }
  10946. ]
  10947. },
  10948. {
  10949. "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}",
  10950. "description": "API at /api/v1",
  10951. "operations": [
  10952. {
  10953. "type": "v1.ReplicationController",
  10954. "method": "GET",
  10955. "summary": "read the specified ReplicationController",
  10956. "nickname": "readNamespacedReplicationController",
  10957. "parameters": [
  10958. {
  10959. "type": "string",
  10960. "paramType": "query",
  10961. "name": "pretty",
  10962. "description": "If 'true', then the output is pretty printed.",
  10963. "required": false,
  10964. "allowMultiple": false
  10965. },
  10966. {
  10967. "type": "boolean",
  10968. "paramType": "query",
  10969. "name": "export",
  10970. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  10971. "required": false,
  10972. "allowMultiple": false
  10973. },
  10974. {
  10975. "type": "boolean",
  10976. "paramType": "query",
  10977. "name": "exact",
  10978. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  10979. "required": false,
  10980. "allowMultiple": false
  10981. },
  10982. {
  10983. "type": "string",
  10984. "paramType": "path",
  10985. "name": "namespace",
  10986. "description": "object name and auth scope, such as for teams and projects",
  10987. "required": true,
  10988. "allowMultiple": false
  10989. },
  10990. {
  10991. "type": "string",
  10992. "paramType": "path",
  10993. "name": "name",
  10994. "description": "name of the ReplicationController",
  10995. "required": true,
  10996. "allowMultiple": false
  10997. }
  10998. ],
  10999. "responseMessages": [
  11000. {
  11001. "code": 200,
  11002. "message": "OK",
  11003. "responseModel": "v1.ReplicationController"
  11004. }
  11005. ],
  11006. "produces": [
  11007. "application/json",
  11008. "application/yaml",
  11009. "application/vnd.kubernetes.protobuf"
  11010. ],
  11011. "consumes": [
  11012. "*/*"
  11013. ]
  11014. },
  11015. {
  11016. "type": "v1.ReplicationController",
  11017. "method": "PUT",
  11018. "summary": "replace the specified ReplicationController",
  11019. "nickname": "replaceNamespacedReplicationController",
  11020. "parameters": [
  11021. {
  11022. "type": "string",
  11023. "paramType": "query",
  11024. "name": "pretty",
  11025. "description": "If 'true', then the output is pretty printed.",
  11026. "required": false,
  11027. "allowMultiple": false
  11028. },
  11029. {
  11030. "type": "v1.ReplicationController",
  11031. "paramType": "body",
  11032. "name": "body",
  11033. "description": "",
  11034. "required": true,
  11035. "allowMultiple": false
  11036. },
  11037. {
  11038. "type": "string",
  11039. "paramType": "path",
  11040. "name": "namespace",
  11041. "description": "object name and auth scope, such as for teams and projects",
  11042. "required": true,
  11043. "allowMultiple": false
  11044. },
  11045. {
  11046. "type": "string",
  11047. "paramType": "path",
  11048. "name": "name",
  11049. "description": "name of the ReplicationController",
  11050. "required": true,
  11051. "allowMultiple": false
  11052. }
  11053. ],
  11054. "responseMessages": [
  11055. {
  11056. "code": 200,
  11057. "message": "OK",
  11058. "responseModel": "v1.ReplicationController"
  11059. }
  11060. ],
  11061. "produces": [
  11062. "application/json",
  11063. "application/yaml",
  11064. "application/vnd.kubernetes.protobuf"
  11065. ],
  11066. "consumes": [
  11067. "*/*"
  11068. ]
  11069. },
  11070. {
  11071. "type": "v1.ReplicationController",
  11072. "method": "PATCH",
  11073. "summary": "partially update the specified ReplicationController",
  11074. "nickname": "patchNamespacedReplicationController",
  11075. "parameters": [
  11076. {
  11077. "type": "string",
  11078. "paramType": "query",
  11079. "name": "pretty",
  11080. "description": "If 'true', then the output is pretty printed.",
  11081. "required": false,
  11082. "allowMultiple": false
  11083. },
  11084. {
  11085. "type": "unversioned.Patch",
  11086. "paramType": "body",
  11087. "name": "body",
  11088. "description": "",
  11089. "required": true,
  11090. "allowMultiple": false
  11091. },
  11092. {
  11093. "type": "string",
  11094. "paramType": "path",
  11095. "name": "namespace",
  11096. "description": "object name and auth scope, such as for teams and projects",
  11097. "required": true,
  11098. "allowMultiple": false
  11099. },
  11100. {
  11101. "type": "string",
  11102. "paramType": "path",
  11103. "name": "name",
  11104. "description": "name of the ReplicationController",
  11105. "required": true,
  11106. "allowMultiple": false
  11107. }
  11108. ],
  11109. "responseMessages": [
  11110. {
  11111. "code": 200,
  11112. "message": "OK",
  11113. "responseModel": "v1.ReplicationController"
  11114. }
  11115. ],
  11116. "produces": [
  11117. "application/json",
  11118. "application/yaml",
  11119. "application/vnd.kubernetes.protobuf"
  11120. ],
  11121. "consumes": [
  11122. "application/json-patch+json",
  11123. "application/merge-patch+json",
  11124. "application/strategic-merge-patch+json"
  11125. ]
  11126. },
  11127. {
  11128. "type": "unversioned.Status",
  11129. "method": "DELETE",
  11130. "summary": "delete a ReplicationController",
  11131. "nickname": "deleteNamespacedReplicationController",
  11132. "parameters": [
  11133. {
  11134. "type": "string",
  11135. "paramType": "query",
  11136. "name": "pretty",
  11137. "description": "If 'true', then the output is pretty printed.",
  11138. "required": false,
  11139. "allowMultiple": false
  11140. },
  11141. {
  11142. "type": "v1.DeleteOptions",
  11143. "paramType": "body",
  11144. "name": "body",
  11145. "description": "",
  11146. "required": true,
  11147. "allowMultiple": false
  11148. },
  11149. {
  11150. "type": "integer",
  11151. "paramType": "query",
  11152. "name": "gracePeriodSeconds",
  11153. "description": "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.",
  11154. "required": false,
  11155. "allowMultiple": false
  11156. },
  11157. {
  11158. "type": "boolean",
  11159. "paramType": "query",
  11160. "name": "orphanDependents",
  11161. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  11162. "required": false,
  11163. "allowMultiple": false
  11164. },
  11165. {
  11166. "type": "string",
  11167. "paramType": "path",
  11168. "name": "namespace",
  11169. "description": "object name and auth scope, such as for teams and projects",
  11170. "required": true,
  11171. "allowMultiple": false
  11172. },
  11173. {
  11174. "type": "string",
  11175. "paramType": "path",
  11176. "name": "name",
  11177. "description": "name of the ReplicationController",
  11178. "required": true,
  11179. "allowMultiple": false
  11180. }
  11181. ],
  11182. "responseMessages": [
  11183. {
  11184. "code": 200,
  11185. "message": "OK",
  11186. "responseModel": "unversioned.Status"
  11187. }
  11188. ],
  11189. "produces": [
  11190. "application/json",
  11191. "application/yaml",
  11192. "application/vnd.kubernetes.protobuf"
  11193. ],
  11194. "consumes": [
  11195. "*/*"
  11196. ]
  11197. }
  11198. ]
  11199. },
  11200. {
  11201. "path": "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}",
  11202. "description": "API at /api/v1",
  11203. "operations": [
  11204. {
  11205. "type": "versioned.Event",
  11206. "method": "GET",
  11207. "summary": "watch changes to an object of kind ReplicationController",
  11208. "nickname": "watchNamespacedReplicationController",
  11209. "parameters": [
  11210. {
  11211. "type": "string",
  11212. "paramType": "query",
  11213. "name": "pretty",
  11214. "description": "If 'true', then the output is pretty printed.",
  11215. "required": false,
  11216. "allowMultiple": false
  11217. },
  11218. {
  11219. "type": "string",
  11220. "paramType": "query",
  11221. "name": "labelSelector",
  11222. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  11223. "required": false,
  11224. "allowMultiple": false
  11225. },
  11226. {
  11227. "type": "string",
  11228. "paramType": "query",
  11229. "name": "fieldSelector",
  11230. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  11231. "required": false,
  11232. "allowMultiple": false
  11233. },
  11234. {
  11235. "type": "boolean",
  11236. "paramType": "query",
  11237. "name": "watch",
  11238. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  11239. "required": false,
  11240. "allowMultiple": false
  11241. },
  11242. {
  11243. "type": "string",
  11244. "paramType": "query",
  11245. "name": "resourceVersion",
  11246. "description": "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.",
  11247. "required": false,
  11248. "allowMultiple": false
  11249. },
  11250. {
  11251. "type": "integer",
  11252. "paramType": "query",
  11253. "name": "timeoutSeconds",
  11254. "description": "Timeout for the list/watch call.",
  11255. "required": false,
  11256. "allowMultiple": false
  11257. },
  11258. {
  11259. "type": "string",
  11260. "paramType": "path",
  11261. "name": "namespace",
  11262. "description": "object name and auth scope, such as for teams and projects",
  11263. "required": true,
  11264. "allowMultiple": false
  11265. },
  11266. {
  11267. "type": "string",
  11268. "paramType": "path",
  11269. "name": "name",
  11270. "description": "name of the ReplicationController",
  11271. "required": true,
  11272. "allowMultiple": false
  11273. }
  11274. ],
  11275. "responseMessages": [
  11276. {
  11277. "code": 200,
  11278. "message": "OK",
  11279. "responseModel": "versioned.Event"
  11280. }
  11281. ],
  11282. "produces": [
  11283. "application/json",
  11284. "application/yaml",
  11285. "application/vnd.kubernetes.protobuf",
  11286. "application/json;stream=watch",
  11287. "application/vnd.kubernetes.protobuf;stream=watch"
  11288. ],
  11289. "consumes": [
  11290. "*/*"
  11291. ]
  11292. }
  11293. ]
  11294. },
  11295. {
  11296. "path": "/api/v1/replicationcontrollers",
  11297. "description": "API at /api/v1",
  11298. "operations": [
  11299. {
  11300. "type": "v1.ReplicationControllerList",
  11301. "method": "GET",
  11302. "summary": "list or watch objects of kind ReplicationController",
  11303. "nickname": "listReplicationControllerForAllNamespaces",
  11304. "parameters": [
  11305. {
  11306. "type": "string",
  11307. "paramType": "query",
  11308. "name": "pretty",
  11309. "description": "If 'true', then the output is pretty printed.",
  11310. "required": false,
  11311. "allowMultiple": false
  11312. },
  11313. {
  11314. "type": "string",
  11315. "paramType": "query",
  11316. "name": "labelSelector",
  11317. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  11318. "required": false,
  11319. "allowMultiple": false
  11320. },
  11321. {
  11322. "type": "string",
  11323. "paramType": "query",
  11324. "name": "fieldSelector",
  11325. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  11326. "required": false,
  11327. "allowMultiple": false
  11328. },
  11329. {
  11330. "type": "boolean",
  11331. "paramType": "query",
  11332. "name": "watch",
  11333. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  11334. "required": false,
  11335. "allowMultiple": false
  11336. },
  11337. {
  11338. "type": "string",
  11339. "paramType": "query",
  11340. "name": "resourceVersion",
  11341. "description": "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.",
  11342. "required": false,
  11343. "allowMultiple": false
  11344. },
  11345. {
  11346. "type": "integer",
  11347. "paramType": "query",
  11348. "name": "timeoutSeconds",
  11349. "description": "Timeout for the list/watch call.",
  11350. "required": false,
  11351. "allowMultiple": false
  11352. }
  11353. ],
  11354. "responseMessages": [
  11355. {
  11356. "code": 200,
  11357. "message": "OK",
  11358. "responseModel": "v1.ReplicationControllerList"
  11359. }
  11360. ],
  11361. "produces": [
  11362. "application/json",
  11363. "application/yaml",
  11364. "application/vnd.kubernetes.protobuf",
  11365. "application/json;stream=watch",
  11366. "application/vnd.kubernetes.protobuf;stream=watch"
  11367. ],
  11368. "consumes": [
  11369. "*/*"
  11370. ]
  11371. }
  11372. ]
  11373. },
  11374. {
  11375. "path": "/api/v1/watch/replicationcontrollers",
  11376. "description": "API at /api/v1",
  11377. "operations": [
  11378. {
  11379. "type": "versioned.Event",
  11380. "method": "GET",
  11381. "summary": "watch individual changes to a list of ReplicationController",
  11382. "nickname": "watchReplicationControllerListForAllNamespaces",
  11383. "parameters": [
  11384. {
  11385. "type": "string",
  11386. "paramType": "query",
  11387. "name": "pretty",
  11388. "description": "If 'true', then the output is pretty printed.",
  11389. "required": false,
  11390. "allowMultiple": false
  11391. },
  11392. {
  11393. "type": "string",
  11394. "paramType": "query",
  11395. "name": "labelSelector",
  11396. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  11397. "required": false,
  11398. "allowMultiple": false
  11399. },
  11400. {
  11401. "type": "string",
  11402. "paramType": "query",
  11403. "name": "fieldSelector",
  11404. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  11405. "required": false,
  11406. "allowMultiple": false
  11407. },
  11408. {
  11409. "type": "boolean",
  11410. "paramType": "query",
  11411. "name": "watch",
  11412. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  11413. "required": false,
  11414. "allowMultiple": false
  11415. },
  11416. {
  11417. "type": "string",
  11418. "paramType": "query",
  11419. "name": "resourceVersion",
  11420. "description": "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.",
  11421. "required": false,
  11422. "allowMultiple": false
  11423. },
  11424. {
  11425. "type": "integer",
  11426. "paramType": "query",
  11427. "name": "timeoutSeconds",
  11428. "description": "Timeout for the list/watch call.",
  11429. "required": false,
  11430. "allowMultiple": false
  11431. }
  11432. ],
  11433. "responseMessages": [
  11434. {
  11435. "code": 200,
  11436. "message": "OK",
  11437. "responseModel": "versioned.Event"
  11438. }
  11439. ],
  11440. "produces": [
  11441. "application/json",
  11442. "application/yaml",
  11443. "application/vnd.kubernetes.protobuf",
  11444. "application/json;stream=watch",
  11445. "application/vnd.kubernetes.protobuf;stream=watch"
  11446. ],
  11447. "consumes": [
  11448. "*/*"
  11449. ]
  11450. }
  11451. ]
  11452. },
  11453. {
  11454. "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale",
  11455. "description": "API at /api/v1",
  11456. "operations": [
  11457. {
  11458. "type": "v1.Scale",
  11459. "method": "GET",
  11460. "summary": "read scale of the specified Scale",
  11461. "nickname": "readNamespacedScaleScale",
  11462. "parameters": [
  11463. {
  11464. "type": "string",
  11465. "paramType": "query",
  11466. "name": "pretty",
  11467. "description": "If 'true', then the output is pretty printed.",
  11468. "required": false,
  11469. "allowMultiple": false
  11470. },
  11471. {
  11472. "type": "string",
  11473. "paramType": "path",
  11474. "name": "namespace",
  11475. "description": "object name and auth scope, such as for teams and projects",
  11476. "required": true,
  11477. "allowMultiple": false
  11478. },
  11479. {
  11480. "type": "string",
  11481. "paramType": "path",
  11482. "name": "name",
  11483. "description": "name of the Scale",
  11484. "required": true,
  11485. "allowMultiple": false
  11486. }
  11487. ],
  11488. "responseMessages": [
  11489. {
  11490. "code": 200,
  11491. "message": "OK",
  11492. "responseModel": "v1.Scale"
  11493. }
  11494. ],
  11495. "produces": [
  11496. "application/json",
  11497. "application/yaml",
  11498. "application/vnd.kubernetes.protobuf"
  11499. ],
  11500. "consumes": [
  11501. "*/*"
  11502. ]
  11503. },
  11504. {
  11505. "type": "v1.Scale",
  11506. "method": "PUT",
  11507. "summary": "replace scale of the specified Scale",
  11508. "nickname": "replaceNamespacedScaleScale",
  11509. "parameters": [
  11510. {
  11511. "type": "string",
  11512. "paramType": "query",
  11513. "name": "pretty",
  11514. "description": "If 'true', then the output is pretty printed.",
  11515. "required": false,
  11516. "allowMultiple": false
  11517. },
  11518. {
  11519. "type": "v1.Scale",
  11520. "paramType": "body",
  11521. "name": "body",
  11522. "description": "",
  11523. "required": true,
  11524. "allowMultiple": false
  11525. },
  11526. {
  11527. "type": "string",
  11528. "paramType": "path",
  11529. "name": "namespace",
  11530. "description": "object name and auth scope, such as for teams and projects",
  11531. "required": true,
  11532. "allowMultiple": false
  11533. },
  11534. {
  11535. "type": "string",
  11536. "paramType": "path",
  11537. "name": "name",
  11538. "description": "name of the Scale",
  11539. "required": true,
  11540. "allowMultiple": false
  11541. }
  11542. ],
  11543. "responseMessages": [
  11544. {
  11545. "code": 200,
  11546. "message": "OK",
  11547. "responseModel": "v1.Scale"
  11548. }
  11549. ],
  11550. "produces": [
  11551. "application/json",
  11552. "application/yaml",
  11553. "application/vnd.kubernetes.protobuf"
  11554. ],
  11555. "consumes": [
  11556. "*/*"
  11557. ]
  11558. },
  11559. {
  11560. "type": "v1.Scale",
  11561. "method": "PATCH",
  11562. "summary": "partially update scale of the specified Scale",
  11563. "nickname": "patchNamespacedScaleScale",
  11564. "parameters": [
  11565. {
  11566. "type": "string",
  11567. "paramType": "query",
  11568. "name": "pretty",
  11569. "description": "If 'true', then the output is pretty printed.",
  11570. "required": false,
  11571. "allowMultiple": false
  11572. },
  11573. {
  11574. "type": "unversioned.Patch",
  11575. "paramType": "body",
  11576. "name": "body",
  11577. "description": "",
  11578. "required": true,
  11579. "allowMultiple": false
  11580. },
  11581. {
  11582. "type": "string",
  11583. "paramType": "path",
  11584. "name": "namespace",
  11585. "description": "object name and auth scope, such as for teams and projects",
  11586. "required": true,
  11587. "allowMultiple": false
  11588. },
  11589. {
  11590. "type": "string",
  11591. "paramType": "path",
  11592. "name": "name",
  11593. "description": "name of the Scale",
  11594. "required": true,
  11595. "allowMultiple": false
  11596. }
  11597. ],
  11598. "responseMessages": [
  11599. {
  11600. "code": 200,
  11601. "message": "OK",
  11602. "responseModel": "v1.Scale"
  11603. }
  11604. ],
  11605. "produces": [
  11606. "application/json",
  11607. "application/yaml",
  11608. "application/vnd.kubernetes.protobuf"
  11609. ],
  11610. "consumes": [
  11611. "application/json-patch+json",
  11612. "application/merge-patch+json",
  11613. "application/strategic-merge-patch+json"
  11614. ]
  11615. }
  11616. ]
  11617. },
  11618. {
  11619. "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status",
  11620. "description": "API at /api/v1",
  11621. "operations": [
  11622. {
  11623. "type": "v1.ReplicationController",
  11624. "method": "GET",
  11625. "summary": "read status of the specified ReplicationController",
  11626. "nickname": "readNamespacedReplicationControllerStatus",
  11627. "parameters": [
  11628. {
  11629. "type": "string",
  11630. "paramType": "query",
  11631. "name": "pretty",
  11632. "description": "If 'true', then the output is pretty printed.",
  11633. "required": false,
  11634. "allowMultiple": false
  11635. },
  11636. {
  11637. "type": "string",
  11638. "paramType": "path",
  11639. "name": "namespace",
  11640. "description": "object name and auth scope, such as for teams and projects",
  11641. "required": true,
  11642. "allowMultiple": false
  11643. },
  11644. {
  11645. "type": "string",
  11646. "paramType": "path",
  11647. "name": "name",
  11648. "description": "name of the ReplicationController",
  11649. "required": true,
  11650. "allowMultiple": false
  11651. }
  11652. ],
  11653. "responseMessages": [
  11654. {
  11655. "code": 200,
  11656. "message": "OK",
  11657. "responseModel": "v1.ReplicationController"
  11658. }
  11659. ],
  11660. "produces": [
  11661. "application/json",
  11662. "application/yaml",
  11663. "application/vnd.kubernetes.protobuf"
  11664. ],
  11665. "consumes": [
  11666. "*/*"
  11667. ]
  11668. },
  11669. {
  11670. "type": "v1.ReplicationController",
  11671. "method": "PUT",
  11672. "summary": "replace status of the specified ReplicationController",
  11673. "nickname": "replaceNamespacedReplicationControllerStatus",
  11674. "parameters": [
  11675. {
  11676. "type": "string",
  11677. "paramType": "query",
  11678. "name": "pretty",
  11679. "description": "If 'true', then the output is pretty printed.",
  11680. "required": false,
  11681. "allowMultiple": false
  11682. },
  11683. {
  11684. "type": "v1.ReplicationController",
  11685. "paramType": "body",
  11686. "name": "body",
  11687. "description": "",
  11688. "required": true,
  11689. "allowMultiple": false
  11690. },
  11691. {
  11692. "type": "string",
  11693. "paramType": "path",
  11694. "name": "namespace",
  11695. "description": "object name and auth scope, such as for teams and projects",
  11696. "required": true,
  11697. "allowMultiple": false
  11698. },
  11699. {
  11700. "type": "string",
  11701. "paramType": "path",
  11702. "name": "name",
  11703. "description": "name of the ReplicationController",
  11704. "required": true,
  11705. "allowMultiple": false
  11706. }
  11707. ],
  11708. "responseMessages": [
  11709. {
  11710. "code": 200,
  11711. "message": "OK",
  11712. "responseModel": "v1.ReplicationController"
  11713. }
  11714. ],
  11715. "produces": [
  11716. "application/json",
  11717. "application/yaml",
  11718. "application/vnd.kubernetes.protobuf"
  11719. ],
  11720. "consumes": [
  11721. "*/*"
  11722. ]
  11723. },
  11724. {
  11725. "type": "v1.ReplicationController",
  11726. "method": "PATCH",
  11727. "summary": "partially update status of the specified ReplicationController",
  11728. "nickname": "patchNamespacedReplicationControllerStatus",
  11729. "parameters": [
  11730. {
  11731. "type": "string",
  11732. "paramType": "query",
  11733. "name": "pretty",
  11734. "description": "If 'true', then the output is pretty printed.",
  11735. "required": false,
  11736. "allowMultiple": false
  11737. },
  11738. {
  11739. "type": "unversioned.Patch",
  11740. "paramType": "body",
  11741. "name": "body",
  11742. "description": "",
  11743. "required": true,
  11744. "allowMultiple": false
  11745. },
  11746. {
  11747. "type": "string",
  11748. "paramType": "path",
  11749. "name": "namespace",
  11750. "description": "object name and auth scope, such as for teams and projects",
  11751. "required": true,
  11752. "allowMultiple": false
  11753. },
  11754. {
  11755. "type": "string",
  11756. "paramType": "path",
  11757. "name": "name",
  11758. "description": "name of the ReplicationController",
  11759. "required": true,
  11760. "allowMultiple": false
  11761. }
  11762. ],
  11763. "responseMessages": [
  11764. {
  11765. "code": 200,
  11766. "message": "OK",
  11767. "responseModel": "v1.ReplicationController"
  11768. }
  11769. ],
  11770. "produces": [
  11771. "application/json",
  11772. "application/yaml",
  11773. "application/vnd.kubernetes.protobuf"
  11774. ],
  11775. "consumes": [
  11776. "application/json-patch+json",
  11777. "application/merge-patch+json",
  11778. "application/strategic-merge-patch+json"
  11779. ]
  11780. }
  11781. ]
  11782. },
  11783. {
  11784. "path": "/api/v1/namespaces/{namespace}/resourcequotas",
  11785. "description": "API at /api/v1",
  11786. "operations": [
  11787. {
  11788. "type": "v1.ResourceQuotaList",
  11789. "method": "GET",
  11790. "summary": "list or watch objects of kind ResourceQuota",
  11791. "nickname": "listNamespacedResourceQuota",
  11792. "parameters": [
  11793. {
  11794. "type": "string",
  11795. "paramType": "query",
  11796. "name": "pretty",
  11797. "description": "If 'true', then the output is pretty printed.",
  11798. "required": false,
  11799. "allowMultiple": false
  11800. },
  11801. {
  11802. "type": "string",
  11803. "paramType": "query",
  11804. "name": "labelSelector",
  11805. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  11806. "required": false,
  11807. "allowMultiple": false
  11808. },
  11809. {
  11810. "type": "string",
  11811. "paramType": "query",
  11812. "name": "fieldSelector",
  11813. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  11814. "required": false,
  11815. "allowMultiple": false
  11816. },
  11817. {
  11818. "type": "boolean",
  11819. "paramType": "query",
  11820. "name": "watch",
  11821. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  11822. "required": false,
  11823. "allowMultiple": false
  11824. },
  11825. {
  11826. "type": "string",
  11827. "paramType": "query",
  11828. "name": "resourceVersion",
  11829. "description": "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.",
  11830. "required": false,
  11831. "allowMultiple": false
  11832. },
  11833. {
  11834. "type": "integer",
  11835. "paramType": "query",
  11836. "name": "timeoutSeconds",
  11837. "description": "Timeout for the list/watch call.",
  11838. "required": false,
  11839. "allowMultiple": false
  11840. },
  11841. {
  11842. "type": "string",
  11843. "paramType": "path",
  11844. "name": "namespace",
  11845. "description": "object name and auth scope, such as for teams and projects",
  11846. "required": true,
  11847. "allowMultiple": false
  11848. }
  11849. ],
  11850. "responseMessages": [
  11851. {
  11852. "code": 200,
  11853. "message": "OK",
  11854. "responseModel": "v1.ResourceQuotaList"
  11855. }
  11856. ],
  11857. "produces": [
  11858. "application/json",
  11859. "application/yaml",
  11860. "application/vnd.kubernetes.protobuf",
  11861. "application/json;stream=watch",
  11862. "application/vnd.kubernetes.protobuf;stream=watch"
  11863. ],
  11864. "consumes": [
  11865. "*/*"
  11866. ]
  11867. },
  11868. {
  11869. "type": "v1.ResourceQuota",
  11870. "method": "POST",
  11871. "summary": "create a ResourceQuota",
  11872. "nickname": "createNamespacedResourceQuota",
  11873. "parameters": [
  11874. {
  11875. "type": "string",
  11876. "paramType": "query",
  11877. "name": "pretty",
  11878. "description": "If 'true', then the output is pretty printed.",
  11879. "required": false,
  11880. "allowMultiple": false
  11881. },
  11882. {
  11883. "type": "v1.ResourceQuota",
  11884. "paramType": "body",
  11885. "name": "body",
  11886. "description": "",
  11887. "required": true,
  11888. "allowMultiple": false
  11889. },
  11890. {
  11891. "type": "string",
  11892. "paramType": "path",
  11893. "name": "namespace",
  11894. "description": "object name and auth scope, such as for teams and projects",
  11895. "required": true,
  11896. "allowMultiple": false
  11897. }
  11898. ],
  11899. "responseMessages": [
  11900. {
  11901. "code": 200,
  11902. "message": "OK",
  11903. "responseModel": "v1.ResourceQuota"
  11904. }
  11905. ],
  11906. "produces": [
  11907. "application/json",
  11908. "application/yaml",
  11909. "application/vnd.kubernetes.protobuf"
  11910. ],
  11911. "consumes": [
  11912. "*/*"
  11913. ]
  11914. },
  11915. {
  11916. "type": "unversioned.Status",
  11917. "method": "DELETE",
  11918. "summary": "delete collection of ResourceQuota",
  11919. "nickname": "deletecollectionNamespacedResourceQuota",
  11920. "parameters": [
  11921. {
  11922. "type": "string",
  11923. "paramType": "query",
  11924. "name": "pretty",
  11925. "description": "If 'true', then the output is pretty printed.",
  11926. "required": false,
  11927. "allowMultiple": false
  11928. },
  11929. {
  11930. "type": "string",
  11931. "paramType": "query",
  11932. "name": "labelSelector",
  11933. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  11934. "required": false,
  11935. "allowMultiple": false
  11936. },
  11937. {
  11938. "type": "string",
  11939. "paramType": "query",
  11940. "name": "fieldSelector",
  11941. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  11942. "required": false,
  11943. "allowMultiple": false
  11944. },
  11945. {
  11946. "type": "boolean",
  11947. "paramType": "query",
  11948. "name": "watch",
  11949. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  11950. "required": false,
  11951. "allowMultiple": false
  11952. },
  11953. {
  11954. "type": "string",
  11955. "paramType": "query",
  11956. "name": "resourceVersion",
  11957. "description": "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.",
  11958. "required": false,
  11959. "allowMultiple": false
  11960. },
  11961. {
  11962. "type": "integer",
  11963. "paramType": "query",
  11964. "name": "timeoutSeconds",
  11965. "description": "Timeout for the list/watch call.",
  11966. "required": false,
  11967. "allowMultiple": false
  11968. },
  11969. {
  11970. "type": "string",
  11971. "paramType": "path",
  11972. "name": "namespace",
  11973. "description": "object name and auth scope, such as for teams and projects",
  11974. "required": true,
  11975. "allowMultiple": false
  11976. }
  11977. ],
  11978. "responseMessages": [
  11979. {
  11980. "code": 200,
  11981. "message": "OK",
  11982. "responseModel": "unversioned.Status"
  11983. }
  11984. ],
  11985. "produces": [
  11986. "application/json",
  11987. "application/yaml",
  11988. "application/vnd.kubernetes.protobuf"
  11989. ],
  11990. "consumes": [
  11991. "*/*"
  11992. ]
  11993. }
  11994. ]
  11995. },
  11996. {
  11997. "path": "/api/v1/watch/namespaces/{namespace}/resourcequotas",
  11998. "description": "API at /api/v1",
  11999. "operations": [
  12000. {
  12001. "type": "versioned.Event",
  12002. "method": "GET",
  12003. "summary": "watch individual changes to a list of ResourceQuota",
  12004. "nickname": "watchNamespacedResourceQuotaList",
  12005. "parameters": [
  12006. {
  12007. "type": "string",
  12008. "paramType": "query",
  12009. "name": "pretty",
  12010. "description": "If 'true', then the output is pretty printed.",
  12011. "required": false,
  12012. "allowMultiple": false
  12013. },
  12014. {
  12015. "type": "string",
  12016. "paramType": "query",
  12017. "name": "labelSelector",
  12018. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12019. "required": false,
  12020. "allowMultiple": false
  12021. },
  12022. {
  12023. "type": "string",
  12024. "paramType": "query",
  12025. "name": "fieldSelector",
  12026. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12027. "required": false,
  12028. "allowMultiple": false
  12029. },
  12030. {
  12031. "type": "boolean",
  12032. "paramType": "query",
  12033. "name": "watch",
  12034. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  12035. "required": false,
  12036. "allowMultiple": false
  12037. },
  12038. {
  12039. "type": "string",
  12040. "paramType": "query",
  12041. "name": "resourceVersion",
  12042. "description": "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.",
  12043. "required": false,
  12044. "allowMultiple": false
  12045. },
  12046. {
  12047. "type": "integer",
  12048. "paramType": "query",
  12049. "name": "timeoutSeconds",
  12050. "description": "Timeout for the list/watch call.",
  12051. "required": false,
  12052. "allowMultiple": false
  12053. },
  12054. {
  12055. "type": "string",
  12056. "paramType": "path",
  12057. "name": "namespace",
  12058. "description": "object name and auth scope, such as for teams and projects",
  12059. "required": true,
  12060. "allowMultiple": false
  12061. }
  12062. ],
  12063. "responseMessages": [
  12064. {
  12065. "code": 200,
  12066. "message": "OK",
  12067. "responseModel": "versioned.Event"
  12068. }
  12069. ],
  12070. "produces": [
  12071. "application/json",
  12072. "application/yaml",
  12073. "application/vnd.kubernetes.protobuf",
  12074. "application/json;stream=watch",
  12075. "application/vnd.kubernetes.protobuf;stream=watch"
  12076. ],
  12077. "consumes": [
  12078. "*/*"
  12079. ]
  12080. }
  12081. ]
  12082. },
  12083. {
  12084. "path": "/api/v1/namespaces/{namespace}/resourcequotas/{name}",
  12085. "description": "API at /api/v1",
  12086. "operations": [
  12087. {
  12088. "type": "v1.ResourceQuota",
  12089. "method": "GET",
  12090. "summary": "read the specified ResourceQuota",
  12091. "nickname": "readNamespacedResourceQuota",
  12092. "parameters": [
  12093. {
  12094. "type": "string",
  12095. "paramType": "query",
  12096. "name": "pretty",
  12097. "description": "If 'true', then the output is pretty printed.",
  12098. "required": false,
  12099. "allowMultiple": false
  12100. },
  12101. {
  12102. "type": "boolean",
  12103. "paramType": "query",
  12104. "name": "export",
  12105. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  12106. "required": false,
  12107. "allowMultiple": false
  12108. },
  12109. {
  12110. "type": "boolean",
  12111. "paramType": "query",
  12112. "name": "exact",
  12113. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  12114. "required": false,
  12115. "allowMultiple": false
  12116. },
  12117. {
  12118. "type": "string",
  12119. "paramType": "path",
  12120. "name": "namespace",
  12121. "description": "object name and auth scope, such as for teams and projects",
  12122. "required": true,
  12123. "allowMultiple": false
  12124. },
  12125. {
  12126. "type": "string",
  12127. "paramType": "path",
  12128. "name": "name",
  12129. "description": "name of the ResourceQuota",
  12130. "required": true,
  12131. "allowMultiple": false
  12132. }
  12133. ],
  12134. "responseMessages": [
  12135. {
  12136. "code": 200,
  12137. "message": "OK",
  12138. "responseModel": "v1.ResourceQuota"
  12139. }
  12140. ],
  12141. "produces": [
  12142. "application/json",
  12143. "application/yaml",
  12144. "application/vnd.kubernetes.protobuf"
  12145. ],
  12146. "consumes": [
  12147. "*/*"
  12148. ]
  12149. },
  12150. {
  12151. "type": "v1.ResourceQuota",
  12152. "method": "PUT",
  12153. "summary": "replace the specified ResourceQuota",
  12154. "nickname": "replaceNamespacedResourceQuota",
  12155. "parameters": [
  12156. {
  12157. "type": "string",
  12158. "paramType": "query",
  12159. "name": "pretty",
  12160. "description": "If 'true', then the output is pretty printed.",
  12161. "required": false,
  12162. "allowMultiple": false
  12163. },
  12164. {
  12165. "type": "v1.ResourceQuota",
  12166. "paramType": "body",
  12167. "name": "body",
  12168. "description": "",
  12169. "required": true,
  12170. "allowMultiple": false
  12171. },
  12172. {
  12173. "type": "string",
  12174. "paramType": "path",
  12175. "name": "namespace",
  12176. "description": "object name and auth scope, such as for teams and projects",
  12177. "required": true,
  12178. "allowMultiple": false
  12179. },
  12180. {
  12181. "type": "string",
  12182. "paramType": "path",
  12183. "name": "name",
  12184. "description": "name of the ResourceQuota",
  12185. "required": true,
  12186. "allowMultiple": false
  12187. }
  12188. ],
  12189. "responseMessages": [
  12190. {
  12191. "code": 200,
  12192. "message": "OK",
  12193. "responseModel": "v1.ResourceQuota"
  12194. }
  12195. ],
  12196. "produces": [
  12197. "application/json",
  12198. "application/yaml",
  12199. "application/vnd.kubernetes.protobuf"
  12200. ],
  12201. "consumes": [
  12202. "*/*"
  12203. ]
  12204. },
  12205. {
  12206. "type": "v1.ResourceQuota",
  12207. "method": "PATCH",
  12208. "summary": "partially update the specified ResourceQuota",
  12209. "nickname": "patchNamespacedResourceQuota",
  12210. "parameters": [
  12211. {
  12212. "type": "string",
  12213. "paramType": "query",
  12214. "name": "pretty",
  12215. "description": "If 'true', then the output is pretty printed.",
  12216. "required": false,
  12217. "allowMultiple": false
  12218. },
  12219. {
  12220. "type": "unversioned.Patch",
  12221. "paramType": "body",
  12222. "name": "body",
  12223. "description": "",
  12224. "required": true,
  12225. "allowMultiple": false
  12226. },
  12227. {
  12228. "type": "string",
  12229. "paramType": "path",
  12230. "name": "namespace",
  12231. "description": "object name and auth scope, such as for teams and projects",
  12232. "required": true,
  12233. "allowMultiple": false
  12234. },
  12235. {
  12236. "type": "string",
  12237. "paramType": "path",
  12238. "name": "name",
  12239. "description": "name of the ResourceQuota",
  12240. "required": true,
  12241. "allowMultiple": false
  12242. }
  12243. ],
  12244. "responseMessages": [
  12245. {
  12246. "code": 200,
  12247. "message": "OK",
  12248. "responseModel": "v1.ResourceQuota"
  12249. }
  12250. ],
  12251. "produces": [
  12252. "application/json",
  12253. "application/yaml",
  12254. "application/vnd.kubernetes.protobuf"
  12255. ],
  12256. "consumes": [
  12257. "application/json-patch+json",
  12258. "application/merge-patch+json",
  12259. "application/strategic-merge-patch+json"
  12260. ]
  12261. },
  12262. {
  12263. "type": "unversioned.Status",
  12264. "method": "DELETE",
  12265. "summary": "delete a ResourceQuota",
  12266. "nickname": "deleteNamespacedResourceQuota",
  12267. "parameters": [
  12268. {
  12269. "type": "string",
  12270. "paramType": "query",
  12271. "name": "pretty",
  12272. "description": "If 'true', then the output is pretty printed.",
  12273. "required": false,
  12274. "allowMultiple": false
  12275. },
  12276. {
  12277. "type": "v1.DeleteOptions",
  12278. "paramType": "body",
  12279. "name": "body",
  12280. "description": "",
  12281. "required": true,
  12282. "allowMultiple": false
  12283. },
  12284. {
  12285. "type": "integer",
  12286. "paramType": "query",
  12287. "name": "gracePeriodSeconds",
  12288. "description": "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.",
  12289. "required": false,
  12290. "allowMultiple": false
  12291. },
  12292. {
  12293. "type": "boolean",
  12294. "paramType": "query",
  12295. "name": "orphanDependents",
  12296. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  12297. "required": false,
  12298. "allowMultiple": false
  12299. },
  12300. {
  12301. "type": "string",
  12302. "paramType": "path",
  12303. "name": "namespace",
  12304. "description": "object name and auth scope, such as for teams and projects",
  12305. "required": true,
  12306. "allowMultiple": false
  12307. },
  12308. {
  12309. "type": "string",
  12310. "paramType": "path",
  12311. "name": "name",
  12312. "description": "name of the ResourceQuota",
  12313. "required": true,
  12314. "allowMultiple": false
  12315. }
  12316. ],
  12317. "responseMessages": [
  12318. {
  12319. "code": 200,
  12320. "message": "OK",
  12321. "responseModel": "unversioned.Status"
  12322. }
  12323. ],
  12324. "produces": [
  12325. "application/json",
  12326. "application/yaml",
  12327. "application/vnd.kubernetes.protobuf"
  12328. ],
  12329. "consumes": [
  12330. "*/*"
  12331. ]
  12332. }
  12333. ]
  12334. },
  12335. {
  12336. "path": "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}",
  12337. "description": "API at /api/v1",
  12338. "operations": [
  12339. {
  12340. "type": "versioned.Event",
  12341. "method": "GET",
  12342. "summary": "watch changes to an object of kind ResourceQuota",
  12343. "nickname": "watchNamespacedResourceQuota",
  12344. "parameters": [
  12345. {
  12346. "type": "string",
  12347. "paramType": "query",
  12348. "name": "pretty",
  12349. "description": "If 'true', then the output is pretty printed.",
  12350. "required": false,
  12351. "allowMultiple": false
  12352. },
  12353. {
  12354. "type": "string",
  12355. "paramType": "query",
  12356. "name": "labelSelector",
  12357. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12358. "required": false,
  12359. "allowMultiple": false
  12360. },
  12361. {
  12362. "type": "string",
  12363. "paramType": "query",
  12364. "name": "fieldSelector",
  12365. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12366. "required": false,
  12367. "allowMultiple": false
  12368. },
  12369. {
  12370. "type": "boolean",
  12371. "paramType": "query",
  12372. "name": "watch",
  12373. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  12374. "required": false,
  12375. "allowMultiple": false
  12376. },
  12377. {
  12378. "type": "string",
  12379. "paramType": "query",
  12380. "name": "resourceVersion",
  12381. "description": "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.",
  12382. "required": false,
  12383. "allowMultiple": false
  12384. },
  12385. {
  12386. "type": "integer",
  12387. "paramType": "query",
  12388. "name": "timeoutSeconds",
  12389. "description": "Timeout for the list/watch call.",
  12390. "required": false,
  12391. "allowMultiple": false
  12392. },
  12393. {
  12394. "type": "string",
  12395. "paramType": "path",
  12396. "name": "namespace",
  12397. "description": "object name and auth scope, such as for teams and projects",
  12398. "required": true,
  12399. "allowMultiple": false
  12400. },
  12401. {
  12402. "type": "string",
  12403. "paramType": "path",
  12404. "name": "name",
  12405. "description": "name of the ResourceQuota",
  12406. "required": true,
  12407. "allowMultiple": false
  12408. }
  12409. ],
  12410. "responseMessages": [
  12411. {
  12412. "code": 200,
  12413. "message": "OK",
  12414. "responseModel": "versioned.Event"
  12415. }
  12416. ],
  12417. "produces": [
  12418. "application/json",
  12419. "application/yaml",
  12420. "application/vnd.kubernetes.protobuf",
  12421. "application/json;stream=watch",
  12422. "application/vnd.kubernetes.protobuf;stream=watch"
  12423. ],
  12424. "consumes": [
  12425. "*/*"
  12426. ]
  12427. }
  12428. ]
  12429. },
  12430. {
  12431. "path": "/api/v1/resourcequotas",
  12432. "description": "API at /api/v1",
  12433. "operations": [
  12434. {
  12435. "type": "v1.ResourceQuotaList",
  12436. "method": "GET",
  12437. "summary": "list or watch objects of kind ResourceQuota",
  12438. "nickname": "listResourceQuotaForAllNamespaces",
  12439. "parameters": [
  12440. {
  12441. "type": "string",
  12442. "paramType": "query",
  12443. "name": "pretty",
  12444. "description": "If 'true', then the output is pretty printed.",
  12445. "required": false,
  12446. "allowMultiple": false
  12447. },
  12448. {
  12449. "type": "string",
  12450. "paramType": "query",
  12451. "name": "labelSelector",
  12452. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12453. "required": false,
  12454. "allowMultiple": false
  12455. },
  12456. {
  12457. "type": "string",
  12458. "paramType": "query",
  12459. "name": "fieldSelector",
  12460. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12461. "required": false,
  12462. "allowMultiple": false
  12463. },
  12464. {
  12465. "type": "boolean",
  12466. "paramType": "query",
  12467. "name": "watch",
  12468. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  12469. "required": false,
  12470. "allowMultiple": false
  12471. },
  12472. {
  12473. "type": "string",
  12474. "paramType": "query",
  12475. "name": "resourceVersion",
  12476. "description": "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.",
  12477. "required": false,
  12478. "allowMultiple": false
  12479. },
  12480. {
  12481. "type": "integer",
  12482. "paramType": "query",
  12483. "name": "timeoutSeconds",
  12484. "description": "Timeout for the list/watch call.",
  12485. "required": false,
  12486. "allowMultiple": false
  12487. }
  12488. ],
  12489. "responseMessages": [
  12490. {
  12491. "code": 200,
  12492. "message": "OK",
  12493. "responseModel": "v1.ResourceQuotaList"
  12494. }
  12495. ],
  12496. "produces": [
  12497. "application/json",
  12498. "application/yaml",
  12499. "application/vnd.kubernetes.protobuf",
  12500. "application/json;stream=watch",
  12501. "application/vnd.kubernetes.protobuf;stream=watch"
  12502. ],
  12503. "consumes": [
  12504. "*/*"
  12505. ]
  12506. }
  12507. ]
  12508. },
  12509. {
  12510. "path": "/api/v1/watch/resourcequotas",
  12511. "description": "API at /api/v1",
  12512. "operations": [
  12513. {
  12514. "type": "versioned.Event",
  12515. "method": "GET",
  12516. "summary": "watch individual changes to a list of ResourceQuota",
  12517. "nickname": "watchResourceQuotaListForAllNamespaces",
  12518. "parameters": [
  12519. {
  12520. "type": "string",
  12521. "paramType": "query",
  12522. "name": "pretty",
  12523. "description": "If 'true', then the output is pretty printed.",
  12524. "required": false,
  12525. "allowMultiple": false
  12526. },
  12527. {
  12528. "type": "string",
  12529. "paramType": "query",
  12530. "name": "labelSelector",
  12531. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12532. "required": false,
  12533. "allowMultiple": false
  12534. },
  12535. {
  12536. "type": "string",
  12537. "paramType": "query",
  12538. "name": "fieldSelector",
  12539. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12540. "required": false,
  12541. "allowMultiple": false
  12542. },
  12543. {
  12544. "type": "boolean",
  12545. "paramType": "query",
  12546. "name": "watch",
  12547. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  12548. "required": false,
  12549. "allowMultiple": false
  12550. },
  12551. {
  12552. "type": "string",
  12553. "paramType": "query",
  12554. "name": "resourceVersion",
  12555. "description": "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.",
  12556. "required": false,
  12557. "allowMultiple": false
  12558. },
  12559. {
  12560. "type": "integer",
  12561. "paramType": "query",
  12562. "name": "timeoutSeconds",
  12563. "description": "Timeout for the list/watch call.",
  12564. "required": false,
  12565. "allowMultiple": false
  12566. }
  12567. ],
  12568. "responseMessages": [
  12569. {
  12570. "code": 200,
  12571. "message": "OK",
  12572. "responseModel": "versioned.Event"
  12573. }
  12574. ],
  12575. "produces": [
  12576. "application/json",
  12577. "application/yaml",
  12578. "application/vnd.kubernetes.protobuf",
  12579. "application/json;stream=watch",
  12580. "application/vnd.kubernetes.protobuf;stream=watch"
  12581. ],
  12582. "consumes": [
  12583. "*/*"
  12584. ]
  12585. }
  12586. ]
  12587. },
  12588. {
  12589. "path": "/api/v1/namespaces/{namespace}/resourcequotas/{name}/status",
  12590. "description": "API at /api/v1",
  12591. "operations": [
  12592. {
  12593. "type": "v1.ResourceQuota",
  12594. "method": "GET",
  12595. "summary": "read status of the specified ResourceQuota",
  12596. "nickname": "readNamespacedResourceQuotaStatus",
  12597. "parameters": [
  12598. {
  12599. "type": "string",
  12600. "paramType": "query",
  12601. "name": "pretty",
  12602. "description": "If 'true', then the output is pretty printed.",
  12603. "required": false,
  12604. "allowMultiple": false
  12605. },
  12606. {
  12607. "type": "string",
  12608. "paramType": "path",
  12609. "name": "namespace",
  12610. "description": "object name and auth scope, such as for teams and projects",
  12611. "required": true,
  12612. "allowMultiple": false
  12613. },
  12614. {
  12615. "type": "string",
  12616. "paramType": "path",
  12617. "name": "name",
  12618. "description": "name of the ResourceQuota",
  12619. "required": true,
  12620. "allowMultiple": false
  12621. }
  12622. ],
  12623. "responseMessages": [
  12624. {
  12625. "code": 200,
  12626. "message": "OK",
  12627. "responseModel": "v1.ResourceQuota"
  12628. }
  12629. ],
  12630. "produces": [
  12631. "application/json",
  12632. "application/yaml",
  12633. "application/vnd.kubernetes.protobuf"
  12634. ],
  12635. "consumes": [
  12636. "*/*"
  12637. ]
  12638. },
  12639. {
  12640. "type": "v1.ResourceQuota",
  12641. "method": "PUT",
  12642. "summary": "replace status of the specified ResourceQuota",
  12643. "nickname": "replaceNamespacedResourceQuotaStatus",
  12644. "parameters": [
  12645. {
  12646. "type": "string",
  12647. "paramType": "query",
  12648. "name": "pretty",
  12649. "description": "If 'true', then the output is pretty printed.",
  12650. "required": false,
  12651. "allowMultiple": false
  12652. },
  12653. {
  12654. "type": "v1.ResourceQuota",
  12655. "paramType": "body",
  12656. "name": "body",
  12657. "description": "",
  12658. "required": true,
  12659. "allowMultiple": false
  12660. },
  12661. {
  12662. "type": "string",
  12663. "paramType": "path",
  12664. "name": "namespace",
  12665. "description": "object name and auth scope, such as for teams and projects",
  12666. "required": true,
  12667. "allowMultiple": false
  12668. },
  12669. {
  12670. "type": "string",
  12671. "paramType": "path",
  12672. "name": "name",
  12673. "description": "name of the ResourceQuota",
  12674. "required": true,
  12675. "allowMultiple": false
  12676. }
  12677. ],
  12678. "responseMessages": [
  12679. {
  12680. "code": 200,
  12681. "message": "OK",
  12682. "responseModel": "v1.ResourceQuota"
  12683. }
  12684. ],
  12685. "produces": [
  12686. "application/json",
  12687. "application/yaml",
  12688. "application/vnd.kubernetes.protobuf"
  12689. ],
  12690. "consumes": [
  12691. "*/*"
  12692. ]
  12693. },
  12694. {
  12695. "type": "v1.ResourceQuota",
  12696. "method": "PATCH",
  12697. "summary": "partially update status of the specified ResourceQuota",
  12698. "nickname": "patchNamespacedResourceQuotaStatus",
  12699. "parameters": [
  12700. {
  12701. "type": "string",
  12702. "paramType": "query",
  12703. "name": "pretty",
  12704. "description": "If 'true', then the output is pretty printed.",
  12705. "required": false,
  12706. "allowMultiple": false
  12707. },
  12708. {
  12709. "type": "unversioned.Patch",
  12710. "paramType": "body",
  12711. "name": "body",
  12712. "description": "",
  12713. "required": true,
  12714. "allowMultiple": false
  12715. },
  12716. {
  12717. "type": "string",
  12718. "paramType": "path",
  12719. "name": "namespace",
  12720. "description": "object name and auth scope, such as for teams and projects",
  12721. "required": true,
  12722. "allowMultiple": false
  12723. },
  12724. {
  12725. "type": "string",
  12726. "paramType": "path",
  12727. "name": "name",
  12728. "description": "name of the ResourceQuota",
  12729. "required": true,
  12730. "allowMultiple": false
  12731. }
  12732. ],
  12733. "responseMessages": [
  12734. {
  12735. "code": 200,
  12736. "message": "OK",
  12737. "responseModel": "v1.ResourceQuota"
  12738. }
  12739. ],
  12740. "produces": [
  12741. "application/json",
  12742. "application/yaml",
  12743. "application/vnd.kubernetes.protobuf"
  12744. ],
  12745. "consumes": [
  12746. "application/json-patch+json",
  12747. "application/merge-patch+json",
  12748. "application/strategic-merge-patch+json"
  12749. ]
  12750. }
  12751. ]
  12752. },
  12753. {
  12754. "path": "/api/v1/namespaces/{namespace}/secrets",
  12755. "description": "API at /api/v1",
  12756. "operations": [
  12757. {
  12758. "type": "v1.SecretList",
  12759. "method": "GET",
  12760. "summary": "list or watch objects of kind Secret",
  12761. "nickname": "listNamespacedSecret",
  12762. "parameters": [
  12763. {
  12764. "type": "string",
  12765. "paramType": "query",
  12766. "name": "pretty",
  12767. "description": "If 'true', then the output is pretty printed.",
  12768. "required": false,
  12769. "allowMultiple": false
  12770. },
  12771. {
  12772. "type": "string",
  12773. "paramType": "query",
  12774. "name": "labelSelector",
  12775. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12776. "required": false,
  12777. "allowMultiple": false
  12778. },
  12779. {
  12780. "type": "string",
  12781. "paramType": "query",
  12782. "name": "fieldSelector",
  12783. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12784. "required": false,
  12785. "allowMultiple": false
  12786. },
  12787. {
  12788. "type": "boolean",
  12789. "paramType": "query",
  12790. "name": "watch",
  12791. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  12792. "required": false,
  12793. "allowMultiple": false
  12794. },
  12795. {
  12796. "type": "string",
  12797. "paramType": "query",
  12798. "name": "resourceVersion",
  12799. "description": "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.",
  12800. "required": false,
  12801. "allowMultiple": false
  12802. },
  12803. {
  12804. "type": "integer",
  12805. "paramType": "query",
  12806. "name": "timeoutSeconds",
  12807. "description": "Timeout for the list/watch call.",
  12808. "required": false,
  12809. "allowMultiple": false
  12810. },
  12811. {
  12812. "type": "string",
  12813. "paramType": "path",
  12814. "name": "namespace",
  12815. "description": "object name and auth scope, such as for teams and projects",
  12816. "required": true,
  12817. "allowMultiple": false
  12818. }
  12819. ],
  12820. "responseMessages": [
  12821. {
  12822. "code": 200,
  12823. "message": "OK",
  12824. "responseModel": "v1.SecretList"
  12825. }
  12826. ],
  12827. "produces": [
  12828. "application/json",
  12829. "application/yaml",
  12830. "application/vnd.kubernetes.protobuf",
  12831. "application/json;stream=watch",
  12832. "application/vnd.kubernetes.protobuf;stream=watch"
  12833. ],
  12834. "consumes": [
  12835. "*/*"
  12836. ]
  12837. },
  12838. {
  12839. "type": "v1.Secret",
  12840. "method": "POST",
  12841. "summary": "create a Secret",
  12842. "nickname": "createNamespacedSecret",
  12843. "parameters": [
  12844. {
  12845. "type": "string",
  12846. "paramType": "query",
  12847. "name": "pretty",
  12848. "description": "If 'true', then the output is pretty printed.",
  12849. "required": false,
  12850. "allowMultiple": false
  12851. },
  12852. {
  12853. "type": "v1.Secret",
  12854. "paramType": "body",
  12855. "name": "body",
  12856. "description": "",
  12857. "required": true,
  12858. "allowMultiple": false
  12859. },
  12860. {
  12861. "type": "string",
  12862. "paramType": "path",
  12863. "name": "namespace",
  12864. "description": "object name and auth scope, such as for teams and projects",
  12865. "required": true,
  12866. "allowMultiple": false
  12867. }
  12868. ],
  12869. "responseMessages": [
  12870. {
  12871. "code": 200,
  12872. "message": "OK",
  12873. "responseModel": "v1.Secret"
  12874. }
  12875. ],
  12876. "produces": [
  12877. "application/json",
  12878. "application/yaml",
  12879. "application/vnd.kubernetes.protobuf"
  12880. ],
  12881. "consumes": [
  12882. "*/*"
  12883. ]
  12884. },
  12885. {
  12886. "type": "unversioned.Status",
  12887. "method": "DELETE",
  12888. "summary": "delete collection of Secret",
  12889. "nickname": "deletecollectionNamespacedSecret",
  12890. "parameters": [
  12891. {
  12892. "type": "string",
  12893. "paramType": "query",
  12894. "name": "pretty",
  12895. "description": "If 'true', then the output is pretty printed.",
  12896. "required": false,
  12897. "allowMultiple": false
  12898. },
  12899. {
  12900. "type": "string",
  12901. "paramType": "query",
  12902. "name": "labelSelector",
  12903. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12904. "required": false,
  12905. "allowMultiple": false
  12906. },
  12907. {
  12908. "type": "string",
  12909. "paramType": "query",
  12910. "name": "fieldSelector",
  12911. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12912. "required": false,
  12913. "allowMultiple": false
  12914. },
  12915. {
  12916. "type": "boolean",
  12917. "paramType": "query",
  12918. "name": "watch",
  12919. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  12920. "required": false,
  12921. "allowMultiple": false
  12922. },
  12923. {
  12924. "type": "string",
  12925. "paramType": "query",
  12926. "name": "resourceVersion",
  12927. "description": "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.",
  12928. "required": false,
  12929. "allowMultiple": false
  12930. },
  12931. {
  12932. "type": "integer",
  12933. "paramType": "query",
  12934. "name": "timeoutSeconds",
  12935. "description": "Timeout for the list/watch call.",
  12936. "required": false,
  12937. "allowMultiple": false
  12938. },
  12939. {
  12940. "type": "string",
  12941. "paramType": "path",
  12942. "name": "namespace",
  12943. "description": "object name and auth scope, such as for teams and projects",
  12944. "required": true,
  12945. "allowMultiple": false
  12946. }
  12947. ],
  12948. "responseMessages": [
  12949. {
  12950. "code": 200,
  12951. "message": "OK",
  12952. "responseModel": "unversioned.Status"
  12953. }
  12954. ],
  12955. "produces": [
  12956. "application/json",
  12957. "application/yaml",
  12958. "application/vnd.kubernetes.protobuf"
  12959. ],
  12960. "consumes": [
  12961. "*/*"
  12962. ]
  12963. }
  12964. ]
  12965. },
  12966. {
  12967. "path": "/api/v1/watch/namespaces/{namespace}/secrets",
  12968. "description": "API at /api/v1",
  12969. "operations": [
  12970. {
  12971. "type": "versioned.Event",
  12972. "method": "GET",
  12973. "summary": "watch individual changes to a list of Secret",
  12974. "nickname": "watchNamespacedSecretList",
  12975. "parameters": [
  12976. {
  12977. "type": "string",
  12978. "paramType": "query",
  12979. "name": "pretty",
  12980. "description": "If 'true', then the output is pretty printed.",
  12981. "required": false,
  12982. "allowMultiple": false
  12983. },
  12984. {
  12985. "type": "string",
  12986. "paramType": "query",
  12987. "name": "labelSelector",
  12988. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  12989. "required": false,
  12990. "allowMultiple": false
  12991. },
  12992. {
  12993. "type": "string",
  12994. "paramType": "query",
  12995. "name": "fieldSelector",
  12996. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  12997. "required": false,
  12998. "allowMultiple": false
  12999. },
  13000. {
  13001. "type": "boolean",
  13002. "paramType": "query",
  13003. "name": "watch",
  13004. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13005. "required": false,
  13006. "allowMultiple": false
  13007. },
  13008. {
  13009. "type": "string",
  13010. "paramType": "query",
  13011. "name": "resourceVersion",
  13012. "description": "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.",
  13013. "required": false,
  13014. "allowMultiple": false
  13015. },
  13016. {
  13017. "type": "integer",
  13018. "paramType": "query",
  13019. "name": "timeoutSeconds",
  13020. "description": "Timeout for the list/watch call.",
  13021. "required": false,
  13022. "allowMultiple": false
  13023. },
  13024. {
  13025. "type": "string",
  13026. "paramType": "path",
  13027. "name": "namespace",
  13028. "description": "object name and auth scope, such as for teams and projects",
  13029. "required": true,
  13030. "allowMultiple": false
  13031. }
  13032. ],
  13033. "responseMessages": [
  13034. {
  13035. "code": 200,
  13036. "message": "OK",
  13037. "responseModel": "versioned.Event"
  13038. }
  13039. ],
  13040. "produces": [
  13041. "application/json",
  13042. "application/yaml",
  13043. "application/vnd.kubernetes.protobuf",
  13044. "application/json;stream=watch",
  13045. "application/vnd.kubernetes.protobuf;stream=watch"
  13046. ],
  13047. "consumes": [
  13048. "*/*"
  13049. ]
  13050. }
  13051. ]
  13052. },
  13053. {
  13054. "path": "/api/v1/namespaces/{namespace}/secrets/{name}",
  13055. "description": "API at /api/v1",
  13056. "operations": [
  13057. {
  13058. "type": "v1.Secret",
  13059. "method": "GET",
  13060. "summary": "read the specified Secret",
  13061. "nickname": "readNamespacedSecret",
  13062. "parameters": [
  13063. {
  13064. "type": "string",
  13065. "paramType": "query",
  13066. "name": "pretty",
  13067. "description": "If 'true', then the output is pretty printed.",
  13068. "required": false,
  13069. "allowMultiple": false
  13070. },
  13071. {
  13072. "type": "boolean",
  13073. "paramType": "query",
  13074. "name": "export",
  13075. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  13076. "required": false,
  13077. "allowMultiple": false
  13078. },
  13079. {
  13080. "type": "boolean",
  13081. "paramType": "query",
  13082. "name": "exact",
  13083. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  13084. "required": false,
  13085. "allowMultiple": false
  13086. },
  13087. {
  13088. "type": "string",
  13089. "paramType": "path",
  13090. "name": "namespace",
  13091. "description": "object name and auth scope, such as for teams and projects",
  13092. "required": true,
  13093. "allowMultiple": false
  13094. },
  13095. {
  13096. "type": "string",
  13097. "paramType": "path",
  13098. "name": "name",
  13099. "description": "name of the Secret",
  13100. "required": true,
  13101. "allowMultiple": false
  13102. }
  13103. ],
  13104. "responseMessages": [
  13105. {
  13106. "code": 200,
  13107. "message": "OK",
  13108. "responseModel": "v1.Secret"
  13109. }
  13110. ],
  13111. "produces": [
  13112. "application/json",
  13113. "application/yaml",
  13114. "application/vnd.kubernetes.protobuf"
  13115. ],
  13116. "consumes": [
  13117. "*/*"
  13118. ]
  13119. },
  13120. {
  13121. "type": "v1.Secret",
  13122. "method": "PUT",
  13123. "summary": "replace the specified Secret",
  13124. "nickname": "replaceNamespacedSecret",
  13125. "parameters": [
  13126. {
  13127. "type": "string",
  13128. "paramType": "query",
  13129. "name": "pretty",
  13130. "description": "If 'true', then the output is pretty printed.",
  13131. "required": false,
  13132. "allowMultiple": false
  13133. },
  13134. {
  13135. "type": "v1.Secret",
  13136. "paramType": "body",
  13137. "name": "body",
  13138. "description": "",
  13139. "required": true,
  13140. "allowMultiple": false
  13141. },
  13142. {
  13143. "type": "string",
  13144. "paramType": "path",
  13145. "name": "namespace",
  13146. "description": "object name and auth scope, such as for teams and projects",
  13147. "required": true,
  13148. "allowMultiple": false
  13149. },
  13150. {
  13151. "type": "string",
  13152. "paramType": "path",
  13153. "name": "name",
  13154. "description": "name of the Secret",
  13155. "required": true,
  13156. "allowMultiple": false
  13157. }
  13158. ],
  13159. "responseMessages": [
  13160. {
  13161. "code": 200,
  13162. "message": "OK",
  13163. "responseModel": "v1.Secret"
  13164. }
  13165. ],
  13166. "produces": [
  13167. "application/json",
  13168. "application/yaml",
  13169. "application/vnd.kubernetes.protobuf"
  13170. ],
  13171. "consumes": [
  13172. "*/*"
  13173. ]
  13174. },
  13175. {
  13176. "type": "v1.Secret",
  13177. "method": "PATCH",
  13178. "summary": "partially update the specified Secret",
  13179. "nickname": "patchNamespacedSecret",
  13180. "parameters": [
  13181. {
  13182. "type": "string",
  13183. "paramType": "query",
  13184. "name": "pretty",
  13185. "description": "If 'true', then the output is pretty printed.",
  13186. "required": false,
  13187. "allowMultiple": false
  13188. },
  13189. {
  13190. "type": "unversioned.Patch",
  13191. "paramType": "body",
  13192. "name": "body",
  13193. "description": "",
  13194. "required": true,
  13195. "allowMultiple": false
  13196. },
  13197. {
  13198. "type": "string",
  13199. "paramType": "path",
  13200. "name": "namespace",
  13201. "description": "object name and auth scope, such as for teams and projects",
  13202. "required": true,
  13203. "allowMultiple": false
  13204. },
  13205. {
  13206. "type": "string",
  13207. "paramType": "path",
  13208. "name": "name",
  13209. "description": "name of the Secret",
  13210. "required": true,
  13211. "allowMultiple": false
  13212. }
  13213. ],
  13214. "responseMessages": [
  13215. {
  13216. "code": 200,
  13217. "message": "OK",
  13218. "responseModel": "v1.Secret"
  13219. }
  13220. ],
  13221. "produces": [
  13222. "application/json",
  13223. "application/yaml",
  13224. "application/vnd.kubernetes.protobuf"
  13225. ],
  13226. "consumes": [
  13227. "application/json-patch+json",
  13228. "application/merge-patch+json",
  13229. "application/strategic-merge-patch+json"
  13230. ]
  13231. },
  13232. {
  13233. "type": "unversioned.Status",
  13234. "method": "DELETE",
  13235. "summary": "delete a Secret",
  13236. "nickname": "deleteNamespacedSecret",
  13237. "parameters": [
  13238. {
  13239. "type": "string",
  13240. "paramType": "query",
  13241. "name": "pretty",
  13242. "description": "If 'true', then the output is pretty printed.",
  13243. "required": false,
  13244. "allowMultiple": false
  13245. },
  13246. {
  13247. "type": "v1.DeleteOptions",
  13248. "paramType": "body",
  13249. "name": "body",
  13250. "description": "",
  13251. "required": true,
  13252. "allowMultiple": false
  13253. },
  13254. {
  13255. "type": "integer",
  13256. "paramType": "query",
  13257. "name": "gracePeriodSeconds",
  13258. "description": "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.",
  13259. "required": false,
  13260. "allowMultiple": false
  13261. },
  13262. {
  13263. "type": "boolean",
  13264. "paramType": "query",
  13265. "name": "orphanDependents",
  13266. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  13267. "required": false,
  13268. "allowMultiple": false
  13269. },
  13270. {
  13271. "type": "string",
  13272. "paramType": "path",
  13273. "name": "namespace",
  13274. "description": "object name and auth scope, such as for teams and projects",
  13275. "required": true,
  13276. "allowMultiple": false
  13277. },
  13278. {
  13279. "type": "string",
  13280. "paramType": "path",
  13281. "name": "name",
  13282. "description": "name of the Secret",
  13283. "required": true,
  13284. "allowMultiple": false
  13285. }
  13286. ],
  13287. "responseMessages": [
  13288. {
  13289. "code": 200,
  13290. "message": "OK",
  13291. "responseModel": "unversioned.Status"
  13292. }
  13293. ],
  13294. "produces": [
  13295. "application/json",
  13296. "application/yaml",
  13297. "application/vnd.kubernetes.protobuf"
  13298. ],
  13299. "consumes": [
  13300. "*/*"
  13301. ]
  13302. }
  13303. ]
  13304. },
  13305. {
  13306. "path": "/api/v1/watch/namespaces/{namespace}/secrets/{name}",
  13307. "description": "API at /api/v1",
  13308. "operations": [
  13309. {
  13310. "type": "versioned.Event",
  13311. "method": "GET",
  13312. "summary": "watch changes to an object of kind Secret",
  13313. "nickname": "watchNamespacedSecret",
  13314. "parameters": [
  13315. {
  13316. "type": "string",
  13317. "paramType": "query",
  13318. "name": "pretty",
  13319. "description": "If 'true', then the output is pretty printed.",
  13320. "required": false,
  13321. "allowMultiple": false
  13322. },
  13323. {
  13324. "type": "string",
  13325. "paramType": "query",
  13326. "name": "labelSelector",
  13327. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  13328. "required": false,
  13329. "allowMultiple": false
  13330. },
  13331. {
  13332. "type": "string",
  13333. "paramType": "query",
  13334. "name": "fieldSelector",
  13335. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  13336. "required": false,
  13337. "allowMultiple": false
  13338. },
  13339. {
  13340. "type": "boolean",
  13341. "paramType": "query",
  13342. "name": "watch",
  13343. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13344. "required": false,
  13345. "allowMultiple": false
  13346. },
  13347. {
  13348. "type": "string",
  13349. "paramType": "query",
  13350. "name": "resourceVersion",
  13351. "description": "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.",
  13352. "required": false,
  13353. "allowMultiple": false
  13354. },
  13355. {
  13356. "type": "integer",
  13357. "paramType": "query",
  13358. "name": "timeoutSeconds",
  13359. "description": "Timeout for the list/watch call.",
  13360. "required": false,
  13361. "allowMultiple": false
  13362. },
  13363. {
  13364. "type": "string",
  13365. "paramType": "path",
  13366. "name": "namespace",
  13367. "description": "object name and auth scope, such as for teams and projects",
  13368. "required": true,
  13369. "allowMultiple": false
  13370. },
  13371. {
  13372. "type": "string",
  13373. "paramType": "path",
  13374. "name": "name",
  13375. "description": "name of the Secret",
  13376. "required": true,
  13377. "allowMultiple": false
  13378. }
  13379. ],
  13380. "responseMessages": [
  13381. {
  13382. "code": 200,
  13383. "message": "OK",
  13384. "responseModel": "versioned.Event"
  13385. }
  13386. ],
  13387. "produces": [
  13388. "application/json",
  13389. "application/yaml",
  13390. "application/vnd.kubernetes.protobuf",
  13391. "application/json;stream=watch",
  13392. "application/vnd.kubernetes.protobuf;stream=watch"
  13393. ],
  13394. "consumes": [
  13395. "*/*"
  13396. ]
  13397. }
  13398. ]
  13399. },
  13400. {
  13401. "path": "/api/v1/secrets",
  13402. "description": "API at /api/v1",
  13403. "operations": [
  13404. {
  13405. "type": "v1.SecretList",
  13406. "method": "GET",
  13407. "summary": "list or watch objects of kind Secret",
  13408. "nickname": "listSecretForAllNamespaces",
  13409. "parameters": [
  13410. {
  13411. "type": "string",
  13412. "paramType": "query",
  13413. "name": "pretty",
  13414. "description": "If 'true', then the output is pretty printed.",
  13415. "required": false,
  13416. "allowMultiple": false
  13417. },
  13418. {
  13419. "type": "string",
  13420. "paramType": "query",
  13421. "name": "labelSelector",
  13422. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  13423. "required": false,
  13424. "allowMultiple": false
  13425. },
  13426. {
  13427. "type": "string",
  13428. "paramType": "query",
  13429. "name": "fieldSelector",
  13430. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  13431. "required": false,
  13432. "allowMultiple": false
  13433. },
  13434. {
  13435. "type": "boolean",
  13436. "paramType": "query",
  13437. "name": "watch",
  13438. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13439. "required": false,
  13440. "allowMultiple": false
  13441. },
  13442. {
  13443. "type": "string",
  13444. "paramType": "query",
  13445. "name": "resourceVersion",
  13446. "description": "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.",
  13447. "required": false,
  13448. "allowMultiple": false
  13449. },
  13450. {
  13451. "type": "integer",
  13452. "paramType": "query",
  13453. "name": "timeoutSeconds",
  13454. "description": "Timeout for the list/watch call.",
  13455. "required": false,
  13456. "allowMultiple": false
  13457. }
  13458. ],
  13459. "responseMessages": [
  13460. {
  13461. "code": 200,
  13462. "message": "OK",
  13463. "responseModel": "v1.SecretList"
  13464. }
  13465. ],
  13466. "produces": [
  13467. "application/json",
  13468. "application/yaml",
  13469. "application/vnd.kubernetes.protobuf",
  13470. "application/json;stream=watch",
  13471. "application/vnd.kubernetes.protobuf;stream=watch"
  13472. ],
  13473. "consumes": [
  13474. "*/*"
  13475. ]
  13476. }
  13477. ]
  13478. },
  13479. {
  13480. "path": "/api/v1/watch/secrets",
  13481. "description": "API at /api/v1",
  13482. "operations": [
  13483. {
  13484. "type": "versioned.Event",
  13485. "method": "GET",
  13486. "summary": "watch individual changes to a list of Secret",
  13487. "nickname": "watchSecretListForAllNamespaces",
  13488. "parameters": [
  13489. {
  13490. "type": "string",
  13491. "paramType": "query",
  13492. "name": "pretty",
  13493. "description": "If 'true', then the output is pretty printed.",
  13494. "required": false,
  13495. "allowMultiple": false
  13496. },
  13497. {
  13498. "type": "string",
  13499. "paramType": "query",
  13500. "name": "labelSelector",
  13501. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  13502. "required": false,
  13503. "allowMultiple": false
  13504. },
  13505. {
  13506. "type": "string",
  13507. "paramType": "query",
  13508. "name": "fieldSelector",
  13509. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  13510. "required": false,
  13511. "allowMultiple": false
  13512. },
  13513. {
  13514. "type": "boolean",
  13515. "paramType": "query",
  13516. "name": "watch",
  13517. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13518. "required": false,
  13519. "allowMultiple": false
  13520. },
  13521. {
  13522. "type": "string",
  13523. "paramType": "query",
  13524. "name": "resourceVersion",
  13525. "description": "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.",
  13526. "required": false,
  13527. "allowMultiple": false
  13528. },
  13529. {
  13530. "type": "integer",
  13531. "paramType": "query",
  13532. "name": "timeoutSeconds",
  13533. "description": "Timeout for the list/watch call.",
  13534. "required": false,
  13535. "allowMultiple": false
  13536. }
  13537. ],
  13538. "responseMessages": [
  13539. {
  13540. "code": 200,
  13541. "message": "OK",
  13542. "responseModel": "versioned.Event"
  13543. }
  13544. ],
  13545. "produces": [
  13546. "application/json",
  13547. "application/yaml",
  13548. "application/vnd.kubernetes.protobuf",
  13549. "application/json;stream=watch",
  13550. "application/vnd.kubernetes.protobuf;stream=watch"
  13551. ],
  13552. "consumes": [
  13553. "*/*"
  13554. ]
  13555. }
  13556. ]
  13557. },
  13558. {
  13559. "path": "/api/v1/namespaces/{namespace}/serviceaccounts",
  13560. "description": "API at /api/v1",
  13561. "operations": [
  13562. {
  13563. "type": "v1.ServiceAccountList",
  13564. "method": "GET",
  13565. "summary": "list or watch objects of kind ServiceAccount",
  13566. "nickname": "listNamespacedServiceAccount",
  13567. "parameters": [
  13568. {
  13569. "type": "string",
  13570. "paramType": "query",
  13571. "name": "pretty",
  13572. "description": "If 'true', then the output is pretty printed.",
  13573. "required": false,
  13574. "allowMultiple": false
  13575. },
  13576. {
  13577. "type": "string",
  13578. "paramType": "query",
  13579. "name": "labelSelector",
  13580. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  13581. "required": false,
  13582. "allowMultiple": false
  13583. },
  13584. {
  13585. "type": "string",
  13586. "paramType": "query",
  13587. "name": "fieldSelector",
  13588. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  13589. "required": false,
  13590. "allowMultiple": false
  13591. },
  13592. {
  13593. "type": "boolean",
  13594. "paramType": "query",
  13595. "name": "watch",
  13596. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13597. "required": false,
  13598. "allowMultiple": false
  13599. },
  13600. {
  13601. "type": "string",
  13602. "paramType": "query",
  13603. "name": "resourceVersion",
  13604. "description": "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.",
  13605. "required": false,
  13606. "allowMultiple": false
  13607. },
  13608. {
  13609. "type": "integer",
  13610. "paramType": "query",
  13611. "name": "timeoutSeconds",
  13612. "description": "Timeout for the list/watch call.",
  13613. "required": false,
  13614. "allowMultiple": false
  13615. },
  13616. {
  13617. "type": "string",
  13618. "paramType": "path",
  13619. "name": "namespace",
  13620. "description": "object name and auth scope, such as for teams and projects",
  13621. "required": true,
  13622. "allowMultiple": false
  13623. }
  13624. ],
  13625. "responseMessages": [
  13626. {
  13627. "code": 200,
  13628. "message": "OK",
  13629. "responseModel": "v1.ServiceAccountList"
  13630. }
  13631. ],
  13632. "produces": [
  13633. "application/json",
  13634. "application/yaml",
  13635. "application/vnd.kubernetes.protobuf",
  13636. "application/json;stream=watch",
  13637. "application/vnd.kubernetes.protobuf;stream=watch"
  13638. ],
  13639. "consumes": [
  13640. "*/*"
  13641. ]
  13642. },
  13643. {
  13644. "type": "v1.ServiceAccount",
  13645. "method": "POST",
  13646. "summary": "create a ServiceAccount",
  13647. "nickname": "createNamespacedServiceAccount",
  13648. "parameters": [
  13649. {
  13650. "type": "string",
  13651. "paramType": "query",
  13652. "name": "pretty",
  13653. "description": "If 'true', then the output is pretty printed.",
  13654. "required": false,
  13655. "allowMultiple": false
  13656. },
  13657. {
  13658. "type": "v1.ServiceAccount",
  13659. "paramType": "body",
  13660. "name": "body",
  13661. "description": "",
  13662. "required": true,
  13663. "allowMultiple": false
  13664. },
  13665. {
  13666. "type": "string",
  13667. "paramType": "path",
  13668. "name": "namespace",
  13669. "description": "object name and auth scope, such as for teams and projects",
  13670. "required": true,
  13671. "allowMultiple": false
  13672. }
  13673. ],
  13674. "responseMessages": [
  13675. {
  13676. "code": 200,
  13677. "message": "OK",
  13678. "responseModel": "v1.ServiceAccount"
  13679. }
  13680. ],
  13681. "produces": [
  13682. "application/json",
  13683. "application/yaml",
  13684. "application/vnd.kubernetes.protobuf"
  13685. ],
  13686. "consumes": [
  13687. "*/*"
  13688. ]
  13689. },
  13690. {
  13691. "type": "unversioned.Status",
  13692. "method": "DELETE",
  13693. "summary": "delete collection of ServiceAccount",
  13694. "nickname": "deletecollectionNamespacedServiceAccount",
  13695. "parameters": [
  13696. {
  13697. "type": "string",
  13698. "paramType": "query",
  13699. "name": "pretty",
  13700. "description": "If 'true', then the output is pretty printed.",
  13701. "required": false,
  13702. "allowMultiple": false
  13703. },
  13704. {
  13705. "type": "string",
  13706. "paramType": "query",
  13707. "name": "labelSelector",
  13708. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  13709. "required": false,
  13710. "allowMultiple": false
  13711. },
  13712. {
  13713. "type": "string",
  13714. "paramType": "query",
  13715. "name": "fieldSelector",
  13716. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  13717. "required": false,
  13718. "allowMultiple": false
  13719. },
  13720. {
  13721. "type": "boolean",
  13722. "paramType": "query",
  13723. "name": "watch",
  13724. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13725. "required": false,
  13726. "allowMultiple": false
  13727. },
  13728. {
  13729. "type": "string",
  13730. "paramType": "query",
  13731. "name": "resourceVersion",
  13732. "description": "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.",
  13733. "required": false,
  13734. "allowMultiple": false
  13735. },
  13736. {
  13737. "type": "integer",
  13738. "paramType": "query",
  13739. "name": "timeoutSeconds",
  13740. "description": "Timeout for the list/watch call.",
  13741. "required": false,
  13742. "allowMultiple": false
  13743. },
  13744. {
  13745. "type": "string",
  13746. "paramType": "path",
  13747. "name": "namespace",
  13748. "description": "object name and auth scope, such as for teams and projects",
  13749. "required": true,
  13750. "allowMultiple": false
  13751. }
  13752. ],
  13753. "responseMessages": [
  13754. {
  13755. "code": 200,
  13756. "message": "OK",
  13757. "responseModel": "unversioned.Status"
  13758. }
  13759. ],
  13760. "produces": [
  13761. "application/json",
  13762. "application/yaml",
  13763. "application/vnd.kubernetes.protobuf"
  13764. ],
  13765. "consumes": [
  13766. "*/*"
  13767. ]
  13768. }
  13769. ]
  13770. },
  13771. {
  13772. "path": "/api/v1/watch/namespaces/{namespace}/serviceaccounts",
  13773. "description": "API at /api/v1",
  13774. "operations": [
  13775. {
  13776. "type": "versioned.Event",
  13777. "method": "GET",
  13778. "summary": "watch individual changes to a list of ServiceAccount",
  13779. "nickname": "watchNamespacedServiceAccountList",
  13780. "parameters": [
  13781. {
  13782. "type": "string",
  13783. "paramType": "query",
  13784. "name": "pretty",
  13785. "description": "If 'true', then the output is pretty printed.",
  13786. "required": false,
  13787. "allowMultiple": false
  13788. },
  13789. {
  13790. "type": "string",
  13791. "paramType": "query",
  13792. "name": "labelSelector",
  13793. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  13794. "required": false,
  13795. "allowMultiple": false
  13796. },
  13797. {
  13798. "type": "string",
  13799. "paramType": "query",
  13800. "name": "fieldSelector",
  13801. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  13802. "required": false,
  13803. "allowMultiple": false
  13804. },
  13805. {
  13806. "type": "boolean",
  13807. "paramType": "query",
  13808. "name": "watch",
  13809. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  13810. "required": false,
  13811. "allowMultiple": false
  13812. },
  13813. {
  13814. "type": "string",
  13815. "paramType": "query",
  13816. "name": "resourceVersion",
  13817. "description": "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.",
  13818. "required": false,
  13819. "allowMultiple": false
  13820. },
  13821. {
  13822. "type": "integer",
  13823. "paramType": "query",
  13824. "name": "timeoutSeconds",
  13825. "description": "Timeout for the list/watch call.",
  13826. "required": false,
  13827. "allowMultiple": false
  13828. },
  13829. {
  13830. "type": "string",
  13831. "paramType": "path",
  13832. "name": "namespace",
  13833. "description": "object name and auth scope, such as for teams and projects",
  13834. "required": true,
  13835. "allowMultiple": false
  13836. }
  13837. ],
  13838. "responseMessages": [
  13839. {
  13840. "code": 200,
  13841. "message": "OK",
  13842. "responseModel": "versioned.Event"
  13843. }
  13844. ],
  13845. "produces": [
  13846. "application/json",
  13847. "application/yaml",
  13848. "application/vnd.kubernetes.protobuf",
  13849. "application/json;stream=watch",
  13850. "application/vnd.kubernetes.protobuf;stream=watch"
  13851. ],
  13852. "consumes": [
  13853. "*/*"
  13854. ]
  13855. }
  13856. ]
  13857. },
  13858. {
  13859. "path": "/api/v1/namespaces/{namespace}/serviceaccounts/{name}",
  13860. "description": "API at /api/v1",
  13861. "operations": [
  13862. {
  13863. "type": "v1.ServiceAccount",
  13864. "method": "GET",
  13865. "summary": "read the specified ServiceAccount",
  13866. "nickname": "readNamespacedServiceAccount",
  13867. "parameters": [
  13868. {
  13869. "type": "string",
  13870. "paramType": "query",
  13871. "name": "pretty",
  13872. "description": "If 'true', then the output is pretty printed.",
  13873. "required": false,
  13874. "allowMultiple": false
  13875. },
  13876. {
  13877. "type": "boolean",
  13878. "paramType": "query",
  13879. "name": "export",
  13880. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  13881. "required": false,
  13882. "allowMultiple": false
  13883. },
  13884. {
  13885. "type": "boolean",
  13886. "paramType": "query",
  13887. "name": "exact",
  13888. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  13889. "required": false,
  13890. "allowMultiple": false
  13891. },
  13892. {
  13893. "type": "string",
  13894. "paramType": "path",
  13895. "name": "namespace",
  13896. "description": "object name and auth scope, such as for teams and projects",
  13897. "required": true,
  13898. "allowMultiple": false
  13899. },
  13900. {
  13901. "type": "string",
  13902. "paramType": "path",
  13903. "name": "name",
  13904. "description": "name of the ServiceAccount",
  13905. "required": true,
  13906. "allowMultiple": false
  13907. }
  13908. ],
  13909. "responseMessages": [
  13910. {
  13911. "code": 200,
  13912. "message": "OK",
  13913. "responseModel": "v1.ServiceAccount"
  13914. }
  13915. ],
  13916. "produces": [
  13917. "application/json",
  13918. "application/yaml",
  13919. "application/vnd.kubernetes.protobuf"
  13920. ],
  13921. "consumes": [
  13922. "*/*"
  13923. ]
  13924. },
  13925. {
  13926. "type": "v1.ServiceAccount",
  13927. "method": "PUT",
  13928. "summary": "replace the specified ServiceAccount",
  13929. "nickname": "replaceNamespacedServiceAccount",
  13930. "parameters": [
  13931. {
  13932. "type": "string",
  13933. "paramType": "query",
  13934. "name": "pretty",
  13935. "description": "If 'true', then the output is pretty printed.",
  13936. "required": false,
  13937. "allowMultiple": false
  13938. },
  13939. {
  13940. "type": "v1.ServiceAccount",
  13941. "paramType": "body",
  13942. "name": "body",
  13943. "description": "",
  13944. "required": true,
  13945. "allowMultiple": false
  13946. },
  13947. {
  13948. "type": "string",
  13949. "paramType": "path",
  13950. "name": "namespace",
  13951. "description": "object name and auth scope, such as for teams and projects",
  13952. "required": true,
  13953. "allowMultiple": false
  13954. },
  13955. {
  13956. "type": "string",
  13957. "paramType": "path",
  13958. "name": "name",
  13959. "description": "name of the ServiceAccount",
  13960. "required": true,
  13961. "allowMultiple": false
  13962. }
  13963. ],
  13964. "responseMessages": [
  13965. {
  13966. "code": 200,
  13967. "message": "OK",
  13968. "responseModel": "v1.ServiceAccount"
  13969. }
  13970. ],
  13971. "produces": [
  13972. "application/json",
  13973. "application/yaml",
  13974. "application/vnd.kubernetes.protobuf"
  13975. ],
  13976. "consumes": [
  13977. "*/*"
  13978. ]
  13979. },
  13980. {
  13981. "type": "v1.ServiceAccount",
  13982. "method": "PATCH",
  13983. "summary": "partially update the specified ServiceAccount",
  13984. "nickname": "patchNamespacedServiceAccount",
  13985. "parameters": [
  13986. {
  13987. "type": "string",
  13988. "paramType": "query",
  13989. "name": "pretty",
  13990. "description": "If 'true', then the output is pretty printed.",
  13991. "required": false,
  13992. "allowMultiple": false
  13993. },
  13994. {
  13995. "type": "unversioned.Patch",
  13996. "paramType": "body",
  13997. "name": "body",
  13998. "description": "",
  13999. "required": true,
  14000. "allowMultiple": false
  14001. },
  14002. {
  14003. "type": "string",
  14004. "paramType": "path",
  14005. "name": "namespace",
  14006. "description": "object name and auth scope, such as for teams and projects",
  14007. "required": true,
  14008. "allowMultiple": false
  14009. },
  14010. {
  14011. "type": "string",
  14012. "paramType": "path",
  14013. "name": "name",
  14014. "description": "name of the ServiceAccount",
  14015. "required": true,
  14016. "allowMultiple": false
  14017. }
  14018. ],
  14019. "responseMessages": [
  14020. {
  14021. "code": 200,
  14022. "message": "OK",
  14023. "responseModel": "v1.ServiceAccount"
  14024. }
  14025. ],
  14026. "produces": [
  14027. "application/json",
  14028. "application/yaml",
  14029. "application/vnd.kubernetes.protobuf"
  14030. ],
  14031. "consumes": [
  14032. "application/json-patch+json",
  14033. "application/merge-patch+json",
  14034. "application/strategic-merge-patch+json"
  14035. ]
  14036. },
  14037. {
  14038. "type": "unversioned.Status",
  14039. "method": "DELETE",
  14040. "summary": "delete a ServiceAccount",
  14041. "nickname": "deleteNamespacedServiceAccount",
  14042. "parameters": [
  14043. {
  14044. "type": "string",
  14045. "paramType": "query",
  14046. "name": "pretty",
  14047. "description": "If 'true', then the output is pretty printed.",
  14048. "required": false,
  14049. "allowMultiple": false
  14050. },
  14051. {
  14052. "type": "v1.DeleteOptions",
  14053. "paramType": "body",
  14054. "name": "body",
  14055. "description": "",
  14056. "required": true,
  14057. "allowMultiple": false
  14058. },
  14059. {
  14060. "type": "integer",
  14061. "paramType": "query",
  14062. "name": "gracePeriodSeconds",
  14063. "description": "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.",
  14064. "required": false,
  14065. "allowMultiple": false
  14066. },
  14067. {
  14068. "type": "boolean",
  14069. "paramType": "query",
  14070. "name": "orphanDependents",
  14071. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list.",
  14072. "required": false,
  14073. "allowMultiple": false
  14074. },
  14075. {
  14076. "type": "string",
  14077. "paramType": "path",
  14078. "name": "namespace",
  14079. "description": "object name and auth scope, such as for teams and projects",
  14080. "required": true,
  14081. "allowMultiple": false
  14082. },
  14083. {
  14084. "type": "string",
  14085. "paramType": "path",
  14086. "name": "name",
  14087. "description": "name of the ServiceAccount",
  14088. "required": true,
  14089. "allowMultiple": false
  14090. }
  14091. ],
  14092. "responseMessages": [
  14093. {
  14094. "code": 200,
  14095. "message": "OK",
  14096. "responseModel": "unversioned.Status"
  14097. }
  14098. ],
  14099. "produces": [
  14100. "application/json",
  14101. "application/yaml",
  14102. "application/vnd.kubernetes.protobuf"
  14103. ],
  14104. "consumes": [
  14105. "*/*"
  14106. ]
  14107. }
  14108. ]
  14109. },
  14110. {
  14111. "path": "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}",
  14112. "description": "API at /api/v1",
  14113. "operations": [
  14114. {
  14115. "type": "versioned.Event",
  14116. "method": "GET",
  14117. "summary": "watch changes to an object of kind ServiceAccount",
  14118. "nickname": "watchNamespacedServiceAccount",
  14119. "parameters": [
  14120. {
  14121. "type": "string",
  14122. "paramType": "query",
  14123. "name": "pretty",
  14124. "description": "If 'true', then the output is pretty printed.",
  14125. "required": false,
  14126. "allowMultiple": false
  14127. },
  14128. {
  14129. "type": "string",
  14130. "paramType": "query",
  14131. "name": "labelSelector",
  14132. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  14133. "required": false,
  14134. "allowMultiple": false
  14135. },
  14136. {
  14137. "type": "string",
  14138. "paramType": "query",
  14139. "name": "fieldSelector",
  14140. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  14141. "required": false,
  14142. "allowMultiple": false
  14143. },
  14144. {
  14145. "type": "boolean",
  14146. "paramType": "query",
  14147. "name": "watch",
  14148. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  14149. "required": false,
  14150. "allowMultiple": false
  14151. },
  14152. {
  14153. "type": "string",
  14154. "paramType": "query",
  14155. "name": "resourceVersion",
  14156. "description": "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.",
  14157. "required": false,
  14158. "allowMultiple": false
  14159. },
  14160. {
  14161. "type": "integer",
  14162. "paramType": "query",
  14163. "name": "timeoutSeconds",
  14164. "description": "Timeout for the list/watch call.",
  14165. "required": false,
  14166. "allowMultiple": false
  14167. },
  14168. {
  14169. "type": "string",
  14170. "paramType": "path",
  14171. "name": "namespace",
  14172. "description": "object name and auth scope, such as for teams and projects",
  14173. "required": true,
  14174. "allowMultiple": false
  14175. },
  14176. {
  14177. "type": "string",
  14178. "paramType": "path",
  14179. "name": "name",
  14180. "description": "name of the ServiceAccount",
  14181. "required": true,
  14182. "allowMultiple": false
  14183. }
  14184. ],
  14185. "responseMessages": [
  14186. {
  14187. "code": 200,
  14188. "message": "OK",
  14189. "responseModel": "versioned.Event"
  14190. }
  14191. ],
  14192. "produces": [
  14193. "application/json",
  14194. "application/yaml",
  14195. "application/vnd.kubernetes.protobuf",
  14196. "application/json;stream=watch",
  14197. "application/vnd.kubernetes.protobuf;stream=watch"
  14198. ],
  14199. "consumes": [
  14200. "*/*"
  14201. ]
  14202. }
  14203. ]
  14204. },
  14205. {
  14206. "path": "/api/v1/serviceaccounts",
  14207. "description": "API at /api/v1",
  14208. "operations": [
  14209. {
  14210. "type": "v1.ServiceAccountList",
  14211. "method": "GET",
  14212. "summary": "list or watch objects of kind ServiceAccount",
  14213. "nickname": "listServiceAccountForAllNamespaces",
  14214. "parameters": [
  14215. {
  14216. "type": "string",
  14217. "paramType": "query",
  14218. "name": "pretty",
  14219. "description": "If 'true', then the output is pretty printed.",
  14220. "required": false,
  14221. "allowMultiple": false
  14222. },
  14223. {
  14224. "type": "string",
  14225. "paramType": "query",
  14226. "name": "labelSelector",
  14227. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  14228. "required": false,
  14229. "allowMultiple": false
  14230. },
  14231. {
  14232. "type": "string",
  14233. "paramType": "query",
  14234. "name": "fieldSelector",
  14235. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  14236. "required": false,
  14237. "allowMultiple": false
  14238. },
  14239. {
  14240. "type": "boolean",
  14241. "paramType": "query",
  14242. "name": "watch",
  14243. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  14244. "required": false,
  14245. "allowMultiple": false
  14246. },
  14247. {
  14248. "type": "string",
  14249. "paramType": "query",
  14250. "name": "resourceVersion",
  14251. "description": "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.",
  14252. "required": false,
  14253. "allowMultiple": false
  14254. },
  14255. {
  14256. "type": "integer",
  14257. "paramType": "query",
  14258. "name": "timeoutSeconds",
  14259. "description": "Timeout for the list/watch call.",
  14260. "required": false,
  14261. "allowMultiple": false
  14262. }
  14263. ],
  14264. "responseMessages": [
  14265. {
  14266. "code": 200,
  14267. "message": "OK",
  14268. "responseModel": "v1.ServiceAccountList"
  14269. }
  14270. ],
  14271. "produces": [
  14272. "application/json",
  14273. "application/yaml",
  14274. "application/vnd.kubernetes.protobuf",
  14275. "application/json;stream=watch",
  14276. "application/vnd.kubernetes.protobuf;stream=watch"
  14277. ],
  14278. "consumes": [
  14279. "*/*"
  14280. ]
  14281. }
  14282. ]
  14283. },
  14284. {
  14285. "path": "/api/v1/watch/serviceaccounts",
  14286. "description": "API at /api/v1",
  14287. "operations": [
  14288. {
  14289. "type": "versioned.Event",
  14290. "method": "GET",
  14291. "summary": "watch individual changes to a list of ServiceAccount",
  14292. "nickname": "watchServiceAccountListForAllNamespaces",
  14293. "parameters": [
  14294. {
  14295. "type": "string",
  14296. "paramType": "query",
  14297. "name": "pretty",
  14298. "description": "If 'true', then the output is pretty printed.",
  14299. "required": false,
  14300. "allowMultiple": false
  14301. },
  14302. {
  14303. "type": "string",
  14304. "paramType": "query",
  14305. "name": "labelSelector",
  14306. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  14307. "required": false,
  14308. "allowMultiple": false
  14309. },
  14310. {
  14311. "type": "string",
  14312. "paramType": "query",
  14313. "name": "fieldSelector",
  14314. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  14315. "required": false,
  14316. "allowMultiple": false
  14317. },
  14318. {
  14319. "type": "boolean",
  14320. "paramType": "query",
  14321. "name": "watch",
  14322. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  14323. "required": false,
  14324. "allowMultiple": false
  14325. },
  14326. {
  14327. "type": "string",
  14328. "paramType": "query",
  14329. "name": "resourceVersion",
  14330. "description": "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.",
  14331. "required": false,
  14332. "allowMultiple": false
  14333. },
  14334. {
  14335. "type": "integer",
  14336. "paramType": "query",
  14337. "name": "timeoutSeconds",
  14338. "description": "Timeout for the list/watch call.",
  14339. "required": false,
  14340. "allowMultiple": false
  14341. }
  14342. ],
  14343. "responseMessages": [
  14344. {
  14345. "code": 200,
  14346. "message": "OK",
  14347. "responseModel": "versioned.Event"
  14348. }
  14349. ],
  14350. "produces": [
  14351. "application/json",
  14352. "application/yaml",
  14353. "application/vnd.kubernetes.protobuf",
  14354. "application/json;stream=watch",
  14355. "application/vnd.kubernetes.protobuf;stream=watch"
  14356. ],
  14357. "consumes": [
  14358. "*/*"
  14359. ]
  14360. }
  14361. ]
  14362. },
  14363. {
  14364. "path": "/api/v1/namespaces/{namespace}/services",
  14365. "description": "API at /api/v1",
  14366. "operations": [
  14367. {
  14368. "type": "v1.ServiceList",
  14369. "method": "GET",
  14370. "summary": "list or watch objects of kind Service",
  14371. "nickname": "listNamespacedService",
  14372. "parameters": [
  14373. {
  14374. "type": "string",
  14375. "paramType": "query",
  14376. "name": "pretty",
  14377. "description": "If 'true', then the output is pretty printed.",
  14378. "required": false,
  14379. "allowMultiple": false
  14380. },
  14381. {
  14382. "type": "string",
  14383. "paramType": "query",
  14384. "name": "labelSelector",
  14385. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  14386. "required": false,
  14387. "allowMultiple": false
  14388. },
  14389. {
  14390. "type": "string",
  14391. "paramType": "query",
  14392. "name": "fieldSelector",
  14393. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  14394. "required": false,
  14395. "allowMultiple": false
  14396. },
  14397. {
  14398. "type": "boolean",
  14399. "paramType": "query",
  14400. "name": "watch",
  14401. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  14402. "required": false,
  14403. "allowMultiple": false
  14404. },
  14405. {
  14406. "type": "string",
  14407. "paramType": "query",
  14408. "name": "resourceVersion",
  14409. "description": "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.",
  14410. "required": false,
  14411. "allowMultiple": false
  14412. },
  14413. {
  14414. "type": "integer",
  14415. "paramType": "query",
  14416. "name": "timeoutSeconds",
  14417. "description": "Timeout for the list/watch call.",
  14418. "required": false,
  14419. "allowMultiple": false
  14420. },
  14421. {
  14422. "type": "string",
  14423. "paramType": "path",
  14424. "name": "namespace",
  14425. "description": "object name and auth scope, such as for teams and projects",
  14426. "required": true,
  14427. "allowMultiple": false
  14428. }
  14429. ],
  14430. "responseMessages": [
  14431. {
  14432. "code": 200,
  14433. "message": "OK",
  14434. "responseModel": "v1.ServiceList"
  14435. }
  14436. ],
  14437. "produces": [
  14438. "application/json",
  14439. "application/yaml",
  14440. "application/vnd.kubernetes.protobuf",
  14441. "application/json;stream=watch",
  14442. "application/vnd.kubernetes.protobuf;stream=watch"
  14443. ],
  14444. "consumes": [
  14445. "*/*"
  14446. ]
  14447. },
  14448. {
  14449. "type": "v1.Service",
  14450. "method": "POST",
  14451. "summary": "create a Service",
  14452. "nickname": "createNamespacedService",
  14453. "parameters": [
  14454. {
  14455. "type": "string",
  14456. "paramType": "query",
  14457. "name": "pretty",
  14458. "description": "If 'true', then the output is pretty printed.",
  14459. "required": false,
  14460. "allowMultiple": false
  14461. },
  14462. {
  14463. "type": "v1.Service",
  14464. "paramType": "body",
  14465. "name": "body",
  14466. "description": "",
  14467. "required": true,
  14468. "allowMultiple": false
  14469. },
  14470. {
  14471. "type": "string",
  14472. "paramType": "path",
  14473. "name": "namespace",
  14474. "description": "object name and auth scope, such as for teams and projects",
  14475. "required": true,
  14476. "allowMultiple": false
  14477. }
  14478. ],
  14479. "responseMessages": [
  14480. {
  14481. "code": 200,
  14482. "message": "OK",
  14483. "responseModel": "v1.Service"
  14484. }
  14485. ],
  14486. "produces": [
  14487. "application/json",
  14488. "application/yaml",
  14489. "application/vnd.kubernetes.protobuf"
  14490. ],
  14491. "consumes": [
  14492. "*/*"
  14493. ]
  14494. }
  14495. ]
  14496. },
  14497. {
  14498. "path": "/api/v1/watch/namespaces/{namespace}/services",
  14499. "description": "API at /api/v1",
  14500. "operations": [
  14501. {
  14502. "type": "versioned.Event",
  14503. "method": "GET",
  14504. "summary": "watch individual changes to a list of Service",
  14505. "nickname": "watchNamespacedServiceList",
  14506. "parameters": [
  14507. {
  14508. "type": "string",
  14509. "paramType": "query",
  14510. "name": "pretty",
  14511. "description": "If 'true', then the output is pretty printed.",
  14512. "required": false,
  14513. "allowMultiple": false
  14514. },
  14515. {
  14516. "type": "string",
  14517. "paramType": "query",
  14518. "name": "labelSelector",
  14519. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  14520. "required": false,
  14521. "allowMultiple": false
  14522. },
  14523. {
  14524. "type": "string",
  14525. "paramType": "query",
  14526. "name": "fieldSelector",
  14527. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  14528. "required": false,
  14529. "allowMultiple": false
  14530. },
  14531. {
  14532. "type": "boolean",
  14533. "paramType": "query",
  14534. "name": "watch",
  14535. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  14536. "required": false,
  14537. "allowMultiple": false
  14538. },
  14539. {
  14540. "type": "string",
  14541. "paramType": "query",
  14542. "name": "resourceVersion",
  14543. "description": "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.",
  14544. "required": false,
  14545. "allowMultiple": false
  14546. },
  14547. {
  14548. "type": "integer",
  14549. "paramType": "query",
  14550. "name": "timeoutSeconds",
  14551. "description": "Timeout for the list/watch call.",
  14552. "required": false,
  14553. "allowMultiple": false
  14554. },
  14555. {
  14556. "type": "string",
  14557. "paramType": "path",
  14558. "name": "namespace",
  14559. "description": "object name and auth scope, such as for teams and projects",
  14560. "required": true,
  14561. "allowMultiple": false
  14562. }
  14563. ],
  14564. "responseMessages": [
  14565. {
  14566. "code": 200,
  14567. "message": "OK",
  14568. "responseModel": "versioned.Event"
  14569. }
  14570. ],
  14571. "produces": [
  14572. "application/json",
  14573. "application/yaml",
  14574. "application/vnd.kubernetes.protobuf",
  14575. "application/json;stream=watch",
  14576. "application/vnd.kubernetes.protobuf;stream=watch"
  14577. ],
  14578. "consumes": [
  14579. "*/*"
  14580. ]
  14581. }
  14582. ]
  14583. },
  14584. {
  14585. "path": "/api/v1/namespaces/{namespace}/services/{name}",
  14586. "description": "API at /api/v1",
  14587. "operations": [
  14588. {
  14589. "type": "v1.Service",
  14590. "method": "GET",
  14591. "summary": "read the specified Service",
  14592. "nickname": "readNamespacedService",
  14593. "parameters": [
  14594. {
  14595. "type": "string",
  14596. "paramType": "query",
  14597. "name": "pretty",
  14598. "description": "If 'true', then the output is pretty printed.",
  14599. "required": false,
  14600. "allowMultiple": false
  14601. },
  14602. {
  14603. "type": "boolean",
  14604. "paramType": "query",
  14605. "name": "export",
  14606. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  14607. "required": false,
  14608. "allowMultiple": false
  14609. },
  14610. {
  14611. "type": "boolean",
  14612. "paramType": "query",
  14613. "name": "exact",
  14614. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'",
  14615. "required": false,
  14616. "allowMultiple": false
  14617. },
  14618. {
  14619. "type": "string",
  14620. "paramType": "path",
  14621. "name": "namespace",
  14622. "description": "object name and auth scope, such as for teams and projects",
  14623. "required": true,
  14624. "allowMultiple": false
  14625. },
  14626. {
  14627. "type": "string",
  14628. "paramType": "path",
  14629. "name": "name",
  14630. "description": "name of the Service",
  14631. "required": true,
  14632. "allowMultiple": false
  14633. }
  14634. ],
  14635. "responseMessages": [
  14636. {
  14637. "code": 200,
  14638. "message": "OK",
  14639. "responseModel": "v1.Service"
  14640. }
  14641. ],
  14642. "produces": [
  14643. "application/json",
  14644. "application/yaml",
  14645. "application/vnd.kubernetes.protobuf"
  14646. ],
  14647. "consumes": [
  14648. "*/*"
  14649. ]
  14650. },
  14651. {
  14652. "type": "v1.Service",
  14653. "method": "PUT",
  14654. "summary": "replace the specified Service",
  14655. "nickname": "replaceNamespacedService",
  14656. "parameters": [
  14657. {
  14658. "type": "string",
  14659. "paramType": "query",
  14660. "name": "pretty",
  14661. "description": "If 'true', then the output is pretty printed.",
  14662. "required": false,
  14663. "allowMultiple": false
  14664. },
  14665. {
  14666. "type": "v1.Service",
  14667. "paramType": "body",
  14668. "name": "body",
  14669. "description": "",
  14670. "required": true,
  14671. "allowMultiple": false
  14672. },
  14673. {
  14674. "type": "string",
  14675. "paramType": "path",
  14676. "name": "namespace",
  14677. "description": "object name and auth scope, such as for teams and projects",
  14678. "required": true,
  14679. "allowMultiple": false
  14680. },
  14681. {
  14682. "type": "string",
  14683. "paramType": "path",
  14684. "name": "name",
  14685. "description": "name of the Service",
  14686. "required": true,
  14687. "allowMultiple": false
  14688. }
  14689. ],
  14690. "responseMessages": [
  14691. {
  14692. "code": 200,
  14693. "message": "OK",
  14694. "responseModel": "v1.Service"
  14695. }
  14696. ],
  14697. "produces": [
  14698. "application/json",
  14699. "application/yaml",
  14700. "application/vnd.kubernetes.protobuf"
  14701. ],
  14702. "consumes": [
  14703. "*/*"
  14704. ]
  14705. },
  14706. {
  14707. "type": "v1.Service",
  14708. "method": "PATCH",
  14709. "summary": "partially update the specified Service",
  14710. "nickname": "patchNamespacedService",
  14711. "parameters": [
  14712. {
  14713. "type": "string",
  14714. "paramType": "query",
  14715. "name": "pretty",
  14716. "description": "If 'true', then the output is pretty printed.",
  14717. "required": false,
  14718. "allowMultiple": false
  14719. },
  14720. {
  14721. "type": "unversioned.Patch",
  14722. "paramType": "body",
  14723. "name": "body",
  14724. "description": "",
  14725. "required": true,
  14726. "allowMultiple": false
  14727. },
  14728. {
  14729. "type": "string",
  14730. "paramType": "path",
  14731. "name": "namespace",
  14732. "description": "object name and auth scope, such as for teams and projects",
  14733. "required": true,
  14734. "allowMultiple": false
  14735. },
  14736. {
  14737. "type": "string",
  14738. "paramType": "path",
  14739. "name": "name",
  14740. "description": "name of the Service",
  14741. "required": true,
  14742. "allowMultiple": false
  14743. }
  14744. ],
  14745. "responseMessages": [
  14746. {
  14747. "code": 200,
  14748. "message": "OK",
  14749. "responseModel": "v1.Service"
  14750. }
  14751. ],
  14752. "produces": [
  14753. "application/json",
  14754. "application/yaml",
  14755. "application/vnd.kubernetes.protobuf"
  14756. ],
  14757. "consumes": [
  14758. "application/json-patch+json",
  14759. "application/merge-patch+json",
  14760. "application/strategic-merge-patch+json"
  14761. ]
  14762. },
  14763. {
  14764. "type": "unversioned.Status",
  14765. "method": "DELETE",
  14766. "summary": "delete a Service",
  14767. "nickname": "deleteNamespacedService",
  14768. "parameters": [
  14769. {
  14770. "type": "string",
  14771. "paramType": "query",
  14772. "name": "pretty",
  14773. "description": "If 'true', then the output is pretty printed.",
  14774. "required": false,
  14775. "allowMultiple": false
  14776. },
  14777. {
  14778. "type": "string",
  14779. "paramType": "path",
  14780. "name": "namespace",
  14781. "description": "object name and auth scope, such as for teams and projects",
  14782. "required": true,
  14783. "allowMultiple": false
  14784. },
  14785. {
  14786. "type": "string",
  14787. "paramType": "path",
  14788. "name": "name",
  14789. "description": "name of the Service",
  14790. "required": true,
  14791. "allowMultiple": false
  14792. }
  14793. ],
  14794. "responseMessages": [
  14795. {
  14796. "code": 200,
  14797. "message": "OK",
  14798. "responseModel": "unversioned.Status"
  14799. }
  14800. ],
  14801. "produces": [
  14802. "application/json",
  14803. "application/yaml",
  14804. "application/vnd.kubernetes.protobuf"
  14805. ],
  14806. "consumes": [
  14807. "*/*"
  14808. ]
  14809. }
  14810. ]
  14811. },
  14812. {
  14813. "path": "/api/v1/watch/namespaces/{namespace}/services/{name}",
  14814. "description": "API at /api/v1",
  14815. "operations": [
  14816. {
  14817. "type": "versioned.Event",
  14818. "method": "GET",
  14819. "summary": "watch changes to an object of kind Service",
  14820. "nickname": "watchNamespacedService",
  14821. "parameters": [
  14822. {
  14823. "type": "string",
  14824. "paramType": "query",
  14825. "name": "pretty",
  14826. "description": "If 'true', then the output is pretty printed.",
  14827. "required": false,
  14828. "allowMultiple": false
  14829. },
  14830. {
  14831. "type": "string",
  14832. "paramType": "query",
  14833. "name": "labelSelector",
  14834. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  14835. "required": false,
  14836. "allowMultiple": false
  14837. },
  14838. {
  14839. "type": "string",
  14840. "paramType": "query",
  14841. "name": "fieldSelector",
  14842. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  14843. "required": false,
  14844. "allowMultiple": false
  14845. },
  14846. {
  14847. "type": "boolean",
  14848. "paramType": "query",
  14849. "name": "watch",
  14850. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  14851. "required": false,
  14852. "allowMultiple": false
  14853. },
  14854. {
  14855. "type": "string",
  14856. "paramType": "query",
  14857. "name": "resourceVersion",
  14858. "description": "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.",
  14859. "required": false,
  14860. "allowMultiple": false
  14861. },
  14862. {
  14863. "type": "integer",
  14864. "paramType": "query",
  14865. "name": "timeoutSeconds",
  14866. "description": "Timeout for the list/watch call.",
  14867. "required": false,
  14868. "allowMultiple": false
  14869. },
  14870. {
  14871. "type": "string",
  14872. "paramType": "path",
  14873. "name": "namespace",
  14874. "description": "object name and auth scope, such as for teams and projects",
  14875. "required": true,
  14876. "allowMultiple": false
  14877. },
  14878. {
  14879. "type": "string",
  14880. "paramType": "path",
  14881. "name": "name",
  14882. "description": "name of the Service",
  14883. "required": true,
  14884. "allowMultiple": false
  14885. }
  14886. ],
  14887. "responseMessages": [
  14888. {
  14889. "code": 200,
  14890. "message": "OK",
  14891. "responseModel": "versioned.Event"
  14892. }
  14893. ],
  14894. "produces": [
  14895. "application/json",
  14896. "application/yaml",
  14897. "application/vnd.kubernetes.protobuf",
  14898. "application/json;stream=watch",
  14899. "application/vnd.kubernetes.protobuf;stream=watch"
  14900. ],
  14901. "consumes": [
  14902. "*/*"
  14903. ]
  14904. }
  14905. ]
  14906. },
  14907. {
  14908. "path": "/api/v1/proxy/namespaces/{namespace}/services/{name}/{path}",
  14909. "description": "API at /api/v1",
  14910. "operations": [
  14911. {
  14912. "type": "string",
  14913. "method": "GET",
  14914. "summary": "proxy GET requests to Service",
  14915. "nickname": "proxyGETNamespacedServiceWithPath",
  14916. "parameters": [
  14917. {
  14918. "type": "string",
  14919. "paramType": "path",
  14920. "name": "namespace",
  14921. "description": "object name and auth scope, such as for teams and projects",
  14922. "required": true,
  14923. "allowMultiple": false
  14924. },
  14925. {
  14926. "type": "string",
  14927. "paramType": "path",
  14928. "name": "name",
  14929. "description": "name of the Service",
  14930. "required": true,
  14931. "allowMultiple": false
  14932. },
  14933. {
  14934. "type": "string",
  14935. "paramType": "path",
  14936. "name": "path",
  14937. "description": "path to the resource",
  14938. "required": true,
  14939. "allowMultiple": false
  14940. }
  14941. ],
  14942. "produces": [
  14943. "*/*"
  14944. ],
  14945. "consumes": [
  14946. "*/*"
  14947. ]
  14948. },
  14949. {
  14950. "type": "string",
  14951. "method": "PUT",
  14952. "summary": "proxy PUT requests to Service",
  14953. "nickname": "proxyPUTNamespacedServiceWithPath",
  14954. "parameters": [
  14955. {
  14956. "type": "string",
  14957. "paramType": "path",
  14958. "name": "namespace",
  14959. "description": "object name and auth scope, such as for teams and projects",
  14960. "required": true,
  14961. "allowMultiple": false
  14962. },
  14963. {
  14964. "type": "string",
  14965. "paramType": "path",
  14966. "name": "name",
  14967. "description": "name of the Service",
  14968. "required": true,
  14969. "allowMultiple": false
  14970. },
  14971. {
  14972. "type": "string",
  14973. "paramType": "path",
  14974. "name": "path",
  14975. "description": "path to the resource",
  14976. "required": true,
  14977. "allowMultiple": false
  14978. }
  14979. ],
  14980. "produces": [
  14981. "*/*"
  14982. ],
  14983. "consumes": [
  14984. "*/*"
  14985. ]
  14986. },
  14987. {
  14988. "type": "string",
  14989. "method": "POST",
  14990. "summary": "proxy POST requests to Service",
  14991. "nickname": "proxyPOSTNamespacedServiceWithPath",
  14992. "parameters": [
  14993. {
  14994. "type": "string",
  14995. "paramType": "path",
  14996. "name": "namespace",
  14997. "description": "object name and auth scope, such as for teams and projects",
  14998. "required": true,
  14999. "allowMultiple": false
  15000. },
  15001. {
  15002. "type": "string",
  15003. "paramType": "path",
  15004. "name": "name",
  15005. "description": "name of the Service",
  15006. "required": true,
  15007. "allowMultiple": false
  15008. },
  15009. {
  15010. "type": "string",
  15011. "paramType": "path",
  15012. "name": "path",
  15013. "description": "path to the resource",
  15014. "required": true,
  15015. "allowMultiple": false
  15016. }
  15017. ],
  15018. "produces": [
  15019. "*/*"
  15020. ],
  15021. "consumes": [
  15022. "*/*"
  15023. ]
  15024. },
  15025. {
  15026. "type": "string",
  15027. "method": "DELETE",
  15028. "summary": "proxy DELETE requests to Service",
  15029. "nickname": "proxyDELETENamespacedServiceWithPath",
  15030. "parameters": [
  15031. {
  15032. "type": "string",
  15033. "paramType": "path",
  15034. "name": "namespace",
  15035. "description": "object name and auth scope, such as for teams and projects",
  15036. "required": true,
  15037. "allowMultiple": false
  15038. },
  15039. {
  15040. "type": "string",
  15041. "paramType": "path",
  15042. "name": "name",
  15043. "description": "name of the Service",
  15044. "required": true,
  15045. "allowMultiple": false
  15046. },
  15047. {
  15048. "type": "string",
  15049. "paramType": "path",
  15050. "name": "path",
  15051. "description": "path to the resource",
  15052. "required": true,
  15053. "allowMultiple": false
  15054. }
  15055. ],
  15056. "produces": [
  15057. "*/*"
  15058. ],
  15059. "consumes": [
  15060. "*/*"
  15061. ]
  15062. },
  15063. {
  15064. "type": "string",
  15065. "method": "HEAD",
  15066. "summary": "proxy HEAD requests to Service",
  15067. "nickname": "proxyHEADNamespacedServiceWithPath",
  15068. "parameters": [
  15069. {
  15070. "type": "string",
  15071. "paramType": "path",
  15072. "name": "namespace",
  15073. "description": "object name and auth scope, such as for teams and projects",
  15074. "required": true,
  15075. "allowMultiple": false
  15076. },
  15077. {
  15078. "type": "string",
  15079. "paramType": "path",
  15080. "name": "name",
  15081. "description": "name of the Service",
  15082. "required": true,
  15083. "allowMultiple": false
  15084. },
  15085. {
  15086. "type": "string",
  15087. "paramType": "path",
  15088. "name": "path",
  15089. "description": "path to the resource",
  15090. "required": true,
  15091. "allowMultiple": false
  15092. }
  15093. ],
  15094. "produces": [
  15095. "*/*"
  15096. ],
  15097. "consumes": [
  15098. "*/*"
  15099. ]
  15100. },
  15101. {
  15102. "type": "string",
  15103. "method": "OPTIONS",
  15104. "summary": "proxy OPTIONS requests to Service",
  15105. "nickname": "proxyOPTIONSNamespacedServiceWithPath",
  15106. "parameters": [
  15107. {
  15108. "type": "string",
  15109. "paramType": "path",
  15110. "name": "namespace",
  15111. "description": "object name and auth scope, such as for teams and projects",
  15112. "required": true,
  15113. "allowMultiple": false
  15114. },
  15115. {
  15116. "type": "string",
  15117. "paramType": "path",
  15118. "name": "name",
  15119. "description": "name of the Service",
  15120. "required": true,
  15121. "allowMultiple": false
  15122. },
  15123. {
  15124. "type": "string",
  15125. "paramType": "path",
  15126. "name": "path",
  15127. "description": "path to the resource",
  15128. "required": true,
  15129. "allowMultiple": false
  15130. }
  15131. ],
  15132. "produces": [
  15133. "*/*"
  15134. ],
  15135. "consumes": [
  15136. "*/*"
  15137. ]
  15138. }
  15139. ]
  15140. },
  15141. {
  15142. "path": "/api/v1/proxy/namespaces/{namespace}/services/{name}",
  15143. "description": "API at /api/v1",
  15144. "operations": [
  15145. {
  15146. "type": "string",
  15147. "method": "GET",
  15148. "summary": "proxy GET requests to Service",
  15149. "nickname": "proxyGETNamespacedService",
  15150. "parameters": [
  15151. {
  15152. "type": "string",
  15153. "paramType": "path",
  15154. "name": "namespace",
  15155. "description": "object name and auth scope, such as for teams and projects",
  15156. "required": true,
  15157. "allowMultiple": false
  15158. },
  15159. {
  15160. "type": "string",
  15161. "paramType": "path",
  15162. "name": "name",
  15163. "description": "name of the Service",
  15164. "required": true,
  15165. "allowMultiple": false
  15166. }
  15167. ],
  15168. "produces": [
  15169. "*/*"
  15170. ],
  15171. "consumes": [
  15172. "*/*"
  15173. ]
  15174. },
  15175. {
  15176. "type": "string",
  15177. "method": "PUT",
  15178. "summary": "proxy PUT requests to Service",
  15179. "nickname": "proxyPUTNamespacedService",
  15180. "parameters": [
  15181. {
  15182. "type": "string",
  15183. "paramType": "path",
  15184. "name": "namespace",
  15185. "description": "object name and auth scope, such as for teams and projects",
  15186. "required": true,
  15187. "allowMultiple": false
  15188. },
  15189. {
  15190. "type": "string",
  15191. "paramType": "path",
  15192. "name": "name",
  15193. "description": "name of the Service",
  15194. "required": true,
  15195. "allowMultiple": false
  15196. }
  15197. ],
  15198. "produces": [
  15199. "*/*"
  15200. ],
  15201. "consumes": [
  15202. "*/*"
  15203. ]
  15204. },
  15205. {
  15206. "type": "string",
  15207. "method": "POST",
  15208. "summary": "proxy POST requests to Service",
  15209. "nickname": "proxyPOSTNamespacedService",
  15210. "parameters": [
  15211. {
  15212. "type": "string",
  15213. "paramType": "path",
  15214. "name": "namespace",
  15215. "description": "object name and auth scope, such as for teams and projects",
  15216. "required": true,
  15217. "allowMultiple": false
  15218. },
  15219. {
  15220. "type": "string",
  15221. "paramType": "path",
  15222. "name": "name",
  15223. "description": "name of the Service",
  15224. "required": true,
  15225. "allowMultiple": false
  15226. }
  15227. ],
  15228. "produces": [
  15229. "*/*"
  15230. ],
  15231. "consumes": [
  15232. "*/*"
  15233. ]
  15234. },
  15235. {
  15236. "type": "string",
  15237. "method": "DELETE",
  15238. "summary": "proxy DELETE requests to Service",
  15239. "nickname": "proxyDELETENamespacedService",
  15240. "parameters": [
  15241. {
  15242. "type": "string",
  15243. "paramType": "path",
  15244. "name": "namespace",
  15245. "description": "object name and auth scope, such as for teams and projects",
  15246. "required": true,
  15247. "allowMultiple": false
  15248. },
  15249. {
  15250. "type": "string",
  15251. "paramType": "path",
  15252. "name": "name",
  15253. "description": "name of the Service",
  15254. "required": true,
  15255. "allowMultiple": false
  15256. }
  15257. ],
  15258. "produces": [
  15259. "*/*"
  15260. ],
  15261. "consumes": [
  15262. "*/*"
  15263. ]
  15264. },
  15265. {
  15266. "type": "string",
  15267. "method": "HEAD",
  15268. "summary": "proxy HEAD requests to Service",
  15269. "nickname": "proxyHEADNamespacedService",
  15270. "parameters": [
  15271. {
  15272. "type": "string",
  15273. "paramType": "path",
  15274. "name": "namespace",
  15275. "description": "object name and auth scope, such as for teams and projects",
  15276. "required": true,
  15277. "allowMultiple": false
  15278. },
  15279. {
  15280. "type": "string",
  15281. "paramType": "path",
  15282. "name": "name",
  15283. "description": "name of the Service",
  15284. "required": true,
  15285. "allowMultiple": false
  15286. }
  15287. ],
  15288. "produces": [
  15289. "*/*"
  15290. ],
  15291. "consumes": [
  15292. "*/*"
  15293. ]
  15294. },
  15295. {
  15296. "type": "string",
  15297. "method": "OPTIONS",
  15298. "summary": "proxy OPTIONS requests to Service",
  15299. "nickname": "proxyOPTIONSNamespacedService",
  15300. "parameters": [
  15301. {
  15302. "type": "string",
  15303. "paramType": "path",
  15304. "name": "namespace",
  15305. "description": "object name and auth scope, such as for teams and projects",
  15306. "required": true,
  15307. "allowMultiple": false
  15308. },
  15309. {
  15310. "type": "string",
  15311. "paramType": "path",
  15312. "name": "name",
  15313. "description": "name of the Service",
  15314. "required": true,
  15315. "allowMultiple": false
  15316. }
  15317. ],
  15318. "produces": [
  15319. "*/*"
  15320. ],
  15321. "consumes": [
  15322. "*/*"
  15323. ]
  15324. }
  15325. ]
  15326. },
  15327. {
  15328. "path": "/api/v1/services",
  15329. "description": "API at /api/v1",
  15330. "operations": [
  15331. {
  15332. "type": "v1.ServiceList",
  15333. "method": "GET",
  15334. "summary": "list or watch objects of kind Service",
  15335. "nickname": "listServiceForAllNamespaces",
  15336. "parameters": [
  15337. {
  15338. "type": "string",
  15339. "paramType": "query",
  15340. "name": "pretty",
  15341. "description": "If 'true', then the output is pretty printed.",
  15342. "required": false,
  15343. "allowMultiple": false
  15344. },
  15345. {
  15346. "type": "string",
  15347. "paramType": "query",
  15348. "name": "labelSelector",
  15349. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  15350. "required": false,
  15351. "allowMultiple": false
  15352. },
  15353. {
  15354. "type": "string",
  15355. "paramType": "query",
  15356. "name": "fieldSelector",
  15357. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  15358. "required": false,
  15359. "allowMultiple": false
  15360. },
  15361. {
  15362. "type": "boolean",
  15363. "paramType": "query",
  15364. "name": "watch",
  15365. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  15366. "required": false,
  15367. "allowMultiple": false
  15368. },
  15369. {
  15370. "type": "string",
  15371. "paramType": "query",
  15372. "name": "resourceVersion",
  15373. "description": "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.",
  15374. "required": false,
  15375. "allowMultiple": false
  15376. },
  15377. {
  15378. "type": "integer",
  15379. "paramType": "query",
  15380. "name": "timeoutSeconds",
  15381. "description": "Timeout for the list/watch call.",
  15382. "required": false,
  15383. "allowMultiple": false
  15384. }
  15385. ],
  15386. "responseMessages": [
  15387. {
  15388. "code": 200,
  15389. "message": "OK",
  15390. "responseModel": "v1.ServiceList"
  15391. }
  15392. ],
  15393. "produces": [
  15394. "application/json",
  15395. "application/yaml",
  15396. "application/vnd.kubernetes.protobuf",
  15397. "application/json;stream=watch",
  15398. "application/vnd.kubernetes.protobuf;stream=watch"
  15399. ],
  15400. "consumes": [
  15401. "*/*"
  15402. ]
  15403. }
  15404. ]
  15405. },
  15406. {
  15407. "path": "/api/v1/watch/services",
  15408. "description": "API at /api/v1",
  15409. "operations": [
  15410. {
  15411. "type": "versioned.Event",
  15412. "method": "GET",
  15413. "summary": "watch individual changes to a list of Service",
  15414. "nickname": "watchServiceListForAllNamespaces",
  15415. "parameters": [
  15416. {
  15417. "type": "string",
  15418. "paramType": "query",
  15419. "name": "pretty",
  15420. "description": "If 'true', then the output is pretty printed.",
  15421. "required": false,
  15422. "allowMultiple": false
  15423. },
  15424. {
  15425. "type": "string",
  15426. "paramType": "query",
  15427. "name": "labelSelector",
  15428. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  15429. "required": false,
  15430. "allowMultiple": false
  15431. },
  15432. {
  15433. "type": "string",
  15434. "paramType": "query",
  15435. "name": "fieldSelector",
  15436. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  15437. "required": false,
  15438. "allowMultiple": false
  15439. },
  15440. {
  15441. "type": "boolean",
  15442. "paramType": "query",
  15443. "name": "watch",
  15444. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  15445. "required": false,
  15446. "allowMultiple": false
  15447. },
  15448. {
  15449. "type": "string",
  15450. "paramType": "query",
  15451. "name": "resourceVersion",
  15452. "description": "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.",
  15453. "required": false,
  15454. "allowMultiple": false
  15455. },
  15456. {
  15457. "type": "integer",
  15458. "paramType": "query",
  15459. "name": "timeoutSeconds",
  15460. "description": "Timeout for the list/watch call.",
  15461. "required": false,
  15462. "allowMultiple": false
  15463. }
  15464. ],
  15465. "responseMessages": [
  15466. {
  15467. "code": 200,
  15468. "message": "OK",
  15469. "responseModel": "versioned.Event"
  15470. }
  15471. ],
  15472. "produces": [
  15473. "application/json",
  15474. "application/yaml",
  15475. "application/vnd.kubernetes.protobuf",
  15476. "application/json;stream=watch",
  15477. "application/vnd.kubernetes.protobuf;stream=watch"
  15478. ],
  15479. "consumes": [
  15480. "*/*"
  15481. ]
  15482. }
  15483. ]
  15484. },
  15485. {
  15486. "path": "/api/v1/namespaces/{namespace}/services/{name}/proxy",
  15487. "description": "API at /api/v1",
  15488. "operations": [
  15489. {
  15490. "type": "string",
  15491. "method": "GET",
  15492. "summary": "connect GET requests to proxy of Service",
  15493. "nickname": "connectGetNamespacedServiceProxy",
  15494. "parameters": [
  15495. {
  15496. "type": "string",
  15497. "paramType": "query",
  15498. "name": "path",
  15499. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15500. "required": false,
  15501. "allowMultiple": false
  15502. },
  15503. {
  15504. "type": "string",
  15505. "paramType": "path",
  15506. "name": "namespace",
  15507. "description": "object name and auth scope, such as for teams and projects",
  15508. "required": true,
  15509. "allowMultiple": false
  15510. },
  15511. {
  15512. "type": "string",
  15513. "paramType": "path",
  15514. "name": "name",
  15515. "description": "name of the Service",
  15516. "required": true,
  15517. "allowMultiple": false
  15518. }
  15519. ],
  15520. "produces": [
  15521. "*/*"
  15522. ],
  15523. "consumes": [
  15524. "*/*"
  15525. ]
  15526. },
  15527. {
  15528. "type": "string",
  15529. "method": "POST",
  15530. "summary": "connect POST requests to proxy of Service",
  15531. "nickname": "connectPostNamespacedServiceProxy",
  15532. "parameters": [
  15533. {
  15534. "type": "string",
  15535. "paramType": "query",
  15536. "name": "path",
  15537. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15538. "required": false,
  15539. "allowMultiple": false
  15540. },
  15541. {
  15542. "type": "string",
  15543. "paramType": "path",
  15544. "name": "namespace",
  15545. "description": "object name and auth scope, such as for teams and projects",
  15546. "required": true,
  15547. "allowMultiple": false
  15548. },
  15549. {
  15550. "type": "string",
  15551. "paramType": "path",
  15552. "name": "name",
  15553. "description": "name of the Service",
  15554. "required": true,
  15555. "allowMultiple": false
  15556. }
  15557. ],
  15558. "produces": [
  15559. "*/*"
  15560. ],
  15561. "consumes": [
  15562. "*/*"
  15563. ]
  15564. },
  15565. {
  15566. "type": "string",
  15567. "method": "PUT",
  15568. "summary": "connect PUT requests to proxy of Service",
  15569. "nickname": "connectPutNamespacedServiceProxy",
  15570. "parameters": [
  15571. {
  15572. "type": "string",
  15573. "paramType": "query",
  15574. "name": "path",
  15575. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15576. "required": false,
  15577. "allowMultiple": false
  15578. },
  15579. {
  15580. "type": "string",
  15581. "paramType": "path",
  15582. "name": "namespace",
  15583. "description": "object name and auth scope, such as for teams and projects",
  15584. "required": true,
  15585. "allowMultiple": false
  15586. },
  15587. {
  15588. "type": "string",
  15589. "paramType": "path",
  15590. "name": "name",
  15591. "description": "name of the Service",
  15592. "required": true,
  15593. "allowMultiple": false
  15594. }
  15595. ],
  15596. "produces": [
  15597. "*/*"
  15598. ],
  15599. "consumes": [
  15600. "*/*"
  15601. ]
  15602. },
  15603. {
  15604. "type": "string",
  15605. "method": "DELETE",
  15606. "summary": "connect DELETE requests to proxy of Service",
  15607. "nickname": "connectDeleteNamespacedServiceProxy",
  15608. "parameters": [
  15609. {
  15610. "type": "string",
  15611. "paramType": "query",
  15612. "name": "path",
  15613. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15614. "required": false,
  15615. "allowMultiple": false
  15616. },
  15617. {
  15618. "type": "string",
  15619. "paramType": "path",
  15620. "name": "namespace",
  15621. "description": "object name and auth scope, such as for teams and projects",
  15622. "required": true,
  15623. "allowMultiple": false
  15624. },
  15625. {
  15626. "type": "string",
  15627. "paramType": "path",
  15628. "name": "name",
  15629. "description": "name of the Service",
  15630. "required": true,
  15631. "allowMultiple": false
  15632. }
  15633. ],
  15634. "produces": [
  15635. "*/*"
  15636. ],
  15637. "consumes": [
  15638. "*/*"
  15639. ]
  15640. },
  15641. {
  15642. "type": "string",
  15643. "method": "HEAD",
  15644. "summary": "connect HEAD requests to proxy of Service",
  15645. "nickname": "connectHeadNamespacedServiceProxy",
  15646. "parameters": [
  15647. {
  15648. "type": "string",
  15649. "paramType": "query",
  15650. "name": "path",
  15651. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15652. "required": false,
  15653. "allowMultiple": false
  15654. },
  15655. {
  15656. "type": "string",
  15657. "paramType": "path",
  15658. "name": "namespace",
  15659. "description": "object name and auth scope, such as for teams and projects",
  15660. "required": true,
  15661. "allowMultiple": false
  15662. },
  15663. {
  15664. "type": "string",
  15665. "paramType": "path",
  15666. "name": "name",
  15667. "description": "name of the Service",
  15668. "required": true,
  15669. "allowMultiple": false
  15670. }
  15671. ],
  15672. "produces": [
  15673. "*/*"
  15674. ],
  15675. "consumes": [
  15676. "*/*"
  15677. ]
  15678. },
  15679. {
  15680. "type": "string",
  15681. "method": "OPTIONS",
  15682. "summary": "connect OPTIONS requests to proxy of Service",
  15683. "nickname": "connectOptionsNamespacedServiceProxy",
  15684. "parameters": [
  15685. {
  15686. "type": "string",
  15687. "paramType": "query",
  15688. "name": "path",
  15689. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15690. "required": false,
  15691. "allowMultiple": false
  15692. },
  15693. {
  15694. "type": "string",
  15695. "paramType": "path",
  15696. "name": "namespace",
  15697. "description": "object name and auth scope, such as for teams and projects",
  15698. "required": true,
  15699. "allowMultiple": false
  15700. },
  15701. {
  15702. "type": "string",
  15703. "paramType": "path",
  15704. "name": "name",
  15705. "description": "name of the Service",
  15706. "required": true,
  15707. "allowMultiple": false
  15708. }
  15709. ],
  15710. "produces": [
  15711. "*/*"
  15712. ],
  15713. "consumes": [
  15714. "*/*"
  15715. ]
  15716. }
  15717. ]
  15718. },
  15719. {
  15720. "path": "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}",
  15721. "description": "API at /api/v1",
  15722. "operations": [
  15723. {
  15724. "type": "string",
  15725. "method": "GET",
  15726. "summary": "connect GET requests to proxy of Service",
  15727. "nickname": "connectGetNamespacedServiceProxyWithPath",
  15728. "parameters": [
  15729. {
  15730. "type": "string",
  15731. "paramType": "query",
  15732. "name": "path",
  15733. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15734. "required": false,
  15735. "allowMultiple": false
  15736. },
  15737. {
  15738. "type": "string",
  15739. "paramType": "path",
  15740. "name": "namespace",
  15741. "description": "object name and auth scope, such as for teams and projects",
  15742. "required": true,
  15743. "allowMultiple": false
  15744. },
  15745. {
  15746. "type": "string",
  15747. "paramType": "path",
  15748. "name": "name",
  15749. "description": "name of the Service",
  15750. "required": true,
  15751. "allowMultiple": false
  15752. },
  15753. {
  15754. "type": "string",
  15755. "paramType": "path",
  15756. "name": "path",
  15757. "description": "path to the resource",
  15758. "required": true,
  15759. "allowMultiple": false
  15760. }
  15761. ],
  15762. "produces": [
  15763. "*/*"
  15764. ],
  15765. "consumes": [
  15766. "*/*"
  15767. ]
  15768. },
  15769. {
  15770. "type": "string",
  15771. "method": "POST",
  15772. "summary": "connect POST requests to proxy of Service",
  15773. "nickname": "connectPostNamespacedServiceProxyWithPath",
  15774. "parameters": [
  15775. {
  15776. "type": "string",
  15777. "paramType": "query",
  15778. "name": "path",
  15779. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15780. "required": false,
  15781. "allowMultiple": false
  15782. },
  15783. {
  15784. "type": "string",
  15785. "paramType": "path",
  15786. "name": "namespace",
  15787. "description": "object name and auth scope, such as for teams and projects",
  15788. "required": true,
  15789. "allowMultiple": false
  15790. },
  15791. {
  15792. "type": "string",
  15793. "paramType": "path",
  15794. "name": "name",
  15795. "description": "name of the Service",
  15796. "required": true,
  15797. "allowMultiple": false
  15798. },
  15799. {
  15800. "type": "string",
  15801. "paramType": "path",
  15802. "name": "path",
  15803. "description": "path to the resource",
  15804. "required": true,
  15805. "allowMultiple": false
  15806. }
  15807. ],
  15808. "produces": [
  15809. "*/*"
  15810. ],
  15811. "consumes": [
  15812. "*/*"
  15813. ]
  15814. },
  15815. {
  15816. "type": "string",
  15817. "method": "PUT",
  15818. "summary": "connect PUT requests to proxy of Service",
  15819. "nickname": "connectPutNamespacedServiceProxyWithPath",
  15820. "parameters": [
  15821. {
  15822. "type": "string",
  15823. "paramType": "query",
  15824. "name": "path",
  15825. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15826. "required": false,
  15827. "allowMultiple": false
  15828. },
  15829. {
  15830. "type": "string",
  15831. "paramType": "path",
  15832. "name": "namespace",
  15833. "description": "object name and auth scope, such as for teams and projects",
  15834. "required": true,
  15835. "allowMultiple": false
  15836. },
  15837. {
  15838. "type": "string",
  15839. "paramType": "path",
  15840. "name": "name",
  15841. "description": "name of the Service",
  15842. "required": true,
  15843. "allowMultiple": false
  15844. },
  15845. {
  15846. "type": "string",
  15847. "paramType": "path",
  15848. "name": "path",
  15849. "description": "path to the resource",
  15850. "required": true,
  15851. "allowMultiple": false
  15852. }
  15853. ],
  15854. "produces": [
  15855. "*/*"
  15856. ],
  15857. "consumes": [
  15858. "*/*"
  15859. ]
  15860. },
  15861. {
  15862. "type": "string",
  15863. "method": "DELETE",
  15864. "summary": "connect DELETE requests to proxy of Service",
  15865. "nickname": "connectDeleteNamespacedServiceProxyWithPath",
  15866. "parameters": [
  15867. {
  15868. "type": "string",
  15869. "paramType": "query",
  15870. "name": "path",
  15871. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15872. "required": false,
  15873. "allowMultiple": false
  15874. },
  15875. {
  15876. "type": "string",
  15877. "paramType": "path",
  15878. "name": "namespace",
  15879. "description": "object name and auth scope, such as for teams and projects",
  15880. "required": true,
  15881. "allowMultiple": false
  15882. },
  15883. {
  15884. "type": "string",
  15885. "paramType": "path",
  15886. "name": "name",
  15887. "description": "name of the Service",
  15888. "required": true,
  15889. "allowMultiple": false
  15890. },
  15891. {
  15892. "type": "string",
  15893. "paramType": "path",
  15894. "name": "path",
  15895. "description": "path to the resource",
  15896. "required": true,
  15897. "allowMultiple": false
  15898. }
  15899. ],
  15900. "produces": [
  15901. "*/*"
  15902. ],
  15903. "consumes": [
  15904. "*/*"
  15905. ]
  15906. },
  15907. {
  15908. "type": "string",
  15909. "method": "HEAD",
  15910. "summary": "connect HEAD requests to proxy of Service",
  15911. "nickname": "connectHeadNamespacedServiceProxyWithPath",
  15912. "parameters": [
  15913. {
  15914. "type": "string",
  15915. "paramType": "query",
  15916. "name": "path",
  15917. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15918. "required": false,
  15919. "allowMultiple": false
  15920. },
  15921. {
  15922. "type": "string",
  15923. "paramType": "path",
  15924. "name": "namespace",
  15925. "description": "object name and auth scope, such as for teams and projects",
  15926. "required": true,
  15927. "allowMultiple": false
  15928. },
  15929. {
  15930. "type": "string",
  15931. "paramType": "path",
  15932. "name": "name",
  15933. "description": "name of the Service",
  15934. "required": true,
  15935. "allowMultiple": false
  15936. },
  15937. {
  15938. "type": "string",
  15939. "paramType": "path",
  15940. "name": "path",
  15941. "description": "path to the resource",
  15942. "required": true,
  15943. "allowMultiple": false
  15944. }
  15945. ],
  15946. "produces": [
  15947. "*/*"
  15948. ],
  15949. "consumes": [
  15950. "*/*"
  15951. ]
  15952. },
  15953. {
  15954. "type": "string",
  15955. "method": "OPTIONS",
  15956. "summary": "connect OPTIONS requests to proxy of Service",
  15957. "nickname": "connectOptionsNamespacedServiceProxyWithPath",
  15958. "parameters": [
  15959. {
  15960. "type": "string",
  15961. "paramType": "query",
  15962. "name": "path",
  15963. "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
  15964. "required": false,
  15965. "allowMultiple": false
  15966. },
  15967. {
  15968. "type": "string",
  15969. "paramType": "path",
  15970. "name": "namespace",
  15971. "description": "object name and auth scope, such as for teams and projects",
  15972. "required": true,
  15973. "allowMultiple": false
  15974. },
  15975. {
  15976. "type": "string",
  15977. "paramType": "path",
  15978. "name": "name",
  15979. "description": "name of the Service",
  15980. "required": true,
  15981. "allowMultiple": false
  15982. },
  15983. {
  15984. "type": "string",
  15985. "paramType": "path",
  15986. "name": "path",
  15987. "description": "path to the resource",
  15988. "required": true,
  15989. "allowMultiple": false
  15990. }
  15991. ],
  15992. "produces": [
  15993. "*/*"
  15994. ],
  15995. "consumes": [
  15996. "*/*"
  15997. ]
  15998. }
  15999. ]
  16000. },
  16001. {
  16002. "path": "/api/v1/namespaces/{namespace}/services/{name}/status",
  16003. "description": "API at /api/v1",
  16004. "operations": [
  16005. {
  16006. "type": "v1.Service",
  16007. "method": "GET",
  16008. "summary": "read status of the specified Service",
  16009. "nickname": "readNamespacedServiceStatus",
  16010. "parameters": [
  16011. {
  16012. "type": "string",
  16013. "paramType": "query",
  16014. "name": "pretty",
  16015. "description": "If 'true', then the output is pretty printed.",
  16016. "required": false,
  16017. "allowMultiple": false
  16018. },
  16019. {
  16020. "type": "string",
  16021. "paramType": "path",
  16022. "name": "namespace",
  16023. "description": "object name and auth scope, such as for teams and projects",
  16024. "required": true,
  16025. "allowMultiple": false
  16026. },
  16027. {
  16028. "type": "string",
  16029. "paramType": "path",
  16030. "name": "name",
  16031. "description": "name of the Service",
  16032. "required": true,
  16033. "allowMultiple": false
  16034. }
  16035. ],
  16036. "responseMessages": [
  16037. {
  16038. "code": 200,
  16039. "message": "OK",
  16040. "responseModel": "v1.Service"
  16041. }
  16042. ],
  16043. "produces": [
  16044. "application/json",
  16045. "application/yaml",
  16046. "application/vnd.kubernetes.protobuf"
  16047. ],
  16048. "consumes": [
  16049. "*/*"
  16050. ]
  16051. },
  16052. {
  16053. "type": "v1.Service",
  16054. "method": "PUT",
  16055. "summary": "replace status of the specified Service",
  16056. "nickname": "replaceNamespacedServiceStatus",
  16057. "parameters": [
  16058. {
  16059. "type": "string",
  16060. "paramType": "query",
  16061. "name": "pretty",
  16062. "description": "If 'true', then the output is pretty printed.",
  16063. "required": false,
  16064. "allowMultiple": false
  16065. },
  16066. {
  16067. "type": "v1.Service",
  16068. "paramType": "body",
  16069. "name": "body",
  16070. "description": "",
  16071. "required": true,
  16072. "allowMultiple": false
  16073. },
  16074. {
  16075. "type": "string",
  16076. "paramType": "path",
  16077. "name": "namespace",
  16078. "description": "object name and auth scope, such as for teams and projects",
  16079. "required": true,
  16080. "allowMultiple": false
  16081. },
  16082. {
  16083. "type": "string",
  16084. "paramType": "path",
  16085. "name": "name",
  16086. "description": "name of the Service",
  16087. "required": true,
  16088. "allowMultiple": false
  16089. }
  16090. ],
  16091. "responseMessages": [
  16092. {
  16093. "code": 200,
  16094. "message": "OK",
  16095. "responseModel": "v1.Service"
  16096. }
  16097. ],
  16098. "produces": [
  16099. "application/json",
  16100. "application/yaml",
  16101. "application/vnd.kubernetes.protobuf"
  16102. ],
  16103. "consumes": [
  16104. "*/*"
  16105. ]
  16106. },
  16107. {
  16108. "type": "v1.Service",
  16109. "method": "PATCH",
  16110. "summary": "partially update status of the specified Service",
  16111. "nickname": "patchNamespacedServiceStatus",
  16112. "parameters": [
  16113. {
  16114. "type": "string",
  16115. "paramType": "query",
  16116. "name": "pretty",
  16117. "description": "If 'true', then the output is pretty printed.",
  16118. "required": false,
  16119. "allowMultiple": false
  16120. },
  16121. {
  16122. "type": "unversioned.Patch",
  16123. "paramType": "body",
  16124. "name": "body",
  16125. "description": "",
  16126. "required": true,
  16127. "allowMultiple": false
  16128. },
  16129. {
  16130. "type": "string",
  16131. "paramType": "path",
  16132. "name": "namespace",
  16133. "description": "object name and auth scope, such as for teams and projects",
  16134. "required": true,
  16135. "allowMultiple": false
  16136. },
  16137. {
  16138. "type": "string",
  16139. "paramType": "path",
  16140. "name": "name",
  16141. "description": "name of the Service",
  16142. "required": true,
  16143. "allowMultiple": false
  16144. }
  16145. ],
  16146. "responseMessages": [
  16147. {
  16148. "code": 200,
  16149. "message": "OK",
  16150. "responseModel": "v1.Service"
  16151. }
  16152. ],
  16153. "produces": [
  16154. "application/json",
  16155. "application/yaml",
  16156. "application/vnd.kubernetes.protobuf"
  16157. ],
  16158. "consumes": [
  16159. "application/json-patch+json",
  16160. "application/merge-patch+json",
  16161. "application/strategic-merge-patch+json"
  16162. ]
  16163. }
  16164. ]
  16165. },
  16166. {
  16167. "path": "/api/v1",
  16168. "description": "API at /api/v1",
  16169. "operations": [
  16170. {
  16171. "type": "unversioned.APIResourceList",
  16172. "method": "GET",
  16173. "summary": "get available resources",
  16174. "nickname": "getAPIResources",
  16175. "parameters": [],
  16176. "produces": [
  16177. "application/json",
  16178. "application/yaml",
  16179. "application/vnd.kubernetes.protobuf"
  16180. ],
  16181. "consumes": [
  16182. "application/json",
  16183. "application/yaml",
  16184. "application/vnd.kubernetes.protobuf"
  16185. ]
  16186. }
  16187. ]
  16188. }
  16189. ],
  16190. "models": {
  16191. "v1.Binding": {
  16192. "id": "v1.Binding",
  16193. "description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
  16194. "required": [
  16195. "target"
  16196. ],
  16197. "properties": {
  16198. "kind": {
  16199. "type": "string",
  16200. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16201. },
  16202. "apiVersion": {
  16203. "type": "string",
  16204. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16205. },
  16206. "metadata": {
  16207. "$ref": "v1.ObjectMeta",
  16208. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16209. },
  16210. "target": {
  16211. "$ref": "v1.ObjectReference",
  16212. "description": "The target object that you want to bind to the standard object."
  16213. }
  16214. }
  16215. },
  16216. "v1.ObjectMeta": {
  16217. "id": "v1.ObjectMeta",
  16218. "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
  16219. "properties": {
  16220. "name": {
  16221. "type": "string",
  16222. "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  16223. },
  16224. "generateName": {
  16225. "type": "string",
  16226. "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
  16227. },
  16228. "namespace": {
  16229. "type": "string",
  16230. "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
  16231. },
  16232. "selfLink": {
  16233. "type": "string",
  16234. "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
  16235. },
  16236. "uid": {
  16237. "type": "string",
  16238. "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
  16239. },
  16240. "resourceVersion": {
  16241. "type": "string",
  16242. "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
  16243. },
  16244. "generation": {
  16245. "type": "integer",
  16246. "format": "int64",
  16247. "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
  16248. },
  16249. "creationTimestamp": {
  16250. "type": "string",
  16251. "format": "date-time",
  16252. "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16253. },
  16254. "deletionTimestamp": {
  16255. "type": "string",
  16256. "format": "date-time",
  16257. "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16258. },
  16259. "deletionGracePeriodSeconds": {
  16260. "type": "integer",
  16261. "format": "int64",
  16262. "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
  16263. },
  16264. "labels": {
  16265. "type": "object",
  16266. "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
  16267. },
  16268. "annotations": {
  16269. "type": "object",
  16270. "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
  16271. },
  16272. "ownerReferences": {
  16273. "type": "array",
  16274. "items": {
  16275. "$ref": "v1.OwnerReference"
  16276. },
  16277. "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
  16278. },
  16279. "finalizers": {
  16280. "type": "array",
  16281. "items": {
  16282. "type": "string"
  16283. },
  16284. "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
  16285. },
  16286. "clusterName": {
  16287. "type": "string",
  16288. "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
  16289. }
  16290. }
  16291. },
  16292. "v1.OwnerReference": {
  16293. "id": "v1.OwnerReference",
  16294. "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
  16295. "required": [
  16296. "apiVersion",
  16297. "kind",
  16298. "name",
  16299. "uid"
  16300. ],
  16301. "properties": {
  16302. "apiVersion": {
  16303. "type": "string",
  16304. "description": "API version of the referent."
  16305. },
  16306. "kind": {
  16307. "type": "string",
  16308. "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16309. },
  16310. "name": {
  16311. "type": "string",
  16312. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  16313. },
  16314. "uid": {
  16315. "type": "string",
  16316. "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
  16317. },
  16318. "controller": {
  16319. "type": "boolean",
  16320. "description": "If true, this reference points to the managing controller."
  16321. }
  16322. }
  16323. },
  16324. "v1.ObjectReference": {
  16325. "id": "v1.ObjectReference",
  16326. "description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
  16327. "properties": {
  16328. "kind": {
  16329. "type": "string",
  16330. "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16331. },
  16332. "namespace": {
  16333. "type": "string",
  16334. "description": "Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces"
  16335. },
  16336. "name": {
  16337. "type": "string",
  16338. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  16339. },
  16340. "uid": {
  16341. "type": "string",
  16342. "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
  16343. },
  16344. "apiVersion": {
  16345. "type": "string",
  16346. "description": "API version of the referent."
  16347. },
  16348. "resourceVersion": {
  16349. "type": "string",
  16350. "description": "Specific resourceVersion to which this reference is made, if any. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
  16351. },
  16352. "fieldPath": {
  16353. "type": "string",
  16354. "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object."
  16355. }
  16356. }
  16357. },
  16358. "v1.ComponentStatusList": {
  16359. "id": "v1.ComponentStatusList",
  16360. "description": "Status of all the conditions for the component as a list of ComponentStatus objects.",
  16361. "required": [
  16362. "items"
  16363. ],
  16364. "properties": {
  16365. "kind": {
  16366. "type": "string",
  16367. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16368. },
  16369. "apiVersion": {
  16370. "type": "string",
  16371. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16372. },
  16373. "metadata": {
  16374. "$ref": "unversioned.ListMeta",
  16375. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16376. },
  16377. "items": {
  16378. "type": "array",
  16379. "items": {
  16380. "$ref": "v1.ComponentStatus"
  16381. },
  16382. "description": "List of ComponentStatus objects."
  16383. }
  16384. }
  16385. },
  16386. "unversioned.ListMeta": {
  16387. "id": "unversioned.ListMeta",
  16388. "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
  16389. "properties": {
  16390. "selfLink": {
  16391. "type": "string",
  16392. "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
  16393. },
  16394. "resourceVersion": {
  16395. "type": "string",
  16396. "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
  16397. }
  16398. }
  16399. },
  16400. "v1.ComponentStatus": {
  16401. "id": "v1.ComponentStatus",
  16402. "description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.",
  16403. "properties": {
  16404. "kind": {
  16405. "type": "string",
  16406. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16407. },
  16408. "apiVersion": {
  16409. "type": "string",
  16410. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16411. },
  16412. "metadata": {
  16413. "$ref": "v1.ObjectMeta",
  16414. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16415. },
  16416. "conditions": {
  16417. "type": "array",
  16418. "items": {
  16419. "$ref": "v1.ComponentCondition"
  16420. },
  16421. "description": "List of component conditions observed"
  16422. }
  16423. }
  16424. },
  16425. "v1.ComponentCondition": {
  16426. "id": "v1.ComponentCondition",
  16427. "description": "Information about the condition of a component.",
  16428. "required": [
  16429. "type",
  16430. "status"
  16431. ],
  16432. "properties": {
  16433. "type": {
  16434. "type": "string",
  16435. "description": "Type of condition for a component. Valid value: \"Healthy\""
  16436. },
  16437. "status": {
  16438. "type": "string",
  16439. "description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\"."
  16440. },
  16441. "message": {
  16442. "type": "string",
  16443. "description": "Message about the condition for a component. For example, information about a health check."
  16444. },
  16445. "error": {
  16446. "type": "string",
  16447. "description": "Condition error code for a component. For example, a health check error code."
  16448. }
  16449. }
  16450. },
  16451. "v1.ConfigMapList": {
  16452. "id": "v1.ConfigMapList",
  16453. "description": "ConfigMapList is a resource containing a list of ConfigMap objects.",
  16454. "required": [
  16455. "items"
  16456. ],
  16457. "properties": {
  16458. "kind": {
  16459. "type": "string",
  16460. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16461. },
  16462. "apiVersion": {
  16463. "type": "string",
  16464. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16465. },
  16466. "metadata": {
  16467. "$ref": "unversioned.ListMeta",
  16468. "description": "More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16469. },
  16470. "items": {
  16471. "type": "array",
  16472. "items": {
  16473. "$ref": "v1.ConfigMap"
  16474. },
  16475. "description": "Items is the list of ConfigMaps."
  16476. }
  16477. }
  16478. },
  16479. "v1.ConfigMap": {
  16480. "id": "v1.ConfigMap",
  16481. "description": "ConfigMap holds configuration data for pods to consume.",
  16482. "properties": {
  16483. "kind": {
  16484. "type": "string",
  16485. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16486. },
  16487. "apiVersion": {
  16488. "type": "string",
  16489. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16490. },
  16491. "metadata": {
  16492. "$ref": "v1.ObjectMeta",
  16493. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16494. },
  16495. "data": {
  16496. "type": "object",
  16497. "description": "Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot."
  16498. }
  16499. }
  16500. },
  16501. "unversioned.Status": {
  16502. "id": "unversioned.Status",
  16503. "description": "Status is a return value for calls that don't return other objects.",
  16504. "properties": {
  16505. "kind": {
  16506. "type": "string",
  16507. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16508. },
  16509. "apiVersion": {
  16510. "type": "string",
  16511. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16512. },
  16513. "metadata": {
  16514. "$ref": "unversioned.ListMeta",
  16515. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16516. },
  16517. "status": {
  16518. "type": "string",
  16519. "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  16520. },
  16521. "message": {
  16522. "type": "string",
  16523. "description": "A human-readable description of the status of this operation."
  16524. },
  16525. "reason": {
  16526. "type": "string",
  16527. "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
  16528. },
  16529. "details": {
  16530. "$ref": "unversioned.StatusDetails",
  16531. "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type."
  16532. },
  16533. "code": {
  16534. "type": "integer",
  16535. "format": "int32",
  16536. "description": "Suggested HTTP return code for this status, 0 if not set."
  16537. }
  16538. }
  16539. },
  16540. "unversioned.StatusDetails": {
  16541. "id": "unversioned.StatusDetails",
  16542. "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
  16543. "properties": {
  16544. "name": {
  16545. "type": "string",
  16546. "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
  16547. },
  16548. "group": {
  16549. "type": "string",
  16550. "description": "The group attribute of the resource associated with the status StatusReason."
  16551. },
  16552. "kind": {
  16553. "type": "string",
  16554. "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16555. },
  16556. "causes": {
  16557. "type": "array",
  16558. "items": {
  16559. "$ref": "unversioned.StatusCause"
  16560. },
  16561. "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
  16562. },
  16563. "retryAfterSeconds": {
  16564. "type": "integer",
  16565. "format": "int32",
  16566. "description": "If specified, the time in seconds before the operation should be retried."
  16567. }
  16568. }
  16569. },
  16570. "unversioned.StatusCause": {
  16571. "id": "unversioned.StatusCause",
  16572. "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
  16573. "properties": {
  16574. "reason": {
  16575. "type": "string",
  16576. "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available."
  16577. },
  16578. "message": {
  16579. "type": "string",
  16580. "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader."
  16581. },
  16582. "field": {
  16583. "type": "string",
  16584. "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\""
  16585. }
  16586. }
  16587. },
  16588. "versioned.Event": {
  16589. "id": "versioned.Event",
  16590. "required": [
  16591. "type",
  16592. "object"
  16593. ],
  16594. "properties": {
  16595. "type": {
  16596. "type": "string"
  16597. },
  16598. "object": {
  16599. "type": "string"
  16600. }
  16601. }
  16602. },
  16603. "unversioned.Patch": {
  16604. "id": "unversioned.Patch",
  16605. "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
  16606. "properties": {}
  16607. },
  16608. "v1.DeleteOptions": {
  16609. "id": "v1.DeleteOptions",
  16610. "description": "DeleteOptions may be provided when deleting an API object",
  16611. "properties": {
  16612. "kind": {
  16613. "type": "string",
  16614. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16615. },
  16616. "apiVersion": {
  16617. "type": "string",
  16618. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16619. },
  16620. "gracePeriodSeconds": {
  16621. "type": "integer",
  16622. "format": "int64",
  16623. "description": "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."
  16624. },
  16625. "preconditions": {
  16626. "$ref": "v1.Preconditions",
  16627. "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
  16628. },
  16629. "orphanDependents": {
  16630. "type": "boolean",
  16631. "description": "Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list."
  16632. }
  16633. }
  16634. },
  16635. "v1.Preconditions": {
  16636. "id": "v1.Preconditions",
  16637. "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
  16638. "properties": {
  16639. "uid": {
  16640. "$ref": "types.UID",
  16641. "description": "Specifies the target UID."
  16642. }
  16643. }
  16644. },
  16645. "types.UID": {
  16646. "id": "types.UID",
  16647. "properties": {}
  16648. },
  16649. "v1.EndpointsList": {
  16650. "id": "v1.EndpointsList",
  16651. "description": "EndpointsList is a list of endpoints.",
  16652. "required": [
  16653. "items"
  16654. ],
  16655. "properties": {
  16656. "kind": {
  16657. "type": "string",
  16658. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16659. },
  16660. "apiVersion": {
  16661. "type": "string",
  16662. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16663. },
  16664. "metadata": {
  16665. "$ref": "unversioned.ListMeta",
  16666. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16667. },
  16668. "items": {
  16669. "type": "array",
  16670. "items": {
  16671. "$ref": "v1.Endpoints"
  16672. },
  16673. "description": "List of endpoints."
  16674. }
  16675. }
  16676. },
  16677. "v1.Endpoints": {
  16678. "id": "v1.Endpoints",
  16679. "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n Name: \"mysvc\",\n Subsets: [\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n },\n {\n Addresses: [{\"ip\": \"10.10.3.3\"}],\n Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n },\n ]",
  16680. "required": [
  16681. "subsets"
  16682. ],
  16683. "properties": {
  16684. "kind": {
  16685. "type": "string",
  16686. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16687. },
  16688. "apiVersion": {
  16689. "type": "string",
  16690. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16691. },
  16692. "metadata": {
  16693. "$ref": "v1.ObjectMeta",
  16694. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16695. },
  16696. "subsets": {
  16697. "type": "array",
  16698. "items": {
  16699. "$ref": "v1.EndpointSubset"
  16700. },
  16701. "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service."
  16702. }
  16703. }
  16704. },
  16705. "v1.EndpointSubset": {
  16706. "id": "v1.EndpointSubset",
  16707. "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n }\nThe resulting set of endpoints can be viewed as:\n a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n b: [ 10.10.1.1:309, 10.10.2.2:309 ]",
  16708. "properties": {
  16709. "addresses": {
  16710. "type": "array",
  16711. "items": {
  16712. "$ref": "v1.EndpointAddress"
  16713. },
  16714. "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize."
  16715. },
  16716. "notReadyAddresses": {
  16717. "type": "array",
  16718. "items": {
  16719. "$ref": "v1.EndpointAddress"
  16720. },
  16721. "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check."
  16722. },
  16723. "ports": {
  16724. "type": "array",
  16725. "items": {
  16726. "$ref": "v1.EndpointPort"
  16727. },
  16728. "description": "Port numbers available on the related IP addresses."
  16729. }
  16730. }
  16731. },
  16732. "v1.EndpointAddress": {
  16733. "id": "v1.EndpointAddress",
  16734. "description": "EndpointAddress is a tuple that describes single IP address.",
  16735. "required": [
  16736. "ip"
  16737. ],
  16738. "properties": {
  16739. "ip": {
  16740. "type": "string",
  16741. "description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready."
  16742. },
  16743. "hostname": {
  16744. "type": "string",
  16745. "description": "The Hostname of this endpoint"
  16746. },
  16747. "nodeName": {
  16748. "type": "string",
  16749. "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node."
  16750. },
  16751. "targetRef": {
  16752. "$ref": "v1.ObjectReference",
  16753. "description": "Reference to object providing the endpoint."
  16754. }
  16755. }
  16756. },
  16757. "v1.EndpointPort": {
  16758. "id": "v1.EndpointPort",
  16759. "description": "EndpointPort is a tuple that describes a single port.",
  16760. "required": [
  16761. "port"
  16762. ],
  16763. "properties": {
  16764. "name": {
  16765. "type": "string",
  16766. "description": "The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined."
  16767. },
  16768. "port": {
  16769. "type": "integer",
  16770. "format": "int32",
  16771. "description": "The port number of the endpoint."
  16772. },
  16773. "protocol": {
  16774. "type": "string",
  16775. "description": "The IP protocol for this port. Must be UDP or TCP. Default is TCP."
  16776. }
  16777. }
  16778. },
  16779. "v1.EventList": {
  16780. "id": "v1.EventList",
  16781. "description": "EventList is a list of events.",
  16782. "required": [
  16783. "items"
  16784. ],
  16785. "properties": {
  16786. "kind": {
  16787. "type": "string",
  16788. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16789. },
  16790. "apiVersion": {
  16791. "type": "string",
  16792. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16793. },
  16794. "metadata": {
  16795. "$ref": "unversioned.ListMeta",
  16796. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16797. },
  16798. "items": {
  16799. "type": "array",
  16800. "items": {
  16801. "$ref": "v1.Event"
  16802. },
  16803. "description": "List of events"
  16804. }
  16805. }
  16806. },
  16807. "v1.Event": {
  16808. "id": "v1.Event",
  16809. "description": "Event is a report of an event somewhere in the cluster.",
  16810. "required": [
  16811. "metadata",
  16812. "involvedObject"
  16813. ],
  16814. "properties": {
  16815. "kind": {
  16816. "type": "string",
  16817. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16818. },
  16819. "apiVersion": {
  16820. "type": "string",
  16821. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16822. },
  16823. "metadata": {
  16824. "$ref": "v1.ObjectMeta",
  16825. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16826. },
  16827. "involvedObject": {
  16828. "$ref": "v1.ObjectReference",
  16829. "description": "The object that this event is about."
  16830. },
  16831. "reason": {
  16832. "type": "string",
  16833. "description": "This should be a short, machine understandable string that gives the reason for the transition into the object's current status."
  16834. },
  16835. "message": {
  16836. "type": "string",
  16837. "description": "A human-readable description of the status of this operation."
  16838. },
  16839. "source": {
  16840. "$ref": "v1.EventSource",
  16841. "description": "The component reporting this event. Should be a short machine understandable string."
  16842. },
  16843. "firstTimestamp": {
  16844. "type": "string",
  16845. "format": "date-time",
  16846. "description": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)"
  16847. },
  16848. "lastTimestamp": {
  16849. "type": "string",
  16850. "format": "date-time",
  16851. "description": "The time at which the most recent occurrence of this event was recorded."
  16852. },
  16853. "count": {
  16854. "type": "integer",
  16855. "format": "int32",
  16856. "description": "The number of times this event has occurred."
  16857. },
  16858. "type": {
  16859. "type": "string",
  16860. "description": "Type of this event (Normal, Warning), new types could be added in the future"
  16861. }
  16862. }
  16863. },
  16864. "v1.EventSource": {
  16865. "id": "v1.EventSource",
  16866. "description": "EventSource contains information for an event.",
  16867. "properties": {
  16868. "component": {
  16869. "type": "string",
  16870. "description": "Component from which the event is generated."
  16871. },
  16872. "host": {
  16873. "type": "string",
  16874. "description": "Node name on which the event is generated."
  16875. }
  16876. }
  16877. },
  16878. "v1.LimitRangeList": {
  16879. "id": "v1.LimitRangeList",
  16880. "description": "LimitRangeList is a list of LimitRange items.",
  16881. "required": [
  16882. "items"
  16883. ],
  16884. "properties": {
  16885. "kind": {
  16886. "type": "string",
  16887. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16888. },
  16889. "apiVersion": {
  16890. "type": "string",
  16891. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16892. },
  16893. "metadata": {
  16894. "$ref": "unversioned.ListMeta",
  16895. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16896. },
  16897. "items": {
  16898. "type": "array",
  16899. "items": {
  16900. "$ref": "v1.LimitRange"
  16901. },
  16902. "description": "Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md"
  16903. }
  16904. }
  16905. },
  16906. "v1.LimitRange": {
  16907. "id": "v1.LimitRange",
  16908. "description": "LimitRange sets resource usage limits for each kind of resource in a Namespace.",
  16909. "properties": {
  16910. "kind": {
  16911. "type": "string",
  16912. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16913. },
  16914. "apiVersion": {
  16915. "type": "string",
  16916. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16917. },
  16918. "metadata": {
  16919. "$ref": "v1.ObjectMeta",
  16920. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  16921. },
  16922. "spec": {
  16923. "$ref": "v1.LimitRangeSpec",
  16924. "description": "Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  16925. }
  16926. }
  16927. },
  16928. "v1.LimitRangeSpec": {
  16929. "id": "v1.LimitRangeSpec",
  16930. "description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.",
  16931. "required": [
  16932. "limits"
  16933. ],
  16934. "properties": {
  16935. "limits": {
  16936. "type": "array",
  16937. "items": {
  16938. "$ref": "v1.LimitRangeItem"
  16939. },
  16940. "description": "Limits is the list of LimitRangeItem objects that are enforced."
  16941. }
  16942. }
  16943. },
  16944. "v1.LimitRangeItem": {
  16945. "id": "v1.LimitRangeItem",
  16946. "description": "LimitRangeItem defines a min/max usage limit for any resource that matches on kind.",
  16947. "properties": {
  16948. "type": {
  16949. "type": "string",
  16950. "description": "Type of resource that this limit applies to."
  16951. },
  16952. "max": {
  16953. "type": "object",
  16954. "description": "Max usage constraints on this kind by resource name."
  16955. },
  16956. "min": {
  16957. "type": "object",
  16958. "description": "Min usage constraints on this kind by resource name."
  16959. },
  16960. "default": {
  16961. "type": "object",
  16962. "description": "Default resource requirement limit value by resource name if resource limit is omitted."
  16963. },
  16964. "defaultRequest": {
  16965. "type": "object",
  16966. "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted."
  16967. },
  16968. "maxLimitRequestRatio": {
  16969. "type": "object",
  16970. "description": "MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource."
  16971. }
  16972. }
  16973. },
  16974. "v1.NamespaceList": {
  16975. "id": "v1.NamespaceList",
  16976. "description": "NamespaceList is a list of Namespaces.",
  16977. "required": [
  16978. "items"
  16979. ],
  16980. "properties": {
  16981. "kind": {
  16982. "type": "string",
  16983. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16984. },
  16985. "apiVersion": {
  16986. "type": "string",
  16987. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  16988. },
  16989. "metadata": {
  16990. "$ref": "unversioned.ListMeta",
  16991. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  16992. },
  16993. "items": {
  16994. "type": "array",
  16995. "items": {
  16996. "$ref": "v1.Namespace"
  16997. },
  16998. "description": "Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces"
  16999. }
  17000. }
  17001. },
  17002. "v1.Namespace": {
  17003. "id": "v1.Namespace",
  17004. "description": "Namespace provides a scope for Names. Use of multiple namespaces is optional.",
  17005. "properties": {
  17006. "kind": {
  17007. "type": "string",
  17008. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17009. },
  17010. "apiVersion": {
  17011. "type": "string",
  17012. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17013. },
  17014. "metadata": {
  17015. "$ref": "v1.ObjectMeta",
  17016. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  17017. },
  17018. "spec": {
  17019. "$ref": "v1.NamespaceSpec",
  17020. "description": "Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  17021. },
  17022. "status": {
  17023. "$ref": "v1.NamespaceStatus",
  17024. "description": "Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  17025. }
  17026. }
  17027. },
  17028. "v1.NamespaceSpec": {
  17029. "id": "v1.NamespaceSpec",
  17030. "description": "NamespaceSpec describes the attributes on a Namespace.",
  17031. "properties": {
  17032. "finalizers": {
  17033. "type": "array",
  17034. "items": {
  17035. "$ref": "v1.FinalizerName"
  17036. },
  17037. "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers"
  17038. }
  17039. }
  17040. },
  17041. "v1.FinalizerName": {
  17042. "id": "v1.FinalizerName",
  17043. "properties": {}
  17044. },
  17045. "v1.NamespaceStatus": {
  17046. "id": "v1.NamespaceStatus",
  17047. "description": "NamespaceStatus is information about the current status of a Namespace.",
  17048. "properties": {
  17049. "phase": {
  17050. "type": "string",
  17051. "description": "Phase is the current lifecycle phase of the namespace. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases"
  17052. }
  17053. }
  17054. },
  17055. "v1.NodeList": {
  17056. "id": "v1.NodeList",
  17057. "description": "NodeList is the whole list of all Nodes which have been registered with master.",
  17058. "required": [
  17059. "items"
  17060. ],
  17061. "properties": {
  17062. "kind": {
  17063. "type": "string",
  17064. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17065. },
  17066. "apiVersion": {
  17067. "type": "string",
  17068. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17069. },
  17070. "metadata": {
  17071. "$ref": "unversioned.ListMeta",
  17072. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17073. },
  17074. "items": {
  17075. "type": "array",
  17076. "items": {
  17077. "$ref": "v1.Node"
  17078. },
  17079. "description": "List of nodes"
  17080. }
  17081. }
  17082. },
  17083. "v1.Node": {
  17084. "id": "v1.Node",
  17085. "description": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).",
  17086. "properties": {
  17087. "kind": {
  17088. "type": "string",
  17089. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17090. },
  17091. "apiVersion": {
  17092. "type": "string",
  17093. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17094. },
  17095. "metadata": {
  17096. "$ref": "v1.ObjectMeta",
  17097. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  17098. },
  17099. "spec": {
  17100. "$ref": "v1.NodeSpec",
  17101. "description": "Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  17102. },
  17103. "status": {
  17104. "$ref": "v1.NodeStatus",
  17105. "description": "Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  17106. }
  17107. }
  17108. },
  17109. "v1.NodeSpec": {
  17110. "id": "v1.NodeSpec",
  17111. "description": "NodeSpec describes the attributes that a node is created with.",
  17112. "properties": {
  17113. "podCIDR": {
  17114. "type": "string",
  17115. "description": "PodCIDR represents the pod IP range assigned to the node."
  17116. },
  17117. "externalID": {
  17118. "type": "string",
  17119. "description": "External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated."
  17120. },
  17121. "providerID": {
  17122. "type": "string",
  17123. "description": "ID of the node assigned by the cloud provider in the format: \u003cProviderName\u003e://\u003cProviderSpecificNodeID\u003e"
  17124. },
  17125. "unschedulable": {
  17126. "type": "boolean",
  17127. "description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration\""
  17128. }
  17129. }
  17130. },
  17131. "v1.NodeStatus": {
  17132. "id": "v1.NodeStatus",
  17133. "description": "NodeStatus is information about the current status of a node.",
  17134. "properties": {
  17135. "capacity": {
  17136. "type": "object",
  17137. "description": "Capacity represents the total resources of a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity for more details."
  17138. },
  17139. "allocatable": {
  17140. "type": "object",
  17141. "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity."
  17142. },
  17143. "phase": {
  17144. "type": "string",
  17145. "description": "NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-phase The field is never populated, and now is deprecated."
  17146. },
  17147. "conditions": {
  17148. "type": "array",
  17149. "items": {
  17150. "$ref": "v1.NodeCondition"
  17151. },
  17152. "description": "Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-condition"
  17153. },
  17154. "addresses": {
  17155. "type": "array",
  17156. "items": {
  17157. "$ref": "v1.NodeAddress"
  17158. },
  17159. "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-addresses"
  17160. },
  17161. "daemonEndpoints": {
  17162. "$ref": "v1.NodeDaemonEndpoints",
  17163. "description": "Endpoints of daemons running on the Node."
  17164. },
  17165. "nodeInfo": {
  17166. "$ref": "v1.NodeSystemInfo",
  17167. "description": "Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-info"
  17168. },
  17169. "images": {
  17170. "type": "array",
  17171. "items": {
  17172. "$ref": "v1.ContainerImage"
  17173. },
  17174. "description": "List of container images on this node"
  17175. },
  17176. "volumesInUse": {
  17177. "type": "array",
  17178. "items": {
  17179. "$ref": "v1.UniqueVolumeName"
  17180. },
  17181. "description": "List of attachable volumes in use (mounted) by the node."
  17182. },
  17183. "volumesAttached": {
  17184. "type": "array",
  17185. "items": {
  17186. "$ref": "v1.AttachedVolume"
  17187. },
  17188. "description": "List of volumes that are attached to the node."
  17189. }
  17190. }
  17191. },
  17192. "v1.NodeCondition": {
  17193. "id": "v1.NodeCondition",
  17194. "description": "NodeCondition contains condition information for a node.",
  17195. "required": [
  17196. "type",
  17197. "status"
  17198. ],
  17199. "properties": {
  17200. "type": {
  17201. "type": "string",
  17202. "description": "Type of node condition."
  17203. },
  17204. "status": {
  17205. "type": "string",
  17206. "description": "Status of the condition, one of True, False, Unknown."
  17207. },
  17208. "lastHeartbeatTime": {
  17209. "type": "string",
  17210. "format": "date-time",
  17211. "description": "Last time we got an update on a given condition."
  17212. },
  17213. "lastTransitionTime": {
  17214. "type": "string",
  17215. "format": "date-time",
  17216. "description": "Last time the condition transit from one status to another."
  17217. },
  17218. "reason": {
  17219. "type": "string",
  17220. "description": "(brief) reason for the condition's last transition."
  17221. },
  17222. "message": {
  17223. "type": "string",
  17224. "description": "Human readable message indicating details about last transition."
  17225. }
  17226. }
  17227. },
  17228. "v1.NodeAddress": {
  17229. "id": "v1.NodeAddress",
  17230. "description": "NodeAddress contains information for the node's address.",
  17231. "required": [
  17232. "type",
  17233. "address"
  17234. ],
  17235. "properties": {
  17236. "type": {
  17237. "type": "string",
  17238. "description": "Node address type, one of Hostname, ExternalIP or InternalIP."
  17239. },
  17240. "address": {
  17241. "type": "string",
  17242. "description": "The node address."
  17243. }
  17244. }
  17245. },
  17246. "v1.NodeDaemonEndpoints": {
  17247. "id": "v1.NodeDaemonEndpoints",
  17248. "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
  17249. "properties": {
  17250. "kubeletEndpoint": {
  17251. "$ref": "v1.DaemonEndpoint",
  17252. "description": "Endpoint on which Kubelet is listening."
  17253. }
  17254. }
  17255. },
  17256. "v1.DaemonEndpoint": {
  17257. "id": "v1.DaemonEndpoint",
  17258. "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
  17259. "required": [
  17260. "Port"
  17261. ],
  17262. "properties": {
  17263. "Port": {
  17264. "type": "integer",
  17265. "format": "int32",
  17266. "description": "Port number of the given endpoint."
  17267. }
  17268. }
  17269. },
  17270. "v1.NodeSystemInfo": {
  17271. "id": "v1.NodeSystemInfo",
  17272. "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
  17273. "required": [
  17274. "machineID",
  17275. "systemUUID",
  17276. "bootID",
  17277. "kernelVersion",
  17278. "osImage",
  17279. "containerRuntimeVersion",
  17280. "kubeletVersion",
  17281. "kubeProxyVersion",
  17282. "operatingSystem",
  17283. "architecture"
  17284. ],
  17285. "properties": {
  17286. "machineID": {
  17287. "type": "string",
  17288. "description": "MachineID reported by the node. For unique machine identification in the cluster this field is prefered. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html"
  17289. },
  17290. "systemUUID": {
  17291. "type": "string",
  17292. "description": "SystemUUID reported by the node. For unique machine identification MachineID is prefered. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html"
  17293. },
  17294. "bootID": {
  17295. "type": "string",
  17296. "description": "Boot ID reported by the node."
  17297. },
  17298. "kernelVersion": {
  17299. "type": "string",
  17300. "description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64)."
  17301. },
  17302. "osImage": {
  17303. "type": "string",
  17304. "description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy))."
  17305. },
  17306. "containerRuntimeVersion": {
  17307. "type": "string",
  17308. "description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0)."
  17309. },
  17310. "kubeletVersion": {
  17311. "type": "string",
  17312. "description": "Kubelet Version reported by the node."
  17313. },
  17314. "kubeProxyVersion": {
  17315. "type": "string",
  17316. "description": "KubeProxy Version reported by the node."
  17317. },
  17318. "operatingSystem": {
  17319. "type": "string",
  17320. "description": "The Operating System reported by the node"
  17321. },
  17322. "architecture": {
  17323. "type": "string",
  17324. "description": "The Architecture reported by the node"
  17325. }
  17326. }
  17327. },
  17328. "v1.ContainerImage": {
  17329. "id": "v1.ContainerImage",
  17330. "description": "Describe a container image",
  17331. "required": [
  17332. "names"
  17333. ],
  17334. "properties": {
  17335. "names": {
  17336. "type": "array",
  17337. "items": {
  17338. "type": "string"
  17339. },
  17340. "description": "Names by which this image is known. e.g. [\"gcr.io/google_containers/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]"
  17341. },
  17342. "sizeBytes": {
  17343. "type": "integer",
  17344. "format": "int64",
  17345. "description": "The size of the image in bytes."
  17346. }
  17347. }
  17348. },
  17349. "v1.UniqueVolumeName": {
  17350. "id": "v1.UniqueVolumeName",
  17351. "properties": {}
  17352. },
  17353. "v1.AttachedVolume": {
  17354. "id": "v1.AttachedVolume",
  17355. "description": "AttachedVolume describes a volume attached to a node",
  17356. "required": [
  17357. "name",
  17358. "devicePath"
  17359. ],
  17360. "properties": {
  17361. "name": {
  17362. "type": "string",
  17363. "description": "Name of the attached volume"
  17364. },
  17365. "devicePath": {
  17366. "type": "string",
  17367. "description": "DevicePath represents the device path where the volume should be available"
  17368. }
  17369. }
  17370. },
  17371. "v1.PersistentVolumeClaimList": {
  17372. "id": "v1.PersistentVolumeClaimList",
  17373. "description": "PersistentVolumeClaimList is a list of PersistentVolumeClaim items.",
  17374. "required": [
  17375. "items"
  17376. ],
  17377. "properties": {
  17378. "kind": {
  17379. "type": "string",
  17380. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17381. },
  17382. "apiVersion": {
  17383. "type": "string",
  17384. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17385. },
  17386. "metadata": {
  17387. "$ref": "unversioned.ListMeta",
  17388. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17389. },
  17390. "items": {
  17391. "type": "array",
  17392. "items": {
  17393. "$ref": "v1.PersistentVolumeClaim"
  17394. },
  17395. "description": "A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
  17396. }
  17397. }
  17398. },
  17399. "v1.PersistentVolumeClaim": {
  17400. "id": "v1.PersistentVolumeClaim",
  17401. "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume",
  17402. "properties": {
  17403. "kind": {
  17404. "type": "string",
  17405. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17406. },
  17407. "apiVersion": {
  17408. "type": "string",
  17409. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17410. },
  17411. "metadata": {
  17412. "$ref": "v1.ObjectMeta",
  17413. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  17414. },
  17415. "spec": {
  17416. "$ref": "v1.PersistentVolumeClaimSpec",
  17417. "description": "Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
  17418. },
  17419. "status": {
  17420. "$ref": "v1.PersistentVolumeClaimStatus",
  17421. "description": "Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
  17422. }
  17423. }
  17424. },
  17425. "v1.PersistentVolumeClaimSpec": {
  17426. "id": "v1.PersistentVolumeClaimSpec",
  17427. "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
  17428. "properties": {
  17429. "accessModes": {
  17430. "type": "array",
  17431. "items": {
  17432. "$ref": "v1.PersistentVolumeAccessMode"
  17433. },
  17434. "description": "AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1"
  17435. },
  17436. "selector": {
  17437. "$ref": "unversioned.LabelSelector",
  17438. "description": "A label query over volumes to consider for binding."
  17439. },
  17440. "resources": {
  17441. "$ref": "v1.ResourceRequirements",
  17442. "description": "Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
  17443. },
  17444. "volumeName": {
  17445. "type": "string",
  17446. "description": "VolumeName is the binding reference to the PersistentVolume backing this claim."
  17447. }
  17448. }
  17449. },
  17450. "v1.PersistentVolumeAccessMode": {
  17451. "id": "v1.PersistentVolumeAccessMode",
  17452. "properties": {}
  17453. },
  17454. "unversioned.LabelSelector": {
  17455. "id": "unversioned.LabelSelector",
  17456. "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
  17457. "properties": {
  17458. "matchLabels": {
  17459. "type": "object",
  17460. "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."
  17461. },
  17462. "matchExpressions": {
  17463. "type": "array",
  17464. "items": {
  17465. "$ref": "unversioned.LabelSelectorRequirement"
  17466. },
  17467. "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed."
  17468. }
  17469. }
  17470. },
  17471. "unversioned.LabelSelectorRequirement": {
  17472. "id": "unversioned.LabelSelectorRequirement",
  17473. "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
  17474. "required": [
  17475. "key",
  17476. "operator"
  17477. ],
  17478. "properties": {
  17479. "key": {
  17480. "type": "string",
  17481. "description": "key is the label key that the selector applies to."
  17482. },
  17483. "operator": {
  17484. "type": "string",
  17485. "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
  17486. },
  17487. "values": {
  17488. "type": "array",
  17489. "items": {
  17490. "type": "string"
  17491. },
  17492. "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."
  17493. }
  17494. }
  17495. },
  17496. "v1.ResourceRequirements": {
  17497. "id": "v1.ResourceRequirements",
  17498. "description": "ResourceRequirements describes the compute resource requirements.",
  17499. "properties": {
  17500. "limits": {
  17501. "type": "object",
  17502. "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
  17503. },
  17504. "requests": {
  17505. "type": "object",
  17506. "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
  17507. }
  17508. }
  17509. },
  17510. "v1.PersistentVolumeClaimStatus": {
  17511. "id": "v1.PersistentVolumeClaimStatus",
  17512. "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
  17513. "properties": {
  17514. "phase": {
  17515. "type": "string",
  17516. "description": "Phase represents the current phase of PersistentVolumeClaim."
  17517. },
  17518. "accessModes": {
  17519. "type": "array",
  17520. "items": {
  17521. "$ref": "v1.PersistentVolumeAccessMode"
  17522. },
  17523. "description": "AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1"
  17524. },
  17525. "capacity": {
  17526. "type": "object",
  17527. "description": "Represents the actual resources of the underlying volume."
  17528. }
  17529. }
  17530. },
  17531. "v1.PersistentVolumeList": {
  17532. "id": "v1.PersistentVolumeList",
  17533. "description": "PersistentVolumeList is a list of PersistentVolume items.",
  17534. "required": [
  17535. "items"
  17536. ],
  17537. "properties": {
  17538. "kind": {
  17539. "type": "string",
  17540. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17541. },
  17542. "apiVersion": {
  17543. "type": "string",
  17544. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17545. },
  17546. "metadata": {
  17547. "$ref": "unversioned.ListMeta",
  17548. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17549. },
  17550. "items": {
  17551. "type": "array",
  17552. "items": {
  17553. "$ref": "v1.PersistentVolume"
  17554. },
  17555. "description": "List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes"
  17556. }
  17557. }
  17558. },
  17559. "v1.PersistentVolume": {
  17560. "id": "v1.PersistentVolume",
  17561. "description": "PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes",
  17562. "properties": {
  17563. "kind": {
  17564. "type": "string",
  17565. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  17566. },
  17567. "apiVersion": {
  17568. "type": "string",
  17569. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  17570. },
  17571. "metadata": {
  17572. "$ref": "v1.ObjectMeta",
  17573. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  17574. },
  17575. "spec": {
  17576. "$ref": "v1.PersistentVolumeSpec",
  17577. "description": "Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes"
  17578. },
  17579. "status": {
  17580. "$ref": "v1.PersistentVolumeStatus",
  17581. "description": "Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes"
  17582. }
  17583. }
  17584. },
  17585. "v1.PersistentVolumeSpec": {
  17586. "id": "v1.PersistentVolumeSpec",
  17587. "description": "PersistentVolumeSpec is the specification of a persistent volume.",
  17588. "properties": {
  17589. "capacity": {
  17590. "type": "object",
  17591. "description": "A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity"
  17592. },
  17593. "gcePersistentDisk": {
  17594. "$ref": "v1.GCEPersistentDiskVolumeSource",
  17595. "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  17596. },
  17597. "awsElasticBlockStore": {
  17598. "$ref": "v1.AWSElasticBlockStoreVolumeSource",
  17599. "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
  17600. },
  17601. "hostPath": {
  17602. "$ref": "v1.HostPathVolumeSource",
  17603. "description": "HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
  17604. },
  17605. "glusterfs": {
  17606. "$ref": "v1.GlusterfsVolumeSource",
  17607. "description": "Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
  17608. },
  17609. "nfs": {
  17610. "$ref": "v1.NFSVolumeSource",
  17611. "description": "NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  17612. },
  17613. "rbd": {
  17614. "$ref": "v1.RBDVolumeSource",
  17615. "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
  17616. },
  17617. "iscsi": {
  17618. "$ref": "v1.ISCSIVolumeSource",
  17619. "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin."
  17620. },
  17621. "cinder": {
  17622. "$ref": "v1.CinderVolumeSource",
  17623. "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
  17624. },
  17625. "cephfs": {
  17626. "$ref": "v1.CephFSVolumeSource",
  17627. "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
  17628. },
  17629. "fc": {
  17630. "$ref": "v1.FCVolumeSource",
  17631. "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
  17632. },
  17633. "flocker": {
  17634. "$ref": "v1.FlockerVolumeSource",
  17635. "description": "Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running"
  17636. },
  17637. "flexVolume": {
  17638. "$ref": "v1.FlexVolumeSource",
  17639. "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
  17640. },
  17641. "azureFile": {
  17642. "$ref": "v1.AzureFileVolumeSource",
  17643. "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
  17644. },
  17645. "vsphereVolume": {
  17646. "$ref": "v1.VsphereVirtualDiskVolumeSource",
  17647. "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
  17648. },
  17649. "quobyte": {
  17650. "$ref": "v1.QuobyteVolumeSource",
  17651. "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
  17652. },
  17653. "azureDisk": {
  17654. "$ref": "v1.AzureDiskVolumeSource",
  17655. "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
  17656. },
  17657. "photonPersistentDisk": {
  17658. "$ref": "v1.PhotonPersistentDiskVolumeSource",
  17659. "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
  17660. },
  17661. "accessModes": {
  17662. "type": "array",
  17663. "items": {
  17664. "$ref": "v1.PersistentVolumeAccessMode"
  17665. },
  17666. "description": "AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes"
  17667. },
  17668. "claimRef": {
  17669. "$ref": "v1.ObjectReference",
  17670. "description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding"
  17671. },
  17672. "persistentVolumeReclaimPolicy": {
  17673. "type": "string",
  17674. "description": "What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy"
  17675. }
  17676. }
  17677. },
  17678. "v1.GCEPersistentDiskVolumeSource": {
  17679. "id": "v1.GCEPersistentDiskVolumeSource",
  17680. "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
  17681. "required": [
  17682. "pdName"
  17683. ],
  17684. "properties": {
  17685. "pdName": {
  17686. "type": "string",
  17687. "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  17688. },
  17689. "fsType": {
  17690. "type": "string",
  17691. "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  17692. },
  17693. "partition": {
  17694. "type": "integer",
  17695. "format": "int32",
  17696. "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  17697. },
  17698. "readOnly": {
  17699. "type": "boolean",
  17700. "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  17701. }
  17702. }
  17703. },
  17704. "v1.AWSElasticBlockStoreVolumeSource": {
  17705. "id": "v1.AWSElasticBlockStoreVolumeSource",
  17706. "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
  17707. "required": [
  17708. "volumeID"
  17709. ],
  17710. "properties": {
  17711. "volumeID": {
  17712. "type": "string",
  17713. "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
  17714. },
  17715. "fsType": {
  17716. "type": "string",
  17717. "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
  17718. },
  17719. "partition": {
  17720. "type": "integer",
  17721. "format": "int32",
  17722. "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty)."
  17723. },
  17724. "readOnly": {
  17725. "type": "boolean",
  17726. "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
  17727. }
  17728. }
  17729. },
  17730. "v1.HostPathVolumeSource": {
  17731. "id": "v1.HostPathVolumeSource",
  17732. "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
  17733. "required": [
  17734. "path"
  17735. ],
  17736. "properties": {
  17737. "path": {
  17738. "type": "string",
  17739. "description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
  17740. }
  17741. }
  17742. },
  17743. "v1.GlusterfsVolumeSource": {
  17744. "id": "v1.GlusterfsVolumeSource",
  17745. "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
  17746. "required": [
  17747. "endpoints",
  17748. "path"
  17749. ],
  17750. "properties": {
  17751. "endpoints": {
  17752. "type": "string",
  17753. "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
  17754. },
  17755. "path": {
  17756. "type": "string",
  17757. "description": "Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
  17758. },
  17759. "readOnly": {
  17760. "type": "boolean",
  17761. "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
  17762. }
  17763. }
  17764. },
  17765. "v1.NFSVolumeSource": {
  17766. "id": "v1.NFSVolumeSource",
  17767. "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
  17768. "required": [
  17769. "server",
  17770. "path"
  17771. ],
  17772. "properties": {
  17773. "server": {
  17774. "type": "string",
  17775. "description": "Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  17776. },
  17777. "path": {
  17778. "type": "string",
  17779. "description": "Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  17780. },
  17781. "readOnly": {
  17782. "type": "boolean",
  17783. "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  17784. }
  17785. }
  17786. },
  17787. "v1.RBDVolumeSource": {
  17788. "id": "v1.RBDVolumeSource",
  17789. "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
  17790. "required": [
  17791. "monitors",
  17792. "image"
  17793. ],
  17794. "properties": {
  17795. "monitors": {
  17796. "type": "array",
  17797. "items": {
  17798. "type": "string"
  17799. },
  17800. "description": "A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  17801. },
  17802. "image": {
  17803. "type": "string",
  17804. "description": "The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  17805. },
  17806. "fsType": {
  17807. "type": "string",
  17808. "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd"
  17809. },
  17810. "pool": {
  17811. "type": "string",
  17812. "description": "The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it."
  17813. },
  17814. "user": {
  17815. "type": "string",
  17816. "description": "The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  17817. },
  17818. "keyring": {
  17819. "type": "string",
  17820. "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  17821. },
  17822. "secretRef": {
  17823. "$ref": "v1.LocalObjectReference",
  17824. "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  17825. },
  17826. "readOnly": {
  17827. "type": "boolean",
  17828. "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  17829. }
  17830. }
  17831. },
  17832. "v1.LocalObjectReference": {
  17833. "id": "v1.LocalObjectReference",
  17834. "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
  17835. "properties": {
  17836. "name": {
  17837. "type": "string",
  17838. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  17839. }
  17840. }
  17841. },
  17842. "v1.ISCSIVolumeSource": {
  17843. "id": "v1.ISCSIVolumeSource",
  17844. "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
  17845. "required": [
  17846. "targetPortal",
  17847. "iqn",
  17848. "lun"
  17849. ],
  17850. "properties": {
  17851. "targetPortal": {
  17852. "type": "string",
  17853. "description": "iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
  17854. },
  17855. "iqn": {
  17856. "type": "string",
  17857. "description": "Target iSCSI Qualified Name."
  17858. },
  17859. "lun": {
  17860. "type": "integer",
  17861. "format": "int32",
  17862. "description": "iSCSI target lun number."
  17863. },
  17864. "iscsiInterface": {
  17865. "type": "string",
  17866. "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
  17867. },
  17868. "fsType": {
  17869. "type": "string",
  17870. "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi"
  17871. },
  17872. "readOnly": {
  17873. "type": "boolean",
  17874. "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false."
  17875. }
  17876. }
  17877. },
  17878. "v1.CinderVolumeSource": {
  17879. "id": "v1.CinderVolumeSource",
  17880. "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
  17881. "required": [
  17882. "volumeID"
  17883. ],
  17884. "properties": {
  17885. "volumeID": {
  17886. "type": "string",
  17887. "description": "volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
  17888. },
  17889. "fsType": {
  17890. "type": "string",
  17891. "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
  17892. },
  17893. "readOnly": {
  17894. "type": "boolean",
  17895. "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
  17896. }
  17897. }
  17898. },
  17899. "v1.CephFSVolumeSource": {
  17900. "id": "v1.CephFSVolumeSource",
  17901. "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
  17902. "required": [
  17903. "monitors"
  17904. ],
  17905. "properties": {
  17906. "monitors": {
  17907. "type": "array",
  17908. "items": {
  17909. "type": "string"
  17910. },
  17911. "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
  17912. },
  17913. "path": {
  17914. "type": "string",
  17915. "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /"
  17916. },
  17917. "user": {
  17918. "type": "string",
  17919. "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
  17920. },
  17921. "secretFile": {
  17922. "type": "string",
  17923. "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
  17924. },
  17925. "secretRef": {
  17926. "$ref": "v1.LocalObjectReference",
  17927. "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
  17928. },
  17929. "readOnly": {
  17930. "type": "boolean",
  17931. "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
  17932. }
  17933. }
  17934. },
  17935. "v1.FCVolumeSource": {
  17936. "id": "v1.FCVolumeSource",
  17937. "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
  17938. "required": [
  17939. "targetWWNs",
  17940. "lun"
  17941. ],
  17942. "properties": {
  17943. "targetWWNs": {
  17944. "type": "array",
  17945. "items": {
  17946. "type": "string"
  17947. },
  17948. "description": "Required: FC target worldwide names (WWNs)"
  17949. },
  17950. "lun": {
  17951. "type": "integer",
  17952. "format": "int32",
  17953. "description": "Required: FC target lun number"
  17954. },
  17955. "fsType": {
  17956. "type": "string",
  17957. "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
  17958. },
  17959. "readOnly": {
  17960. "type": "boolean",
  17961. "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  17962. }
  17963. }
  17964. },
  17965. "v1.FlockerVolumeSource": {
  17966. "id": "v1.FlockerVolumeSource",
  17967. "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
  17968. "properties": {
  17969. "datasetName": {
  17970. "type": "string",
  17971. "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
  17972. },
  17973. "datasetUUID": {
  17974. "type": "string",
  17975. "description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
  17976. }
  17977. }
  17978. },
  17979. "v1.FlexVolumeSource": {
  17980. "id": "v1.FlexVolumeSource",
  17981. "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.",
  17982. "required": [
  17983. "driver"
  17984. ],
  17985. "properties": {
  17986. "driver": {
  17987. "type": "string",
  17988. "description": "Driver is the name of the driver to use for this volume."
  17989. },
  17990. "fsType": {
  17991. "type": "string",
  17992. "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
  17993. },
  17994. "secretRef": {
  17995. "$ref": "v1.LocalObjectReference",
  17996. "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
  17997. },
  17998. "readOnly": {
  17999. "type": "boolean",
  18000. "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  18001. },
  18002. "options": {
  18003. "type": "object",
  18004. "description": "Optional: Extra command options if any."
  18005. }
  18006. }
  18007. },
  18008. "v1.AzureFileVolumeSource": {
  18009. "id": "v1.AzureFileVolumeSource",
  18010. "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
  18011. "required": [
  18012. "secretName",
  18013. "shareName"
  18014. ],
  18015. "properties": {
  18016. "secretName": {
  18017. "type": "string",
  18018. "description": "the name of secret that contains Azure Storage Account Name and Key"
  18019. },
  18020. "shareName": {
  18021. "type": "string",
  18022. "description": "Share Name"
  18023. },
  18024. "readOnly": {
  18025. "type": "boolean",
  18026. "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  18027. }
  18028. }
  18029. },
  18030. "v1.VsphereVirtualDiskVolumeSource": {
  18031. "id": "v1.VsphereVirtualDiskVolumeSource",
  18032. "description": "Represents a vSphere volume resource.",
  18033. "required": [
  18034. "volumePath"
  18035. ],
  18036. "properties": {
  18037. "volumePath": {
  18038. "type": "string",
  18039. "description": "Path that identifies vSphere volume vmdk"
  18040. },
  18041. "fsType": {
  18042. "type": "string",
  18043. "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
  18044. }
  18045. }
  18046. },
  18047. "v1.QuobyteVolumeSource": {
  18048. "id": "v1.QuobyteVolumeSource",
  18049. "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
  18050. "required": [
  18051. "registry",
  18052. "volume"
  18053. ],
  18054. "properties": {
  18055. "registry": {
  18056. "type": "string",
  18057. "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes"
  18058. },
  18059. "volume": {
  18060. "type": "string",
  18061. "description": "Volume is a string that references an already created Quobyte volume by name."
  18062. },
  18063. "readOnly": {
  18064. "type": "boolean",
  18065. "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false."
  18066. },
  18067. "user": {
  18068. "type": "string",
  18069. "description": "User to map volume access to Defaults to serivceaccount user"
  18070. },
  18071. "group": {
  18072. "type": "string",
  18073. "description": "Group to map volume access to Default is no group"
  18074. }
  18075. }
  18076. },
  18077. "v1.AzureDiskVolumeSource": {
  18078. "id": "v1.AzureDiskVolumeSource",
  18079. "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
  18080. "required": [
  18081. "diskName",
  18082. "diskURI"
  18083. ],
  18084. "properties": {
  18085. "diskName": {
  18086. "type": "string",
  18087. "description": "The Name of the data disk in the blob storage"
  18088. },
  18089. "diskURI": {
  18090. "type": "string",
  18091. "description": "The URI the data disk in the blob storage"
  18092. },
  18093. "cachingMode": {
  18094. "$ref": "v1.AzureDataDiskCachingMode",
  18095. "description": "Host Caching mode: None, Read Only, Read Write."
  18096. },
  18097. "fsType": {
  18098. "type": "string",
  18099. "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
  18100. },
  18101. "readOnly": {
  18102. "type": "boolean",
  18103. "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  18104. }
  18105. }
  18106. },
  18107. "v1.AzureDataDiskCachingMode": {
  18108. "id": "v1.AzureDataDiskCachingMode",
  18109. "properties": {}
  18110. },
  18111. "v1.PhotonPersistentDiskVolumeSource": {
  18112. "id": "v1.PhotonPersistentDiskVolumeSource",
  18113. "description": "Represents a Photon Controller persistent disk resource.",
  18114. "required": [
  18115. "pdID"
  18116. ],
  18117. "properties": {
  18118. "pdID": {
  18119. "type": "string",
  18120. "description": "ID that identifies Photon Controller persistent disk"
  18121. },
  18122. "fsType": {
  18123. "type": "string",
  18124. "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
  18125. }
  18126. }
  18127. },
  18128. "v1.PersistentVolumeStatus": {
  18129. "id": "v1.PersistentVolumeStatus",
  18130. "description": "PersistentVolumeStatus is the current status of a persistent volume.",
  18131. "properties": {
  18132. "phase": {
  18133. "type": "string",
  18134. "description": "Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase"
  18135. },
  18136. "message": {
  18137. "type": "string",
  18138. "description": "A human-readable message indicating details about why the volume is in this state."
  18139. },
  18140. "reason": {
  18141. "type": "string",
  18142. "description": "Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI."
  18143. }
  18144. }
  18145. },
  18146. "v1.PodList": {
  18147. "id": "v1.PodList",
  18148. "description": "PodList is a list of Pods.",
  18149. "required": [
  18150. "items"
  18151. ],
  18152. "properties": {
  18153. "kind": {
  18154. "type": "string",
  18155. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  18156. },
  18157. "apiVersion": {
  18158. "type": "string",
  18159. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  18160. },
  18161. "metadata": {
  18162. "$ref": "unversioned.ListMeta",
  18163. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  18164. },
  18165. "items": {
  18166. "type": "array",
  18167. "items": {
  18168. "$ref": "v1.Pod"
  18169. },
  18170. "description": "List of pods. More info: http://kubernetes.io/docs/user-guide/pods"
  18171. }
  18172. }
  18173. },
  18174. "v1.Pod": {
  18175. "id": "v1.Pod",
  18176. "description": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.",
  18177. "properties": {
  18178. "kind": {
  18179. "type": "string",
  18180. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  18181. },
  18182. "apiVersion": {
  18183. "type": "string",
  18184. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  18185. },
  18186. "metadata": {
  18187. "$ref": "v1.ObjectMeta",
  18188. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  18189. },
  18190. "spec": {
  18191. "$ref": "v1.PodSpec",
  18192. "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  18193. },
  18194. "status": {
  18195. "$ref": "v1.PodStatus",
  18196. "description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  18197. }
  18198. }
  18199. },
  18200. "v1.PodSpec": {
  18201. "id": "v1.PodSpec",
  18202. "description": "PodSpec is a description of a pod.",
  18203. "required": [
  18204. "containers"
  18205. ],
  18206. "properties": {
  18207. "volumes": {
  18208. "type": "array",
  18209. "items": {
  18210. "$ref": "v1.Volume"
  18211. },
  18212. "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes"
  18213. },
  18214. "containers": {
  18215. "type": "array",
  18216. "items": {
  18217. "$ref": "v1.Container"
  18218. },
  18219. "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
  18220. },
  18221. "restartPolicy": {
  18222. "type": "string",
  18223. "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy"
  18224. },
  18225. "terminationGracePeriodSeconds": {
  18226. "type": "integer",
  18227. "format": "int64",
  18228. "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds."
  18229. },
  18230. "activeDeadlineSeconds": {
  18231. "type": "integer",
  18232. "format": "int64",
  18233. "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer."
  18234. },
  18235. "dnsPolicy": {
  18236. "type": "string",
  18237. "description": "Set DNS policy for containers within the pod. One of 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\"."
  18238. },
  18239. "nodeSelector": {
  18240. "type": "object",
  18241. "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README"
  18242. },
  18243. "serviceAccountName": {
  18244. "type": "string",
  18245. "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md"
  18246. },
  18247. "serviceAccount": {
  18248. "type": "string",
  18249. "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead."
  18250. },
  18251. "nodeName": {
  18252. "type": "string",
  18253. "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements."
  18254. },
  18255. "hostNetwork": {
  18256. "type": "boolean",
  18257. "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
  18258. },
  18259. "hostPID": {
  18260. "type": "boolean",
  18261. "description": "Use the host's pid namespace. Optional: Default to false."
  18262. },
  18263. "hostIPC": {
  18264. "type": "boolean",
  18265. "description": "Use the host's ipc namespace. Optional: Default to false."
  18266. },
  18267. "securityContext": {
  18268. "$ref": "v1.PodSecurityContext",
  18269. "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field."
  18270. },
  18271. "imagePullSecrets": {
  18272. "type": "array",
  18273. "items": {
  18274. "$ref": "v1.LocalObjectReference"
  18275. },
  18276. "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod"
  18277. },
  18278. "hostname": {
  18279. "type": "string",
  18280. "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value."
  18281. },
  18282. "subdomain": {
  18283. "type": "string",
  18284. "description": "If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all."
  18285. }
  18286. }
  18287. },
  18288. "v1.Volume": {
  18289. "id": "v1.Volume",
  18290. "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
  18291. "required": [
  18292. "name"
  18293. ],
  18294. "properties": {
  18295. "name": {
  18296. "type": "string",
  18297. "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  18298. },
  18299. "hostPath": {
  18300. "$ref": "v1.HostPathVolumeSource",
  18301. "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
  18302. },
  18303. "emptyDir": {
  18304. "$ref": "v1.EmptyDirVolumeSource",
  18305. "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
  18306. },
  18307. "gcePersistentDisk": {
  18308. "$ref": "v1.GCEPersistentDiskVolumeSource",
  18309. "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  18310. },
  18311. "awsElasticBlockStore": {
  18312. "$ref": "v1.AWSElasticBlockStoreVolumeSource",
  18313. "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
  18314. },
  18315. "gitRepo": {
  18316. "$ref": "v1.GitRepoVolumeSource",
  18317. "description": "GitRepo represents a git repository at a particular revision."
  18318. },
  18319. "secret": {
  18320. "$ref": "v1.SecretVolumeSource",
  18321. "description": "Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
  18322. },
  18323. "nfs": {
  18324. "$ref": "v1.NFSVolumeSource",
  18325. "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  18326. },
  18327. "iscsi": {
  18328. "$ref": "v1.ISCSIVolumeSource",
  18329. "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md"
  18330. },
  18331. "glusterfs": {
  18332. "$ref": "v1.GlusterfsVolumeSource",
  18333. "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
  18334. },
  18335. "persistentVolumeClaim": {
  18336. "$ref": "v1.PersistentVolumeClaimVolumeSource",
  18337. "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
  18338. },
  18339. "rbd": {
  18340. "$ref": "v1.RBDVolumeSource",
  18341. "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
  18342. },
  18343. "flexVolume": {
  18344. "$ref": "v1.FlexVolumeSource",
  18345. "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
  18346. },
  18347. "cinder": {
  18348. "$ref": "v1.CinderVolumeSource",
  18349. "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
  18350. },
  18351. "cephfs": {
  18352. "$ref": "v1.CephFSVolumeSource",
  18353. "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
  18354. },
  18355. "flocker": {
  18356. "$ref": "v1.FlockerVolumeSource",
  18357. "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
  18358. },
  18359. "downwardAPI": {
  18360. "$ref": "v1.DownwardAPIVolumeSource",
  18361. "description": "DownwardAPI represents downward API about the pod that should populate this volume"
  18362. },
  18363. "fc": {
  18364. "$ref": "v1.FCVolumeSource",
  18365. "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
  18366. },
  18367. "azureFile": {
  18368. "$ref": "v1.AzureFileVolumeSource",
  18369. "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
  18370. },
  18371. "configMap": {
  18372. "$ref": "v1.ConfigMapVolumeSource",
  18373. "description": "ConfigMap represents a configMap that should populate this volume"
  18374. },
  18375. "vsphereVolume": {
  18376. "$ref": "v1.VsphereVirtualDiskVolumeSource",
  18377. "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
  18378. },
  18379. "quobyte": {
  18380. "$ref": "v1.QuobyteVolumeSource",
  18381. "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
  18382. },
  18383. "azureDisk": {
  18384. "$ref": "v1.AzureDiskVolumeSource",
  18385. "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
  18386. },
  18387. "photonPersistentDisk": {
  18388. "$ref": "v1.PhotonPersistentDiskVolumeSource",
  18389. "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
  18390. }
  18391. }
  18392. },
  18393. "v1.EmptyDirVolumeSource": {
  18394. "id": "v1.EmptyDirVolumeSource",
  18395. "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
  18396. "properties": {
  18397. "medium": {
  18398. "type": "string",
  18399. "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
  18400. }
  18401. }
  18402. },
  18403. "v1.GitRepoVolumeSource": {
  18404. "id": "v1.GitRepoVolumeSource",
  18405. "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
  18406. "required": [
  18407. "repository"
  18408. ],
  18409. "properties": {
  18410. "repository": {
  18411. "type": "string",
  18412. "description": "Repository URL"
  18413. },
  18414. "revision": {
  18415. "type": "string",
  18416. "description": "Commit hash for the specified revision."
  18417. },
  18418. "directory": {
  18419. "type": "string",
  18420. "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name."
  18421. }
  18422. }
  18423. },
  18424. "v1.SecretVolumeSource": {
  18425. "id": "v1.SecretVolumeSource",
  18426. "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
  18427. "properties": {
  18428. "secretName": {
  18429. "type": "string",
  18430. "description": "Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
  18431. },
  18432. "items": {
  18433. "type": "array",
  18434. "items": {
  18435. "$ref": "v1.KeyToPath"
  18436. },
  18437. "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'."
  18438. },
  18439. "defaultMode": {
  18440. "type": "integer",
  18441. "format": "int32",
  18442. "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
  18443. }
  18444. }
  18445. },
  18446. "v1.KeyToPath": {
  18447. "id": "v1.KeyToPath",
  18448. "description": "Maps a string key to a path within a volume.",
  18449. "required": [
  18450. "key",
  18451. "path"
  18452. ],
  18453. "properties": {
  18454. "key": {
  18455. "type": "string",
  18456. "description": "The key to project."
  18457. },
  18458. "path": {
  18459. "type": "string",
  18460. "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'."
  18461. },
  18462. "mode": {
  18463. "type": "integer",
  18464. "format": "int32",
  18465. "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
  18466. }
  18467. }
  18468. },
  18469. "v1.PersistentVolumeClaimVolumeSource": {
  18470. "id": "v1.PersistentVolumeClaimVolumeSource",
  18471. "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
  18472. "required": [
  18473. "claimName"
  18474. ],
  18475. "properties": {
  18476. "claimName": {
  18477. "type": "string",
  18478. "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
  18479. },
  18480. "readOnly": {
  18481. "type": "boolean",
  18482. "description": "Will force the ReadOnly setting in VolumeMounts. Default false."
  18483. }
  18484. }
  18485. },
  18486. "v1.DownwardAPIVolumeSource": {
  18487. "id": "v1.DownwardAPIVolumeSource",
  18488. "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
  18489. "properties": {
  18490. "items": {
  18491. "type": "array",
  18492. "items": {
  18493. "$ref": "v1.DownwardAPIVolumeFile"
  18494. },
  18495. "description": "Items is a list of downward API volume file"
  18496. },
  18497. "defaultMode": {
  18498. "type": "integer",
  18499. "format": "int32",
  18500. "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
  18501. }
  18502. }
  18503. },
  18504. "v1.DownwardAPIVolumeFile": {
  18505. "id": "v1.DownwardAPIVolumeFile",
  18506. "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
  18507. "required": [
  18508. "path"
  18509. ],
  18510. "properties": {
  18511. "path": {
  18512. "type": "string",
  18513. "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'"
  18514. },
  18515. "fieldRef": {
  18516. "$ref": "v1.ObjectFieldSelector",
  18517. "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported."
  18518. },
  18519. "resourceFieldRef": {
  18520. "$ref": "v1.ResourceFieldSelector",
  18521. "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
  18522. },
  18523. "mode": {
  18524. "type": "integer",
  18525. "format": "int32",
  18526. "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
  18527. }
  18528. }
  18529. },
  18530. "v1.ObjectFieldSelector": {
  18531. "id": "v1.ObjectFieldSelector",
  18532. "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
  18533. "required": [
  18534. "fieldPath"
  18535. ],
  18536. "properties": {
  18537. "apiVersion": {
  18538. "type": "string",
  18539. "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"."
  18540. },
  18541. "fieldPath": {
  18542. "type": "string",
  18543. "description": "Path of the field to select in the specified API version."
  18544. }
  18545. }
  18546. },
  18547. "v1.ResourceFieldSelector": {
  18548. "id": "v1.ResourceFieldSelector",
  18549. "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
  18550. "required": [
  18551. "resource"
  18552. ],
  18553. "properties": {
  18554. "containerName": {
  18555. "type": "string",
  18556. "description": "Container name: required for volumes, optional for env vars"
  18557. },
  18558. "resource": {
  18559. "type": "string",
  18560. "description": "Required: resource to select"
  18561. },
  18562. "divisor": {
  18563. "type": "string",
  18564. "description": "Specifies the output format of the exposed resources, defaults to \"1\""
  18565. }
  18566. }
  18567. },
  18568. "v1.ConfigMapVolumeSource": {
  18569. "id": "v1.ConfigMapVolumeSource",
  18570. "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.",
  18571. "properties": {
  18572. "name": {
  18573. "type": "string",
  18574. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  18575. },
  18576. "items": {
  18577. "type": "array",
  18578. "items": {
  18579. "$ref": "v1.KeyToPath"
  18580. },
  18581. "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'."
  18582. },
  18583. "defaultMode": {
  18584. "type": "integer",
  18585. "format": "int32",
  18586. "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
  18587. }
  18588. }
  18589. },
  18590. "v1.Container": {
  18591. "id": "v1.Container",
  18592. "description": "A single application container that you want to run within a pod.",
  18593. "required": [
  18594. "name"
  18595. ],
  18596. "properties": {
  18597. "name": {
  18598. "type": "string",
  18599. "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated."
  18600. },
  18601. "image": {
  18602. "type": "string",
  18603. "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images"
  18604. },
  18605. "command": {
  18606. "type": "array",
  18607. "items": {
  18608. "type": "string"
  18609. },
  18610. "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
  18611. },
  18612. "args": {
  18613. "type": "array",
  18614. "items": {
  18615. "type": "string"
  18616. },
  18617. "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
  18618. },
  18619. "workingDir": {
  18620. "type": "string",
  18621. "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated."
  18622. },
  18623. "ports": {
  18624. "type": "array",
  18625. "items": {
  18626. "$ref": "v1.ContainerPort"
  18627. },
  18628. "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
  18629. },
  18630. "env": {
  18631. "type": "array",
  18632. "items": {
  18633. "$ref": "v1.EnvVar"
  18634. },
  18635. "description": "List of environment variables to set in the container. Cannot be updated."
  18636. },
  18637. "resources": {
  18638. "$ref": "v1.ResourceRequirements",
  18639. "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
  18640. },
  18641. "volumeMounts": {
  18642. "type": "array",
  18643. "items": {
  18644. "$ref": "v1.VolumeMount"
  18645. },
  18646. "description": "Pod volumes to mount into the container's filesystem. Cannot be updated."
  18647. },
  18648. "livenessProbe": {
  18649. "$ref": "v1.Probe",
  18650. "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
  18651. },
  18652. "readinessProbe": {
  18653. "$ref": "v1.Probe",
  18654. "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
  18655. },
  18656. "lifecycle": {
  18657. "$ref": "v1.Lifecycle",
  18658. "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated."
  18659. },
  18660. "terminationMessagePath": {
  18661. "type": "string",
  18662. "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Defaults to /dev/termination-log. Cannot be updated."
  18663. },
  18664. "imagePullPolicy": {
  18665. "type": "string",
  18666. "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images"
  18667. },
  18668. "securityContext": {
  18669. "$ref": "v1.SecurityContext",
  18670. "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md"
  18671. },
  18672. "stdin": {
  18673. "type": "boolean",
  18674. "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false."
  18675. },
  18676. "stdinOnce": {
  18677. "type": "boolean",
  18678. "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false"
  18679. },
  18680. "tty": {
  18681. "type": "boolean",
  18682. "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false."
  18683. }
  18684. }
  18685. },
  18686. "v1.ContainerPort": {
  18687. "id": "v1.ContainerPort",
  18688. "description": "ContainerPort represents a network port in a single container.",
  18689. "required": [
  18690. "containerPort"
  18691. ],
  18692. "properties": {
  18693. "name": {
  18694. "type": "string",
  18695. "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services."
  18696. },
  18697. "hostPort": {
  18698. "type": "integer",
  18699. "format": "int32",
  18700. "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this."
  18701. },
  18702. "containerPort": {
  18703. "type": "integer",
  18704. "format": "int32",
  18705. "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536."
  18706. },
  18707. "protocol": {
  18708. "type": "string",
  18709. "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"."
  18710. },
  18711. "hostIP": {
  18712. "type": "string",
  18713. "description": "What host IP to bind the external port to."
  18714. }
  18715. }
  18716. },
  18717. "v1.EnvVar": {
  18718. "id": "v1.EnvVar",
  18719. "description": "EnvVar represents an environment variable present in a Container.",
  18720. "required": [
  18721. "name"
  18722. ],
  18723. "properties": {
  18724. "name": {
  18725. "type": "string",
  18726. "description": "Name of the environment variable. Must be a C_IDENTIFIER."
  18727. },
  18728. "value": {
  18729. "type": "string",
  18730. "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\"."
  18731. },
  18732. "valueFrom": {
  18733. "$ref": "v1.EnvVarSource",
  18734. "description": "Source for the environment variable's value. Cannot be used if value is not empty."
  18735. }
  18736. }
  18737. },
  18738. "v1.EnvVarSource": {
  18739. "id": "v1.EnvVarSource",
  18740. "description": "EnvVarSource represents a source for the value of an EnvVar.",
  18741. "properties": {
  18742. "fieldRef": {
  18743. "$ref": "v1.ObjectFieldSelector",
  18744. "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP."
  18745. },
  18746. "resourceFieldRef": {
  18747. "$ref": "v1.ResourceFieldSelector",
  18748. "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
  18749. },
  18750. "configMapKeyRef": {
  18751. "$ref": "v1.ConfigMapKeySelector",
  18752. "description": "Selects a key of a ConfigMap."
  18753. },
  18754. "secretKeyRef": {
  18755. "$ref": "v1.SecretKeySelector",
  18756. "description": "Selects a key of a secret in the pod's namespace"
  18757. }
  18758. }
  18759. },
  18760. "v1.ConfigMapKeySelector": {
  18761. "id": "v1.ConfigMapKeySelector",
  18762. "description": "Selects a key from a ConfigMap.",
  18763. "required": [
  18764. "key"
  18765. ],
  18766. "properties": {
  18767. "name": {
  18768. "type": "string",
  18769. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  18770. },
  18771. "key": {
  18772. "type": "string",
  18773. "description": "The key to select."
  18774. }
  18775. }
  18776. },
  18777. "v1.SecretKeySelector": {
  18778. "id": "v1.SecretKeySelector",
  18779. "description": "SecretKeySelector selects a key of a Secret.",
  18780. "required": [
  18781. "key"
  18782. ],
  18783. "properties": {
  18784. "name": {
  18785. "type": "string",
  18786. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  18787. },
  18788. "key": {
  18789. "type": "string",
  18790. "description": "The key of the secret to select from. Must be a valid secret key."
  18791. }
  18792. }
  18793. },
  18794. "v1.VolumeMount": {
  18795. "id": "v1.VolumeMount",
  18796. "description": "VolumeMount describes a mounting of a Volume within a container.",
  18797. "required": [
  18798. "name",
  18799. "mountPath"
  18800. ],
  18801. "properties": {
  18802. "name": {
  18803. "type": "string",
  18804. "description": "This must match the Name of a Volume."
  18805. },
  18806. "readOnly": {
  18807. "type": "boolean",
  18808. "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false."
  18809. },
  18810. "mountPath": {
  18811. "type": "string",
  18812. "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
  18813. },
  18814. "subPath": {
  18815. "type": "string",
  18816. "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
  18817. }
  18818. }
  18819. },
  18820. "v1.Probe": {
  18821. "id": "v1.Probe",
  18822. "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
  18823. "properties": {
  18824. "exec": {
  18825. "$ref": "v1.ExecAction",
  18826. "description": "One and only one of the following should be specified. Exec specifies the action to take."
  18827. },
  18828. "httpGet": {
  18829. "$ref": "v1.HTTPGetAction",
  18830. "description": "HTTPGet specifies the http request to perform."
  18831. },
  18832. "tcpSocket": {
  18833. "$ref": "v1.TCPSocketAction",
  18834. "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
  18835. },
  18836. "initialDelaySeconds": {
  18837. "type": "integer",
  18838. "format": "int32",
  18839. "description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
  18840. },
  18841. "timeoutSeconds": {
  18842. "type": "integer",
  18843. "format": "int32",
  18844. "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
  18845. },
  18846. "periodSeconds": {
  18847. "type": "integer",
  18848. "format": "int32",
  18849. "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
  18850. },
  18851. "successThreshold": {
  18852. "type": "integer",
  18853. "format": "int32",
  18854. "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."
  18855. },
  18856. "failureThreshold": {
  18857. "type": "integer",
  18858. "format": "int32",
  18859. "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."
  18860. }
  18861. }
  18862. },
  18863. "v1.ExecAction": {
  18864. "id": "v1.ExecAction",
  18865. "description": "ExecAction describes a \"run in container\" action.",
  18866. "properties": {
  18867. "command": {
  18868. "type": "array",
  18869. "items": {
  18870. "type": "string"
  18871. },
  18872. "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy."
  18873. }
  18874. }
  18875. },
  18876. "v1.HTTPGetAction": {
  18877. "id": "v1.HTTPGetAction",
  18878. "description": "HTTPGetAction describes an action based on HTTP Get requests.",
  18879. "required": [
  18880. "port"
  18881. ],
  18882. "properties": {
  18883. "path": {
  18884. "type": "string",
  18885. "description": "Path to access on the HTTP server."
  18886. },
  18887. "port": {
  18888. "type": "string",
  18889. "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
  18890. },
  18891. "host": {
  18892. "type": "string",
  18893. "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead."
  18894. },
  18895. "scheme": {
  18896. "type": "string",
  18897. "description": "Scheme to use for connecting to the host. Defaults to HTTP."
  18898. },
  18899. "httpHeaders": {
  18900. "type": "array",
  18901. "items": {
  18902. "$ref": "v1.HTTPHeader"
  18903. },
  18904. "description": "Custom headers to set in the request. HTTP allows repeated headers."
  18905. }
  18906. }
  18907. },
  18908. "v1.HTTPHeader": {
  18909. "id": "v1.HTTPHeader",
  18910. "description": "HTTPHeader describes a custom header to be used in HTTP probes",
  18911. "required": [
  18912. "name",
  18913. "value"
  18914. ],
  18915. "properties": {
  18916. "name": {
  18917. "type": "string",
  18918. "description": "The header field name"
  18919. },
  18920. "value": {
  18921. "type": "string",
  18922. "description": "The header field value"
  18923. }
  18924. }
  18925. },
  18926. "v1.TCPSocketAction": {
  18927. "id": "v1.TCPSocketAction",
  18928. "description": "TCPSocketAction describes an action based on opening a socket",
  18929. "required": [
  18930. "port"
  18931. ],
  18932. "properties": {
  18933. "port": {
  18934. "type": "string",
  18935. "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
  18936. }
  18937. }
  18938. },
  18939. "v1.Lifecycle": {
  18940. "id": "v1.Lifecycle",
  18941. "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
  18942. "properties": {
  18943. "postStart": {
  18944. "$ref": "v1.Handler",
  18945. "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
  18946. },
  18947. "preStop": {
  18948. "$ref": "v1.Handler",
  18949. "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
  18950. }
  18951. }
  18952. },
  18953. "v1.Handler": {
  18954. "id": "v1.Handler",
  18955. "description": "Handler defines a specific action that should be taken",
  18956. "properties": {
  18957. "exec": {
  18958. "$ref": "v1.ExecAction",
  18959. "description": "One and only one of the following should be specified. Exec specifies the action to take."
  18960. },
  18961. "httpGet": {
  18962. "$ref": "v1.HTTPGetAction",
  18963. "description": "HTTPGet specifies the http request to perform."
  18964. },
  18965. "tcpSocket": {
  18966. "$ref": "v1.TCPSocketAction",
  18967. "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
  18968. }
  18969. }
  18970. },
  18971. "v1.SecurityContext": {
  18972. "id": "v1.SecurityContext",
  18973. "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
  18974. "properties": {
  18975. "capabilities": {
  18976. "$ref": "v1.Capabilities",
  18977. "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
  18978. },
  18979. "privileged": {
  18980. "type": "boolean",
  18981. "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false."
  18982. },
  18983. "seLinuxOptions": {
  18984. "$ref": "v1.SELinuxOptions",
  18985. "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
  18986. },
  18987. "runAsUser": {
  18988. "type": "integer",
  18989. "format": "int64",
  18990. "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
  18991. },
  18992. "runAsNonRoot": {
  18993. "type": "boolean",
  18994. "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
  18995. },
  18996. "readOnlyRootFilesystem": {
  18997. "type": "boolean",
  18998. "description": "Whether this container has a read-only root filesystem. Default is false."
  18999. }
  19000. }
  19001. },
  19002. "v1.Capabilities": {
  19003. "id": "v1.Capabilities",
  19004. "description": "Adds and removes POSIX capabilities from running containers.",
  19005. "properties": {
  19006. "add": {
  19007. "type": "array",
  19008. "items": {
  19009. "$ref": "v1.Capability"
  19010. },
  19011. "description": "Added capabilities"
  19012. },
  19013. "drop": {
  19014. "type": "array",
  19015. "items": {
  19016. "$ref": "v1.Capability"
  19017. },
  19018. "description": "Removed capabilities"
  19019. }
  19020. }
  19021. },
  19022. "v1.Capability": {
  19023. "id": "v1.Capability",
  19024. "properties": {}
  19025. },
  19026. "v1.SELinuxOptions": {
  19027. "id": "v1.SELinuxOptions",
  19028. "description": "SELinuxOptions are the labels to be applied to the container",
  19029. "properties": {
  19030. "user": {
  19031. "type": "string",
  19032. "description": "User is a SELinux user label that applies to the container."
  19033. },
  19034. "role": {
  19035. "type": "string",
  19036. "description": "Role is a SELinux role label that applies to the container."
  19037. },
  19038. "type": {
  19039. "type": "string",
  19040. "description": "Type is a SELinux type label that applies to the container."
  19041. },
  19042. "level": {
  19043. "type": "string",
  19044. "description": "Level is SELinux level label that applies to the container."
  19045. }
  19046. }
  19047. },
  19048. "v1.PodSecurityContext": {
  19049. "id": "v1.PodSecurityContext",
  19050. "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
  19051. "properties": {
  19052. "seLinuxOptions": {
  19053. "$ref": "v1.SELinuxOptions",
  19054. "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
  19055. },
  19056. "runAsUser": {
  19057. "type": "integer",
  19058. "format": "int64",
  19059. "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
  19060. },
  19061. "runAsNonRoot": {
  19062. "type": "boolean",
  19063. "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
  19064. },
  19065. "supplementalGroups": {
  19066. "type": "array",
  19067. "items": {
  19068. "type": "integer"
  19069. },
  19070. "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container."
  19071. },
  19072. "fsGroup": {
  19073. "type": "integer",
  19074. "format": "int64",
  19075. "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw "
  19076. }
  19077. }
  19078. },
  19079. "v1.PodStatus": {
  19080. "id": "v1.PodStatus",
  19081. "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system.",
  19082. "properties": {
  19083. "phase": {
  19084. "type": "string",
  19085. "description": "Current condition of the pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-phase"
  19086. },
  19087. "conditions": {
  19088. "type": "array",
  19089. "items": {
  19090. "$ref": "v1.PodCondition"
  19091. },
  19092. "description": "Current service state of pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
  19093. },
  19094. "message": {
  19095. "type": "string",
  19096. "description": "A human readable message indicating details about why the pod is in this condition."
  19097. },
  19098. "reason": {
  19099. "type": "string",
  19100. "description": "A brief CamelCase message indicating details about why the pod is in this state. e.g. 'OutOfDisk'"
  19101. },
  19102. "hostIP": {
  19103. "type": "string",
  19104. "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled."
  19105. },
  19106. "podIP": {
  19107. "type": "string",
  19108. "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated."
  19109. },
  19110. "startTime": {
  19111. "type": "string",
  19112. "format": "date-time",
  19113. "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod."
  19114. },
  19115. "containerStatuses": {
  19116. "type": "array",
  19117. "items": {
  19118. "$ref": "v1.ContainerStatus"
  19119. },
  19120. "description": "The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses"
  19121. }
  19122. }
  19123. },
  19124. "v1.PodCondition": {
  19125. "id": "v1.PodCondition",
  19126. "description": "PodCondition contains details for the current condition of this pod.",
  19127. "required": [
  19128. "type",
  19129. "status"
  19130. ],
  19131. "properties": {
  19132. "type": {
  19133. "type": "string",
  19134. "description": "Type is the type of the condition. Currently only Ready. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
  19135. },
  19136. "status": {
  19137. "type": "string",
  19138. "description": "Status is the status of the condition. Can be True, False, Unknown. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
  19139. },
  19140. "lastProbeTime": {
  19141. "type": "string",
  19142. "format": "date-time",
  19143. "description": "Last time we probed the condition."
  19144. },
  19145. "lastTransitionTime": {
  19146. "type": "string",
  19147. "format": "date-time",
  19148. "description": "Last time the condition transitioned from one status to another."
  19149. },
  19150. "reason": {
  19151. "type": "string",
  19152. "description": "Unique, one-word, CamelCase reason for the condition's last transition."
  19153. },
  19154. "message": {
  19155. "type": "string",
  19156. "description": "Human-readable message indicating details about last transition."
  19157. }
  19158. }
  19159. },
  19160. "v1.ContainerStatus": {
  19161. "id": "v1.ContainerStatus",
  19162. "description": "ContainerStatus contains details for the current status of this container.",
  19163. "required": [
  19164. "name",
  19165. "ready",
  19166. "restartCount",
  19167. "image",
  19168. "imageID"
  19169. ],
  19170. "properties": {
  19171. "name": {
  19172. "type": "string",
  19173. "description": "This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated."
  19174. },
  19175. "state": {
  19176. "$ref": "v1.ContainerState",
  19177. "description": "Details about the container's current condition."
  19178. },
  19179. "lastState": {
  19180. "$ref": "v1.ContainerState",
  19181. "description": "Details about the container's last termination condition."
  19182. },
  19183. "ready": {
  19184. "type": "boolean",
  19185. "description": "Specifies whether the container has passed its readiness probe."
  19186. },
  19187. "restartCount": {
  19188. "type": "integer",
  19189. "format": "int32",
  19190. "description": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC."
  19191. },
  19192. "image": {
  19193. "type": "string",
  19194. "description": "The image the container is running. More info: http://kubernetes.io/docs/user-guide/images"
  19195. },
  19196. "imageID": {
  19197. "type": "string",
  19198. "description": "ImageID of the container's image."
  19199. },
  19200. "containerID": {
  19201. "type": "string",
  19202. "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'. More info: http://kubernetes.io/docs/user-guide/container-environment#container-information"
  19203. }
  19204. }
  19205. },
  19206. "v1.ContainerState": {
  19207. "id": "v1.ContainerState",
  19208. "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.",
  19209. "properties": {
  19210. "waiting": {
  19211. "$ref": "v1.ContainerStateWaiting",
  19212. "description": "Details about a waiting container"
  19213. },
  19214. "running": {
  19215. "$ref": "v1.ContainerStateRunning",
  19216. "description": "Details about a running container"
  19217. },
  19218. "terminated": {
  19219. "$ref": "v1.ContainerStateTerminated",
  19220. "description": "Details about a terminated container"
  19221. }
  19222. }
  19223. },
  19224. "v1.ContainerStateWaiting": {
  19225. "id": "v1.ContainerStateWaiting",
  19226. "description": "ContainerStateWaiting is a waiting state of a container.",
  19227. "properties": {
  19228. "reason": {
  19229. "type": "string",
  19230. "description": "(brief) reason the container is not yet running."
  19231. },
  19232. "message": {
  19233. "type": "string",
  19234. "description": "Message regarding why the container is not yet running."
  19235. }
  19236. }
  19237. },
  19238. "v1.ContainerStateRunning": {
  19239. "id": "v1.ContainerStateRunning",
  19240. "description": "ContainerStateRunning is a running state of a container.",
  19241. "properties": {
  19242. "startedAt": {
  19243. "type": "string",
  19244. "format": "date-time",
  19245. "description": "Time at which the container was last (re-)started"
  19246. }
  19247. }
  19248. },
  19249. "v1.ContainerStateTerminated": {
  19250. "id": "v1.ContainerStateTerminated",
  19251. "description": "ContainerStateTerminated is a terminated state of a container.",
  19252. "required": [
  19253. "exitCode"
  19254. ],
  19255. "properties": {
  19256. "exitCode": {
  19257. "type": "integer",
  19258. "format": "int32",
  19259. "description": "Exit status from the last termination of the container"
  19260. },
  19261. "signal": {
  19262. "type": "integer",
  19263. "format": "int32",
  19264. "description": "Signal from the last termination of the container"
  19265. },
  19266. "reason": {
  19267. "type": "string",
  19268. "description": "(brief) reason from the last termination of the container"
  19269. },
  19270. "message": {
  19271. "type": "string",
  19272. "description": "Message regarding the last termination of the container"
  19273. },
  19274. "startedAt": {
  19275. "type": "string",
  19276. "format": "date-time",
  19277. "description": "Time at which previous execution of the container started"
  19278. },
  19279. "finishedAt": {
  19280. "type": "string",
  19281. "format": "date-time",
  19282. "description": "Time at which the container last terminated"
  19283. },
  19284. "containerID": {
  19285. "type": "string",
  19286. "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'"
  19287. }
  19288. }
  19289. },
  19290. "v1beta1.Eviction": {
  19291. "id": "v1beta1.Eviction",
  19292. "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
  19293. "properties": {
  19294. "kind": {
  19295. "type": "string",
  19296. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19297. },
  19298. "apiVersion": {
  19299. "type": "string",
  19300. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19301. },
  19302. "metadata": {
  19303. "$ref": "v1.ObjectMeta",
  19304. "description": "ObjectMeta describes the pod that is being evicted."
  19305. },
  19306. "deleteOptions": {
  19307. "$ref": "v1.DeleteOptions",
  19308. "description": "DeleteOptions may be provided"
  19309. }
  19310. }
  19311. },
  19312. "v1.PodTemplateList": {
  19313. "id": "v1.PodTemplateList",
  19314. "description": "PodTemplateList is a list of PodTemplates.",
  19315. "required": [
  19316. "items"
  19317. ],
  19318. "properties": {
  19319. "kind": {
  19320. "type": "string",
  19321. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19322. },
  19323. "apiVersion": {
  19324. "type": "string",
  19325. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19326. },
  19327. "metadata": {
  19328. "$ref": "unversioned.ListMeta",
  19329. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19330. },
  19331. "items": {
  19332. "type": "array",
  19333. "items": {
  19334. "$ref": "v1.PodTemplate"
  19335. },
  19336. "description": "List of pod templates"
  19337. }
  19338. }
  19339. },
  19340. "v1.PodTemplate": {
  19341. "id": "v1.PodTemplate",
  19342. "description": "PodTemplate describes a template for creating copies of a predefined pod.",
  19343. "properties": {
  19344. "kind": {
  19345. "type": "string",
  19346. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19347. },
  19348. "apiVersion": {
  19349. "type": "string",
  19350. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19351. },
  19352. "metadata": {
  19353. "$ref": "v1.ObjectMeta",
  19354. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19355. },
  19356. "template": {
  19357. "$ref": "v1.PodTemplateSpec",
  19358. "description": "Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19359. }
  19360. }
  19361. },
  19362. "v1.PodTemplateSpec": {
  19363. "id": "v1.PodTemplateSpec",
  19364. "description": "PodTemplateSpec describes the data a pod should have when created from a template",
  19365. "properties": {
  19366. "metadata": {
  19367. "$ref": "v1.ObjectMeta",
  19368. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19369. },
  19370. "spec": {
  19371. "$ref": "v1.PodSpec",
  19372. "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19373. }
  19374. }
  19375. },
  19376. "v1.ReplicationControllerList": {
  19377. "id": "v1.ReplicationControllerList",
  19378. "description": "ReplicationControllerList is a collection of replication controllers.",
  19379. "required": [
  19380. "items"
  19381. ],
  19382. "properties": {
  19383. "kind": {
  19384. "type": "string",
  19385. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19386. },
  19387. "apiVersion": {
  19388. "type": "string",
  19389. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19390. },
  19391. "metadata": {
  19392. "$ref": "unversioned.ListMeta",
  19393. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19394. },
  19395. "items": {
  19396. "type": "array",
  19397. "items": {
  19398. "$ref": "v1.ReplicationController"
  19399. },
  19400. "description": "List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller"
  19401. }
  19402. }
  19403. },
  19404. "v1.ReplicationController": {
  19405. "id": "v1.ReplicationController",
  19406. "description": "ReplicationController represents the configuration of a replication controller.",
  19407. "properties": {
  19408. "kind": {
  19409. "type": "string",
  19410. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19411. },
  19412. "apiVersion": {
  19413. "type": "string",
  19414. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19415. },
  19416. "metadata": {
  19417. "$ref": "v1.ObjectMeta",
  19418. "description": "If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19419. },
  19420. "spec": {
  19421. "$ref": "v1.ReplicationControllerSpec",
  19422. "description": "Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19423. },
  19424. "status": {
  19425. "$ref": "v1.ReplicationControllerStatus",
  19426. "description": "Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19427. }
  19428. }
  19429. },
  19430. "v1.ReplicationControllerSpec": {
  19431. "id": "v1.ReplicationControllerSpec",
  19432. "description": "ReplicationControllerSpec is the specification of a replication controller.",
  19433. "properties": {
  19434. "replicas": {
  19435. "type": "integer",
  19436. "format": "int32",
  19437. "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
  19438. },
  19439. "minReadySeconds": {
  19440. "type": "integer",
  19441. "format": "int32",
  19442. "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
  19443. },
  19444. "selector": {
  19445. "type": "object",
  19446. "description": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
  19447. },
  19448. "template": {
  19449. "$ref": "v1.PodTemplateSpec",
  19450. "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
  19451. }
  19452. }
  19453. },
  19454. "v1.ReplicationControllerStatus": {
  19455. "id": "v1.ReplicationControllerStatus",
  19456. "description": "ReplicationControllerStatus represents the current status of a replication controller.",
  19457. "required": [
  19458. "replicas"
  19459. ],
  19460. "properties": {
  19461. "replicas": {
  19462. "type": "integer",
  19463. "format": "int32",
  19464. "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
  19465. },
  19466. "fullyLabeledReplicas": {
  19467. "type": "integer",
  19468. "format": "int32",
  19469. "description": "The number of pods that have labels matching the labels of the pod template of the replication controller."
  19470. },
  19471. "readyReplicas": {
  19472. "type": "integer",
  19473. "format": "int32",
  19474. "description": "The number of ready replicas for this replication controller."
  19475. },
  19476. "availableReplicas": {
  19477. "type": "integer",
  19478. "format": "int32",
  19479. "description": "The number of available replicas (ready for at least minReadySeconds) for this replication controller."
  19480. },
  19481. "observedGeneration": {
  19482. "type": "integer",
  19483. "format": "int64",
  19484. "description": "ObservedGeneration reflects the generation of the most recently observed replication controller."
  19485. },
  19486. "conditions": {
  19487. "type": "array",
  19488. "items": {
  19489. "$ref": "v1.ReplicationControllerCondition"
  19490. },
  19491. "description": "Represents the latest available observations of a replication controller's current state."
  19492. }
  19493. }
  19494. },
  19495. "v1.ReplicationControllerCondition": {
  19496. "id": "v1.ReplicationControllerCondition",
  19497. "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.",
  19498. "required": [
  19499. "type",
  19500. "status"
  19501. ],
  19502. "properties": {
  19503. "type": {
  19504. "type": "string",
  19505. "description": "Type of replication controller condition."
  19506. },
  19507. "status": {
  19508. "type": "string",
  19509. "description": "Status of the condition, one of True, False, Unknown."
  19510. },
  19511. "lastTransitionTime": {
  19512. "type": "string",
  19513. "format": "date-time",
  19514. "description": "The last time the condition transitioned from one status to another."
  19515. },
  19516. "reason": {
  19517. "type": "string",
  19518. "description": "The reason for the condition's last transition."
  19519. },
  19520. "message": {
  19521. "type": "string",
  19522. "description": "A human readable message indicating details about the transition."
  19523. }
  19524. }
  19525. },
  19526. "v1.Scale": {
  19527. "id": "v1.Scale",
  19528. "description": "Scale represents a scaling request for a resource.",
  19529. "properties": {
  19530. "kind": {
  19531. "type": "string",
  19532. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19533. },
  19534. "apiVersion": {
  19535. "type": "string",
  19536. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19537. },
  19538. "metadata": {
  19539. "$ref": "v1.ObjectMeta",
  19540. "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata."
  19541. },
  19542. "spec": {
  19543. "$ref": "v1.ScaleSpec",
  19544. "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status."
  19545. },
  19546. "status": {
  19547. "$ref": "v1.ScaleStatus",
  19548. "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only."
  19549. }
  19550. }
  19551. },
  19552. "v1.ScaleSpec": {
  19553. "id": "v1.ScaleSpec",
  19554. "description": "ScaleSpec describes the attributes of a scale subresource.",
  19555. "properties": {
  19556. "replicas": {
  19557. "type": "integer",
  19558. "format": "int32",
  19559. "description": "desired number of instances for the scaled object."
  19560. }
  19561. }
  19562. },
  19563. "v1.ScaleStatus": {
  19564. "id": "v1.ScaleStatus",
  19565. "description": "ScaleStatus represents the current status of a scale subresource.",
  19566. "required": [
  19567. "replicas"
  19568. ],
  19569. "properties": {
  19570. "replicas": {
  19571. "type": "integer",
  19572. "format": "int32",
  19573. "description": "actual number of observed instances of the scaled object."
  19574. },
  19575. "selector": {
  19576. "type": "string",
  19577. "description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors"
  19578. }
  19579. }
  19580. },
  19581. "v1.ResourceQuotaList": {
  19582. "id": "v1.ResourceQuotaList",
  19583. "description": "ResourceQuotaList is a list of ResourceQuota items.",
  19584. "required": [
  19585. "items"
  19586. ],
  19587. "properties": {
  19588. "kind": {
  19589. "type": "string",
  19590. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19591. },
  19592. "apiVersion": {
  19593. "type": "string",
  19594. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19595. },
  19596. "metadata": {
  19597. "$ref": "unversioned.ListMeta",
  19598. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19599. },
  19600. "items": {
  19601. "type": "array",
  19602. "items": {
  19603. "$ref": "v1.ResourceQuota"
  19604. },
  19605. "description": "Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
  19606. }
  19607. }
  19608. },
  19609. "v1.ResourceQuota": {
  19610. "id": "v1.ResourceQuota",
  19611. "description": "ResourceQuota sets aggregate quota restrictions enforced per namespace",
  19612. "properties": {
  19613. "kind": {
  19614. "type": "string",
  19615. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19616. },
  19617. "apiVersion": {
  19618. "type": "string",
  19619. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19620. },
  19621. "metadata": {
  19622. "$ref": "v1.ObjectMeta",
  19623. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19624. },
  19625. "spec": {
  19626. "$ref": "v1.ResourceQuotaSpec",
  19627. "description": "Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19628. },
  19629. "status": {
  19630. "$ref": "v1.ResourceQuotaStatus",
  19631. "description": "Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19632. }
  19633. }
  19634. },
  19635. "v1.ResourceQuotaSpec": {
  19636. "id": "v1.ResourceQuotaSpec",
  19637. "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
  19638. "properties": {
  19639. "hard": {
  19640. "type": "object",
  19641. "description": "Hard is the set of desired hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
  19642. },
  19643. "scopes": {
  19644. "type": "array",
  19645. "items": {
  19646. "$ref": "v1.ResourceQuotaScope"
  19647. },
  19648. "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects."
  19649. }
  19650. }
  19651. },
  19652. "v1.ResourceQuotaScope": {
  19653. "id": "v1.ResourceQuotaScope",
  19654. "properties": {}
  19655. },
  19656. "v1.ResourceQuotaStatus": {
  19657. "id": "v1.ResourceQuotaStatus",
  19658. "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.",
  19659. "properties": {
  19660. "hard": {
  19661. "type": "object",
  19662. "description": "Hard is the set of enforced hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
  19663. },
  19664. "used": {
  19665. "type": "object",
  19666. "description": "Used is the current observed total usage of the resource in the namespace."
  19667. }
  19668. }
  19669. },
  19670. "v1.SecretList": {
  19671. "id": "v1.SecretList",
  19672. "description": "SecretList is a list of Secret.",
  19673. "required": [
  19674. "items"
  19675. ],
  19676. "properties": {
  19677. "kind": {
  19678. "type": "string",
  19679. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19680. },
  19681. "apiVersion": {
  19682. "type": "string",
  19683. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19684. },
  19685. "metadata": {
  19686. "$ref": "unversioned.ListMeta",
  19687. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19688. },
  19689. "items": {
  19690. "type": "array",
  19691. "items": {
  19692. "$ref": "v1.Secret"
  19693. },
  19694. "description": "Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets"
  19695. }
  19696. }
  19697. },
  19698. "v1.Secret": {
  19699. "id": "v1.Secret",
  19700. "description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.",
  19701. "properties": {
  19702. "kind": {
  19703. "type": "string",
  19704. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19705. },
  19706. "apiVersion": {
  19707. "type": "string",
  19708. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19709. },
  19710. "metadata": {
  19711. "$ref": "v1.ObjectMeta",
  19712. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19713. },
  19714. "data": {
  19715. "type": "object",
  19716. "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4"
  19717. },
  19718. "stringData": {
  19719. "type": "object",
  19720. "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API."
  19721. },
  19722. "type": {
  19723. "type": "string",
  19724. "description": "Used to facilitate programmatic handling of secret data."
  19725. }
  19726. }
  19727. },
  19728. "v1.ServiceAccountList": {
  19729. "id": "v1.ServiceAccountList",
  19730. "description": "ServiceAccountList is a list of ServiceAccount objects",
  19731. "required": [
  19732. "items"
  19733. ],
  19734. "properties": {
  19735. "kind": {
  19736. "type": "string",
  19737. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19738. },
  19739. "apiVersion": {
  19740. "type": "string",
  19741. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19742. },
  19743. "metadata": {
  19744. "$ref": "unversioned.ListMeta",
  19745. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19746. },
  19747. "items": {
  19748. "type": "array",
  19749. "items": {
  19750. "$ref": "v1.ServiceAccount"
  19751. },
  19752. "description": "List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts"
  19753. }
  19754. }
  19755. },
  19756. "v1.ServiceAccount": {
  19757. "id": "v1.ServiceAccount",
  19758. "description": "ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets",
  19759. "properties": {
  19760. "kind": {
  19761. "type": "string",
  19762. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19763. },
  19764. "apiVersion": {
  19765. "type": "string",
  19766. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19767. },
  19768. "metadata": {
  19769. "$ref": "v1.ObjectMeta",
  19770. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19771. },
  19772. "secrets": {
  19773. "type": "array",
  19774. "items": {
  19775. "$ref": "v1.ObjectReference"
  19776. },
  19777. "description": "Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets"
  19778. },
  19779. "imagePullSecrets": {
  19780. "type": "array",
  19781. "items": {
  19782. "$ref": "v1.LocalObjectReference"
  19783. },
  19784. "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret"
  19785. }
  19786. }
  19787. },
  19788. "v1.ServiceList": {
  19789. "id": "v1.ServiceList",
  19790. "description": "ServiceList holds a list of services.",
  19791. "required": [
  19792. "items"
  19793. ],
  19794. "properties": {
  19795. "kind": {
  19796. "type": "string",
  19797. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19798. },
  19799. "apiVersion": {
  19800. "type": "string",
  19801. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19802. },
  19803. "metadata": {
  19804. "$ref": "unversioned.ListMeta",
  19805. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19806. },
  19807. "items": {
  19808. "type": "array",
  19809. "items": {
  19810. "$ref": "v1.Service"
  19811. },
  19812. "description": "List of services"
  19813. }
  19814. }
  19815. },
  19816. "v1.Service": {
  19817. "id": "v1.Service",
  19818. "description": "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.",
  19819. "properties": {
  19820. "kind": {
  19821. "type": "string",
  19822. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19823. },
  19824. "apiVersion": {
  19825. "type": "string",
  19826. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19827. },
  19828. "metadata": {
  19829. "$ref": "v1.ObjectMeta",
  19830. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  19831. },
  19832. "spec": {
  19833. "$ref": "v1.ServiceSpec",
  19834. "description": "Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19835. },
  19836. "status": {
  19837. "$ref": "v1.ServiceStatus",
  19838. "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  19839. }
  19840. }
  19841. },
  19842. "v1.ServiceSpec": {
  19843. "id": "v1.ServiceSpec",
  19844. "description": "ServiceSpec describes the attributes that a user creates on a service.",
  19845. "required": [
  19846. "ports"
  19847. ],
  19848. "properties": {
  19849. "ports": {
  19850. "type": "array",
  19851. "items": {
  19852. "$ref": "v1.ServicePort"
  19853. },
  19854. "description": "The list of ports that are exposed by this service. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
  19855. },
  19856. "selector": {
  19857. "type": "object",
  19858. "description": "Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#overview"
  19859. },
  19860. "clusterIP": {
  19861. "type": "string",
  19862. "description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
  19863. },
  19864. "type": {
  19865. "type": "string",
  19866. "description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: http://kubernetes.io/docs/user-guide/services#overview"
  19867. },
  19868. "externalIPs": {
  19869. "type": "array",
  19870. "items": {
  19871. "type": "string"
  19872. },
  19873. "description": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. A previous form of this functionality exists as the deprecatedPublicIPs field. When using this field, callers should also clear the deprecatedPublicIPs field."
  19874. },
  19875. "deprecatedPublicIPs": {
  19876. "type": "array",
  19877. "items": {
  19878. "type": "string"
  19879. },
  19880. "description": "deprecatedPublicIPs is deprecated and replaced by the externalIPs field with almost the exact same semantics. This field is retained in the v1 API for compatibility until at least 8/20/2016. It will be removed from any new API revisions. If both deprecatedPublicIPs *and* externalIPs are set, deprecatedPublicIPs is used."
  19881. },
  19882. "sessionAffinity": {
  19883. "type": "string",
  19884. "description": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
  19885. },
  19886. "loadBalancerIP": {
  19887. "type": "string",
  19888. "description": "Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature."
  19889. },
  19890. "loadBalancerSourceRanges": {
  19891. "type": "array",
  19892. "items": {
  19893. "type": "string"
  19894. },
  19895. "description": "If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: http://kubernetes.io/docs/user-guide/services-firewalls"
  19896. },
  19897. "externalName": {
  19898. "type": "string",
  19899. "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid DNS name and requires Type to be ExternalName."
  19900. }
  19901. }
  19902. },
  19903. "v1.ServicePort": {
  19904. "id": "v1.ServicePort",
  19905. "description": "ServicePort contains information on service's port.",
  19906. "required": [
  19907. "port"
  19908. ],
  19909. "properties": {
  19910. "name": {
  19911. "type": "string",
  19912. "description": "The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. This maps to the 'Name' field in EndpointPort objects. Optional if only one ServicePort is defined on this service."
  19913. },
  19914. "protocol": {
  19915. "type": "string",
  19916. "description": "The IP protocol for this port. Supports \"TCP\" and \"UDP\". Default is TCP."
  19917. },
  19918. "port": {
  19919. "type": "integer",
  19920. "format": "int32",
  19921. "description": "The port that will be exposed by this service."
  19922. },
  19923. "targetPort": {
  19924. "type": "string",
  19925. "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: http://kubernetes.io/docs/user-guide/services#defining-a-service"
  19926. },
  19927. "nodePort": {
  19928. "type": "integer",
  19929. "format": "int32",
  19930. "description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: http://kubernetes.io/docs/user-guide/services#type--nodeport"
  19931. }
  19932. }
  19933. },
  19934. "v1.ServiceStatus": {
  19935. "id": "v1.ServiceStatus",
  19936. "description": "ServiceStatus represents the current status of a service.",
  19937. "properties": {
  19938. "loadBalancer": {
  19939. "$ref": "v1.LoadBalancerStatus",
  19940. "description": "LoadBalancer contains the current status of the load-balancer, if one is present."
  19941. }
  19942. }
  19943. },
  19944. "v1.LoadBalancerStatus": {
  19945. "id": "v1.LoadBalancerStatus",
  19946. "description": "LoadBalancerStatus represents the status of a load-balancer.",
  19947. "properties": {
  19948. "ingress": {
  19949. "type": "array",
  19950. "items": {
  19951. "$ref": "v1.LoadBalancerIngress"
  19952. },
  19953. "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
  19954. }
  19955. }
  19956. },
  19957. "v1.LoadBalancerIngress": {
  19958. "id": "v1.LoadBalancerIngress",
  19959. "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
  19960. "properties": {
  19961. "ip": {
  19962. "type": "string",
  19963. "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)"
  19964. },
  19965. "hostname": {
  19966. "type": "string",
  19967. "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)"
  19968. }
  19969. }
  19970. },
  19971. "unversioned.APIResourceList": {
  19972. "id": "unversioned.APIResourceList",
  19973. "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
  19974. "required": [
  19975. "groupVersion",
  19976. "resources"
  19977. ],
  19978. "properties": {
  19979. "kind": {
  19980. "type": "string",
  19981. "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  19982. },
  19983. "apiVersion": {
  19984. "type": "string",
  19985. "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
  19986. },
  19987. "groupVersion": {
  19988. "type": "string",
  19989. "description": "groupVersion is the group and version this APIResourceList is for."
  19990. },
  19991. "resources": {
  19992. "type": "array",
  19993. "items": {
  19994. "$ref": "unversioned.APIResource"
  19995. },
  19996. "description": "resources contains the name of the resources and if they are namespaced."
  19997. }
  19998. }
  19999. },
  20000. "unversioned.APIResource": {
  20001. "id": "unversioned.APIResource",
  20002. "description": "APIResource specifies the name of a resource and whether it is namespaced.",
  20003. "required": [
  20004. "name",
  20005. "namespaced",
  20006. "kind"
  20007. ],
  20008. "properties": {
  20009. "name": {
  20010. "type": "string",
  20011. "description": "name is the name of the resource."
  20012. },
  20013. "namespaced": {
  20014. "type": "boolean",
  20015. "description": "namespaced indicates if a resource is namespaced or not."
  20016. },
  20017. "kind": {
  20018. "type": "string",
  20019. "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
  20020. }
  20021. }
  20022. }
  20023. }
  20024. }