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.

9976 lines
364 KiB

  1. {
  2. "swaggerVersion": "1.2",
  3. "apiVersion": "extensions/v1beta1",
  4. "basePath": "https://10.240.255.15:443",
  5. "resourcePath": "/apis/extensions/v1beta1",
  6. "info": {
  7. "title": "",
  8. "description": ""
  9. },
  10. "apis": [
  11. {
  12. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets",
  13. "description": "API at /apis/extensions/v1beta1",
  14. "operations": [
  15. {
  16. "type": "v1beta1.DaemonSetList",
  17. "method": "GET",
  18. "summary": "list or watch objects of kind DaemonSet",
  19. "nickname": "listNamespacedDaemonSet",
  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": "string",
  31. "paramType": "query",
  32. "name": "labelSelector",
  33. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  34. "required": false,
  35. "allowMultiple": false
  36. },
  37. {
  38. "type": "string",
  39. "paramType": "query",
  40. "name": "fieldSelector",
  41. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  42. "required": false,
  43. "allowMultiple": false
  44. },
  45. {
  46. "type": "boolean",
  47. "paramType": "query",
  48. "name": "watch",
  49. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  50. "required": false,
  51. "allowMultiple": false
  52. },
  53. {
  54. "type": "string",
  55. "paramType": "query",
  56. "name": "resourceVersion",
  57. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  58. "required": false,
  59. "allowMultiple": false
  60. },
  61. {
  62. "type": "integer",
  63. "paramType": "query",
  64. "name": "timeoutSeconds",
  65. "description": "Timeout for the list/watch call.",
  66. "required": false,
  67. "allowMultiple": false
  68. },
  69. {
  70. "type": "string",
  71. "paramType": "path",
  72. "name": "namespace",
  73. "description": "object name and auth scope, such as for teams and projects",
  74. "required": true,
  75. "allowMultiple": false
  76. }
  77. ],
  78. "responseMessages": [
  79. {
  80. "code": 200,
  81. "message": "OK",
  82. "responseModel": "v1beta1.DaemonSetList"
  83. }
  84. ],
  85. "produces": [
  86. "application/json",
  87. "application/yaml",
  88. "application/vnd.kubernetes.protobuf",
  89. "application/json;stream=watch",
  90. "application/vnd.kubernetes.protobuf;stream=watch"
  91. ],
  92. "consumes": [
  93. "*/*"
  94. ]
  95. },
  96. {
  97. "type": "v1beta1.DaemonSet",
  98. "method": "POST",
  99. "summary": "create a DaemonSet",
  100. "nickname": "createNamespacedDaemonSet",
  101. "parameters": [
  102. {
  103. "type": "string",
  104. "paramType": "query",
  105. "name": "pretty",
  106. "description": "If 'true', then the output is pretty printed.",
  107. "required": false,
  108. "allowMultiple": false
  109. },
  110. {
  111. "type": "v1beta1.DaemonSet",
  112. "paramType": "body",
  113. "name": "body",
  114. "description": "",
  115. "required": true,
  116. "allowMultiple": false
  117. },
  118. {
  119. "type": "string",
  120. "paramType": "path",
  121. "name": "namespace",
  122. "description": "object name and auth scope, such as for teams and projects",
  123. "required": true,
  124. "allowMultiple": false
  125. }
  126. ],
  127. "responseMessages": [
  128. {
  129. "code": 200,
  130. "message": "OK",
  131. "responseModel": "v1beta1.DaemonSet"
  132. }
  133. ],
  134. "produces": [
  135. "application/json",
  136. "application/yaml",
  137. "application/vnd.kubernetes.protobuf"
  138. ],
  139. "consumes": [
  140. "*/*"
  141. ]
  142. },
  143. {
  144. "type": "v1.Status",
  145. "method": "DELETE",
  146. "summary": "delete collection of DaemonSet",
  147. "nickname": "deletecollectionNamespacedDaemonSet",
  148. "parameters": [
  149. {
  150. "type": "string",
  151. "paramType": "query",
  152. "name": "pretty",
  153. "description": "If 'true', then the output is pretty printed.",
  154. "required": false,
  155. "allowMultiple": false
  156. },
  157. {
  158. "type": "string",
  159. "paramType": "query",
  160. "name": "labelSelector",
  161. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  162. "required": false,
  163. "allowMultiple": false
  164. },
  165. {
  166. "type": "string",
  167. "paramType": "query",
  168. "name": "fieldSelector",
  169. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  170. "required": false,
  171. "allowMultiple": false
  172. },
  173. {
  174. "type": "boolean",
  175. "paramType": "query",
  176. "name": "watch",
  177. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  178. "required": false,
  179. "allowMultiple": false
  180. },
  181. {
  182. "type": "string",
  183. "paramType": "query",
  184. "name": "resourceVersion",
  185. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  186. "required": false,
  187. "allowMultiple": false
  188. },
  189. {
  190. "type": "integer",
  191. "paramType": "query",
  192. "name": "timeoutSeconds",
  193. "description": "Timeout for the list/watch call.",
  194. "required": false,
  195. "allowMultiple": false
  196. },
  197. {
  198. "type": "string",
  199. "paramType": "path",
  200. "name": "namespace",
  201. "description": "object name and auth scope, such as for teams and projects",
  202. "required": true,
  203. "allowMultiple": false
  204. }
  205. ],
  206. "responseMessages": [
  207. {
  208. "code": 200,
  209. "message": "OK",
  210. "responseModel": "v1.Status"
  211. }
  212. ],
  213. "produces": [
  214. "application/json",
  215. "application/yaml",
  216. "application/vnd.kubernetes.protobuf"
  217. ],
  218. "consumes": [
  219. "*/*"
  220. ]
  221. }
  222. ]
  223. },
  224. {
  225. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets",
  226. "description": "API at /apis/extensions/v1beta1",
  227. "operations": [
  228. {
  229. "type": "v1.WatchEvent",
  230. "method": "GET",
  231. "summary": "watch individual changes to a list of DaemonSet",
  232. "nickname": "watchNamespacedDaemonSetList",
  233. "parameters": [
  234. {
  235. "type": "string",
  236. "paramType": "query",
  237. "name": "pretty",
  238. "description": "If 'true', then the output is pretty printed.",
  239. "required": false,
  240. "allowMultiple": false
  241. },
  242. {
  243. "type": "string",
  244. "paramType": "query",
  245. "name": "labelSelector",
  246. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  247. "required": false,
  248. "allowMultiple": false
  249. },
  250. {
  251. "type": "string",
  252. "paramType": "query",
  253. "name": "fieldSelector",
  254. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  255. "required": false,
  256. "allowMultiple": false
  257. },
  258. {
  259. "type": "boolean",
  260. "paramType": "query",
  261. "name": "watch",
  262. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  263. "required": false,
  264. "allowMultiple": false
  265. },
  266. {
  267. "type": "string",
  268. "paramType": "query",
  269. "name": "resourceVersion",
  270. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  271. "required": false,
  272. "allowMultiple": false
  273. },
  274. {
  275. "type": "integer",
  276. "paramType": "query",
  277. "name": "timeoutSeconds",
  278. "description": "Timeout for the list/watch call.",
  279. "required": false,
  280. "allowMultiple": false
  281. },
  282. {
  283. "type": "string",
  284. "paramType": "path",
  285. "name": "namespace",
  286. "description": "object name and auth scope, such as for teams and projects",
  287. "required": true,
  288. "allowMultiple": false
  289. }
  290. ],
  291. "responseMessages": [
  292. {
  293. "code": 200,
  294. "message": "OK",
  295. "responseModel": "v1.WatchEvent"
  296. }
  297. ],
  298. "produces": [
  299. "application/json",
  300. "application/yaml",
  301. "application/vnd.kubernetes.protobuf",
  302. "application/json;stream=watch",
  303. "application/vnd.kubernetes.protobuf;stream=watch"
  304. ],
  305. "consumes": [
  306. "*/*"
  307. ]
  308. }
  309. ]
  310. },
  311. {
  312. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}",
  313. "description": "API at /apis/extensions/v1beta1",
  314. "operations": [
  315. {
  316. "type": "v1beta1.DaemonSet",
  317. "method": "GET",
  318. "summary": "read the specified DaemonSet",
  319. "nickname": "readNamespacedDaemonSet",
  320. "parameters": [
  321. {
  322. "type": "string",
  323. "paramType": "query",
  324. "name": "pretty",
  325. "description": "If 'true', then the output is pretty printed.",
  326. "required": false,
  327. "allowMultiple": false
  328. },
  329. {
  330. "type": "boolean",
  331. "paramType": "query",
  332. "name": "export",
  333. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  334. "required": false,
  335. "allowMultiple": false
  336. },
  337. {
  338. "type": "boolean",
  339. "paramType": "query",
  340. "name": "exact",
  341. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  342. "required": false,
  343. "allowMultiple": false
  344. },
  345. {
  346. "type": "string",
  347. "paramType": "path",
  348. "name": "namespace",
  349. "description": "object name and auth scope, such as for teams and projects",
  350. "required": true,
  351. "allowMultiple": false
  352. },
  353. {
  354. "type": "string",
  355. "paramType": "path",
  356. "name": "name",
  357. "description": "name of the DaemonSet",
  358. "required": true,
  359. "allowMultiple": false
  360. }
  361. ],
  362. "responseMessages": [
  363. {
  364. "code": 200,
  365. "message": "OK",
  366. "responseModel": "v1beta1.DaemonSet"
  367. }
  368. ],
  369. "produces": [
  370. "application/json",
  371. "application/yaml",
  372. "application/vnd.kubernetes.protobuf"
  373. ],
  374. "consumes": [
  375. "*/*"
  376. ]
  377. },
  378. {
  379. "type": "v1beta1.DaemonSet",
  380. "method": "PUT",
  381. "summary": "replace the specified DaemonSet",
  382. "nickname": "replaceNamespacedDaemonSet",
  383. "parameters": [
  384. {
  385. "type": "string",
  386. "paramType": "query",
  387. "name": "pretty",
  388. "description": "If 'true', then the output is pretty printed.",
  389. "required": false,
  390. "allowMultiple": false
  391. },
  392. {
  393. "type": "v1beta1.DaemonSet",
  394. "paramType": "body",
  395. "name": "body",
  396. "description": "",
  397. "required": true,
  398. "allowMultiple": false
  399. },
  400. {
  401. "type": "string",
  402. "paramType": "path",
  403. "name": "namespace",
  404. "description": "object name and auth scope, such as for teams and projects",
  405. "required": true,
  406. "allowMultiple": false
  407. },
  408. {
  409. "type": "string",
  410. "paramType": "path",
  411. "name": "name",
  412. "description": "name of the DaemonSet",
  413. "required": true,
  414. "allowMultiple": false
  415. }
  416. ],
  417. "responseMessages": [
  418. {
  419. "code": 200,
  420. "message": "OK",
  421. "responseModel": "v1beta1.DaemonSet"
  422. }
  423. ],
  424. "produces": [
  425. "application/json",
  426. "application/yaml",
  427. "application/vnd.kubernetes.protobuf"
  428. ],
  429. "consumes": [
  430. "*/*"
  431. ]
  432. },
  433. {
  434. "type": "v1beta1.DaemonSet",
  435. "method": "PATCH",
  436. "summary": "partially update the specified DaemonSet",
  437. "nickname": "patchNamespacedDaemonSet",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "paramType": "query",
  442. "name": "pretty",
  443. "description": "If 'true', then the output is pretty printed.",
  444. "required": false,
  445. "allowMultiple": false
  446. },
  447. {
  448. "type": "v1.Patch",
  449. "paramType": "body",
  450. "name": "body",
  451. "description": "",
  452. "required": true,
  453. "allowMultiple": false
  454. },
  455. {
  456. "type": "string",
  457. "paramType": "path",
  458. "name": "namespace",
  459. "description": "object name and auth scope, such as for teams and projects",
  460. "required": true,
  461. "allowMultiple": false
  462. },
  463. {
  464. "type": "string",
  465. "paramType": "path",
  466. "name": "name",
  467. "description": "name of the DaemonSet",
  468. "required": true,
  469. "allowMultiple": false
  470. }
  471. ],
  472. "responseMessages": [
  473. {
  474. "code": 200,
  475. "message": "OK",
  476. "responseModel": "v1beta1.DaemonSet"
  477. }
  478. ],
  479. "produces": [
  480. "application/json",
  481. "application/yaml",
  482. "application/vnd.kubernetes.protobuf"
  483. ],
  484. "consumes": [
  485. "application/json-patch+json",
  486. "application/merge-patch+json",
  487. "application/strategic-merge-patch+json"
  488. ]
  489. },
  490. {
  491. "type": "v1.Status",
  492. "method": "DELETE",
  493. "summary": "delete a DaemonSet",
  494. "nickname": "deleteNamespacedDaemonSet",
  495. "parameters": [
  496. {
  497. "type": "string",
  498. "paramType": "query",
  499. "name": "pretty",
  500. "description": "If 'true', then the output is pretty printed.",
  501. "required": false,
  502. "allowMultiple": false
  503. },
  504. {
  505. "type": "v1.DeleteOptions",
  506. "paramType": "body",
  507. "name": "body",
  508. "description": "",
  509. "required": true,
  510. "allowMultiple": false
  511. },
  512. {
  513. "type": "integer",
  514. "paramType": "query",
  515. "name": "gracePeriodSeconds",
  516. "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.",
  517. "required": false,
  518. "allowMultiple": false
  519. },
  520. {
  521. "type": "boolean",
  522. "paramType": "query",
  523. "name": "orphanDependents",
  524. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  525. "required": false,
  526. "allowMultiple": false
  527. },
  528. {
  529. "type": "string",
  530. "paramType": "query",
  531. "name": "propagationPolicy",
  532. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  533. "required": false,
  534. "allowMultiple": false
  535. },
  536. {
  537. "type": "string",
  538. "paramType": "path",
  539. "name": "namespace",
  540. "description": "object name and auth scope, such as for teams and projects",
  541. "required": true,
  542. "allowMultiple": false
  543. },
  544. {
  545. "type": "string",
  546. "paramType": "path",
  547. "name": "name",
  548. "description": "name of the DaemonSet",
  549. "required": true,
  550. "allowMultiple": false
  551. }
  552. ],
  553. "responseMessages": [
  554. {
  555. "code": 200,
  556. "message": "OK",
  557. "responseModel": "v1.Status"
  558. }
  559. ],
  560. "produces": [
  561. "application/json",
  562. "application/yaml",
  563. "application/vnd.kubernetes.protobuf"
  564. ],
  565. "consumes": [
  566. "*/*"
  567. ]
  568. }
  569. ]
  570. },
  571. {
  572. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}",
  573. "description": "API at /apis/extensions/v1beta1",
  574. "operations": [
  575. {
  576. "type": "v1.WatchEvent",
  577. "method": "GET",
  578. "summary": "watch changes to an object of kind DaemonSet",
  579. "nickname": "watchNamespacedDaemonSet",
  580. "parameters": [
  581. {
  582. "type": "string",
  583. "paramType": "query",
  584. "name": "pretty",
  585. "description": "If 'true', then the output is pretty printed.",
  586. "required": false,
  587. "allowMultiple": false
  588. },
  589. {
  590. "type": "string",
  591. "paramType": "query",
  592. "name": "labelSelector",
  593. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  594. "required": false,
  595. "allowMultiple": false
  596. },
  597. {
  598. "type": "string",
  599. "paramType": "query",
  600. "name": "fieldSelector",
  601. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  602. "required": false,
  603. "allowMultiple": false
  604. },
  605. {
  606. "type": "boolean",
  607. "paramType": "query",
  608. "name": "watch",
  609. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  610. "required": false,
  611. "allowMultiple": false
  612. },
  613. {
  614. "type": "string",
  615. "paramType": "query",
  616. "name": "resourceVersion",
  617. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  618. "required": false,
  619. "allowMultiple": false
  620. },
  621. {
  622. "type": "integer",
  623. "paramType": "query",
  624. "name": "timeoutSeconds",
  625. "description": "Timeout for the list/watch call.",
  626. "required": false,
  627. "allowMultiple": false
  628. },
  629. {
  630. "type": "string",
  631. "paramType": "path",
  632. "name": "namespace",
  633. "description": "object name and auth scope, such as for teams and projects",
  634. "required": true,
  635. "allowMultiple": false
  636. },
  637. {
  638. "type": "string",
  639. "paramType": "path",
  640. "name": "name",
  641. "description": "name of the DaemonSet",
  642. "required": true,
  643. "allowMultiple": false
  644. }
  645. ],
  646. "responseMessages": [
  647. {
  648. "code": 200,
  649. "message": "OK",
  650. "responseModel": "v1.WatchEvent"
  651. }
  652. ],
  653. "produces": [
  654. "application/json",
  655. "application/yaml",
  656. "application/vnd.kubernetes.protobuf",
  657. "application/json;stream=watch",
  658. "application/vnd.kubernetes.protobuf;stream=watch"
  659. ],
  660. "consumes": [
  661. "*/*"
  662. ]
  663. }
  664. ]
  665. },
  666. {
  667. "path": "/apis/extensions/v1beta1/daemonsets",
  668. "description": "API at /apis/extensions/v1beta1",
  669. "operations": [
  670. {
  671. "type": "v1beta1.DaemonSetList",
  672. "method": "GET",
  673. "summary": "list or watch objects of kind DaemonSet",
  674. "nickname": "listDaemonSetForAllNamespaces",
  675. "parameters": [
  676. {
  677. "type": "string",
  678. "paramType": "query",
  679. "name": "pretty",
  680. "description": "If 'true', then the output is pretty printed.",
  681. "required": false,
  682. "allowMultiple": false
  683. },
  684. {
  685. "type": "string",
  686. "paramType": "query",
  687. "name": "labelSelector",
  688. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  689. "required": false,
  690. "allowMultiple": false
  691. },
  692. {
  693. "type": "string",
  694. "paramType": "query",
  695. "name": "fieldSelector",
  696. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  697. "required": false,
  698. "allowMultiple": false
  699. },
  700. {
  701. "type": "boolean",
  702. "paramType": "query",
  703. "name": "watch",
  704. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  705. "required": false,
  706. "allowMultiple": false
  707. },
  708. {
  709. "type": "string",
  710. "paramType": "query",
  711. "name": "resourceVersion",
  712. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  713. "required": false,
  714. "allowMultiple": false
  715. },
  716. {
  717. "type": "integer",
  718. "paramType": "query",
  719. "name": "timeoutSeconds",
  720. "description": "Timeout for the list/watch call.",
  721. "required": false,
  722. "allowMultiple": false
  723. }
  724. ],
  725. "responseMessages": [
  726. {
  727. "code": 200,
  728. "message": "OK",
  729. "responseModel": "v1beta1.DaemonSetList"
  730. }
  731. ],
  732. "produces": [
  733. "application/json",
  734. "application/yaml",
  735. "application/vnd.kubernetes.protobuf",
  736. "application/json;stream=watch",
  737. "application/vnd.kubernetes.protobuf;stream=watch"
  738. ],
  739. "consumes": [
  740. "*/*"
  741. ]
  742. }
  743. ]
  744. },
  745. {
  746. "path": "/apis/extensions/v1beta1/watch/daemonsets",
  747. "description": "API at /apis/extensions/v1beta1",
  748. "operations": [
  749. {
  750. "type": "v1.WatchEvent",
  751. "method": "GET",
  752. "summary": "watch individual changes to a list of DaemonSet",
  753. "nickname": "watchDaemonSetListForAllNamespaces",
  754. "parameters": [
  755. {
  756. "type": "string",
  757. "paramType": "query",
  758. "name": "pretty",
  759. "description": "If 'true', then the output is pretty printed.",
  760. "required": false,
  761. "allowMultiple": false
  762. },
  763. {
  764. "type": "string",
  765. "paramType": "query",
  766. "name": "labelSelector",
  767. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  768. "required": false,
  769. "allowMultiple": false
  770. },
  771. {
  772. "type": "string",
  773. "paramType": "query",
  774. "name": "fieldSelector",
  775. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  776. "required": false,
  777. "allowMultiple": false
  778. },
  779. {
  780. "type": "boolean",
  781. "paramType": "query",
  782. "name": "watch",
  783. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  784. "required": false,
  785. "allowMultiple": false
  786. },
  787. {
  788. "type": "string",
  789. "paramType": "query",
  790. "name": "resourceVersion",
  791. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  792. "required": false,
  793. "allowMultiple": false
  794. },
  795. {
  796. "type": "integer",
  797. "paramType": "query",
  798. "name": "timeoutSeconds",
  799. "description": "Timeout for the list/watch call.",
  800. "required": false,
  801. "allowMultiple": false
  802. }
  803. ],
  804. "responseMessages": [
  805. {
  806. "code": 200,
  807. "message": "OK",
  808. "responseModel": "v1.WatchEvent"
  809. }
  810. ],
  811. "produces": [
  812. "application/json",
  813. "application/yaml",
  814. "application/vnd.kubernetes.protobuf",
  815. "application/json;stream=watch",
  816. "application/vnd.kubernetes.protobuf;stream=watch"
  817. ],
  818. "consumes": [
  819. "*/*"
  820. ]
  821. }
  822. ]
  823. },
  824. {
  825. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status",
  826. "description": "API at /apis/extensions/v1beta1",
  827. "operations": [
  828. {
  829. "type": "v1beta1.DaemonSet",
  830. "method": "GET",
  831. "summary": "read status of the specified DaemonSet",
  832. "nickname": "readNamespacedDaemonSetStatus",
  833. "parameters": [
  834. {
  835. "type": "string",
  836. "paramType": "query",
  837. "name": "pretty",
  838. "description": "If 'true', then the output is pretty printed.",
  839. "required": false,
  840. "allowMultiple": false
  841. },
  842. {
  843. "type": "string",
  844. "paramType": "path",
  845. "name": "namespace",
  846. "description": "object name and auth scope, such as for teams and projects",
  847. "required": true,
  848. "allowMultiple": false
  849. },
  850. {
  851. "type": "string",
  852. "paramType": "path",
  853. "name": "name",
  854. "description": "name of the DaemonSet",
  855. "required": true,
  856. "allowMultiple": false
  857. }
  858. ],
  859. "responseMessages": [
  860. {
  861. "code": 200,
  862. "message": "OK",
  863. "responseModel": "v1beta1.DaemonSet"
  864. }
  865. ],
  866. "produces": [
  867. "application/json",
  868. "application/yaml",
  869. "application/vnd.kubernetes.protobuf"
  870. ],
  871. "consumes": [
  872. "*/*"
  873. ]
  874. },
  875. {
  876. "type": "v1beta1.DaemonSet",
  877. "method": "PUT",
  878. "summary": "replace status of the specified DaemonSet",
  879. "nickname": "replaceNamespacedDaemonSetStatus",
  880. "parameters": [
  881. {
  882. "type": "string",
  883. "paramType": "query",
  884. "name": "pretty",
  885. "description": "If 'true', then the output is pretty printed.",
  886. "required": false,
  887. "allowMultiple": false
  888. },
  889. {
  890. "type": "v1beta1.DaemonSet",
  891. "paramType": "body",
  892. "name": "body",
  893. "description": "",
  894. "required": true,
  895. "allowMultiple": false
  896. },
  897. {
  898. "type": "string",
  899. "paramType": "path",
  900. "name": "namespace",
  901. "description": "object name and auth scope, such as for teams and projects",
  902. "required": true,
  903. "allowMultiple": false
  904. },
  905. {
  906. "type": "string",
  907. "paramType": "path",
  908. "name": "name",
  909. "description": "name of the DaemonSet",
  910. "required": true,
  911. "allowMultiple": false
  912. }
  913. ],
  914. "responseMessages": [
  915. {
  916. "code": 200,
  917. "message": "OK",
  918. "responseModel": "v1beta1.DaemonSet"
  919. }
  920. ],
  921. "produces": [
  922. "application/json",
  923. "application/yaml",
  924. "application/vnd.kubernetes.protobuf"
  925. ],
  926. "consumes": [
  927. "*/*"
  928. ]
  929. },
  930. {
  931. "type": "v1beta1.DaemonSet",
  932. "method": "PATCH",
  933. "summary": "partially update status of the specified DaemonSet",
  934. "nickname": "patchNamespacedDaemonSetStatus",
  935. "parameters": [
  936. {
  937. "type": "string",
  938. "paramType": "query",
  939. "name": "pretty",
  940. "description": "If 'true', then the output is pretty printed.",
  941. "required": false,
  942. "allowMultiple": false
  943. },
  944. {
  945. "type": "v1.Patch",
  946. "paramType": "body",
  947. "name": "body",
  948. "description": "",
  949. "required": true,
  950. "allowMultiple": false
  951. },
  952. {
  953. "type": "string",
  954. "paramType": "path",
  955. "name": "namespace",
  956. "description": "object name and auth scope, such as for teams and projects",
  957. "required": true,
  958. "allowMultiple": false
  959. },
  960. {
  961. "type": "string",
  962. "paramType": "path",
  963. "name": "name",
  964. "description": "name of the DaemonSet",
  965. "required": true,
  966. "allowMultiple": false
  967. }
  968. ],
  969. "responseMessages": [
  970. {
  971. "code": 200,
  972. "message": "OK",
  973. "responseModel": "v1beta1.DaemonSet"
  974. }
  975. ],
  976. "produces": [
  977. "application/json",
  978. "application/yaml",
  979. "application/vnd.kubernetes.protobuf"
  980. ],
  981. "consumes": [
  982. "application/json-patch+json",
  983. "application/merge-patch+json",
  984. "application/strategic-merge-patch+json"
  985. ]
  986. }
  987. ]
  988. },
  989. {
  990. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments",
  991. "description": "API at /apis/extensions/v1beta1",
  992. "operations": [
  993. {
  994. "type": "v1beta1.DeploymentList",
  995. "method": "GET",
  996. "summary": "list or watch objects of kind Deployment",
  997. "nickname": "listNamespacedDeployment",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "paramType": "query",
  1002. "name": "pretty",
  1003. "description": "If 'true', then the output is pretty printed.",
  1004. "required": false,
  1005. "allowMultiple": false
  1006. },
  1007. {
  1008. "type": "string",
  1009. "paramType": "query",
  1010. "name": "labelSelector",
  1011. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1012. "required": false,
  1013. "allowMultiple": false
  1014. },
  1015. {
  1016. "type": "string",
  1017. "paramType": "query",
  1018. "name": "fieldSelector",
  1019. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1020. "required": false,
  1021. "allowMultiple": false
  1022. },
  1023. {
  1024. "type": "boolean",
  1025. "paramType": "query",
  1026. "name": "watch",
  1027. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1028. "required": false,
  1029. "allowMultiple": false
  1030. },
  1031. {
  1032. "type": "string",
  1033. "paramType": "query",
  1034. "name": "resourceVersion",
  1035. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  1036. "required": false,
  1037. "allowMultiple": false
  1038. },
  1039. {
  1040. "type": "integer",
  1041. "paramType": "query",
  1042. "name": "timeoutSeconds",
  1043. "description": "Timeout for the list/watch call.",
  1044. "required": false,
  1045. "allowMultiple": false
  1046. },
  1047. {
  1048. "type": "string",
  1049. "paramType": "path",
  1050. "name": "namespace",
  1051. "description": "object name and auth scope, such as for teams and projects",
  1052. "required": true,
  1053. "allowMultiple": false
  1054. }
  1055. ],
  1056. "responseMessages": [
  1057. {
  1058. "code": 200,
  1059. "message": "OK",
  1060. "responseModel": "v1beta1.DeploymentList"
  1061. }
  1062. ],
  1063. "produces": [
  1064. "application/json",
  1065. "application/yaml",
  1066. "application/vnd.kubernetes.protobuf",
  1067. "application/json;stream=watch",
  1068. "application/vnd.kubernetes.protobuf;stream=watch"
  1069. ],
  1070. "consumes": [
  1071. "*/*"
  1072. ]
  1073. },
  1074. {
  1075. "type": "v1beta1.Deployment",
  1076. "method": "POST",
  1077. "summary": "create a Deployment",
  1078. "nickname": "createNamespacedDeployment",
  1079. "parameters": [
  1080. {
  1081. "type": "string",
  1082. "paramType": "query",
  1083. "name": "pretty",
  1084. "description": "If 'true', then the output is pretty printed.",
  1085. "required": false,
  1086. "allowMultiple": false
  1087. },
  1088. {
  1089. "type": "v1beta1.Deployment",
  1090. "paramType": "body",
  1091. "name": "body",
  1092. "description": "",
  1093. "required": true,
  1094. "allowMultiple": false
  1095. },
  1096. {
  1097. "type": "string",
  1098. "paramType": "path",
  1099. "name": "namespace",
  1100. "description": "object name and auth scope, such as for teams and projects",
  1101. "required": true,
  1102. "allowMultiple": false
  1103. }
  1104. ],
  1105. "responseMessages": [
  1106. {
  1107. "code": 200,
  1108. "message": "OK",
  1109. "responseModel": "v1beta1.Deployment"
  1110. }
  1111. ],
  1112. "produces": [
  1113. "application/json",
  1114. "application/yaml",
  1115. "application/vnd.kubernetes.protobuf"
  1116. ],
  1117. "consumes": [
  1118. "*/*"
  1119. ]
  1120. },
  1121. {
  1122. "type": "v1.Status",
  1123. "method": "DELETE",
  1124. "summary": "delete collection of Deployment",
  1125. "nickname": "deletecollectionNamespacedDeployment",
  1126. "parameters": [
  1127. {
  1128. "type": "string",
  1129. "paramType": "query",
  1130. "name": "pretty",
  1131. "description": "If 'true', then the output is pretty printed.",
  1132. "required": false,
  1133. "allowMultiple": false
  1134. },
  1135. {
  1136. "type": "string",
  1137. "paramType": "query",
  1138. "name": "labelSelector",
  1139. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1140. "required": false,
  1141. "allowMultiple": false
  1142. },
  1143. {
  1144. "type": "string",
  1145. "paramType": "query",
  1146. "name": "fieldSelector",
  1147. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1148. "required": false,
  1149. "allowMultiple": false
  1150. },
  1151. {
  1152. "type": "boolean",
  1153. "paramType": "query",
  1154. "name": "watch",
  1155. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1156. "required": false,
  1157. "allowMultiple": false
  1158. },
  1159. {
  1160. "type": "string",
  1161. "paramType": "query",
  1162. "name": "resourceVersion",
  1163. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  1164. "required": false,
  1165. "allowMultiple": false
  1166. },
  1167. {
  1168. "type": "integer",
  1169. "paramType": "query",
  1170. "name": "timeoutSeconds",
  1171. "description": "Timeout for the list/watch call.",
  1172. "required": false,
  1173. "allowMultiple": false
  1174. },
  1175. {
  1176. "type": "string",
  1177. "paramType": "path",
  1178. "name": "namespace",
  1179. "description": "object name and auth scope, such as for teams and projects",
  1180. "required": true,
  1181. "allowMultiple": false
  1182. }
  1183. ],
  1184. "responseMessages": [
  1185. {
  1186. "code": 200,
  1187. "message": "OK",
  1188. "responseModel": "v1.Status"
  1189. }
  1190. ],
  1191. "produces": [
  1192. "application/json",
  1193. "application/yaml",
  1194. "application/vnd.kubernetes.protobuf"
  1195. ],
  1196. "consumes": [
  1197. "*/*"
  1198. ]
  1199. }
  1200. ]
  1201. },
  1202. {
  1203. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments",
  1204. "description": "API at /apis/extensions/v1beta1",
  1205. "operations": [
  1206. {
  1207. "type": "v1.WatchEvent",
  1208. "method": "GET",
  1209. "summary": "watch individual changes to a list of Deployment",
  1210. "nickname": "watchNamespacedDeploymentList",
  1211. "parameters": [
  1212. {
  1213. "type": "string",
  1214. "paramType": "query",
  1215. "name": "pretty",
  1216. "description": "If 'true', then the output is pretty printed.",
  1217. "required": false,
  1218. "allowMultiple": false
  1219. },
  1220. {
  1221. "type": "string",
  1222. "paramType": "query",
  1223. "name": "labelSelector",
  1224. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1225. "required": false,
  1226. "allowMultiple": false
  1227. },
  1228. {
  1229. "type": "string",
  1230. "paramType": "query",
  1231. "name": "fieldSelector",
  1232. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1233. "required": false,
  1234. "allowMultiple": false
  1235. },
  1236. {
  1237. "type": "boolean",
  1238. "paramType": "query",
  1239. "name": "watch",
  1240. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1241. "required": false,
  1242. "allowMultiple": false
  1243. },
  1244. {
  1245. "type": "string",
  1246. "paramType": "query",
  1247. "name": "resourceVersion",
  1248. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  1249. "required": false,
  1250. "allowMultiple": false
  1251. },
  1252. {
  1253. "type": "integer",
  1254. "paramType": "query",
  1255. "name": "timeoutSeconds",
  1256. "description": "Timeout for the list/watch call.",
  1257. "required": false,
  1258. "allowMultiple": false
  1259. },
  1260. {
  1261. "type": "string",
  1262. "paramType": "path",
  1263. "name": "namespace",
  1264. "description": "object name and auth scope, such as for teams and projects",
  1265. "required": true,
  1266. "allowMultiple": false
  1267. }
  1268. ],
  1269. "responseMessages": [
  1270. {
  1271. "code": 200,
  1272. "message": "OK",
  1273. "responseModel": "v1.WatchEvent"
  1274. }
  1275. ],
  1276. "produces": [
  1277. "application/json",
  1278. "application/yaml",
  1279. "application/vnd.kubernetes.protobuf",
  1280. "application/json;stream=watch",
  1281. "application/vnd.kubernetes.protobuf;stream=watch"
  1282. ],
  1283. "consumes": [
  1284. "*/*"
  1285. ]
  1286. }
  1287. ]
  1288. },
  1289. {
  1290. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}",
  1291. "description": "API at /apis/extensions/v1beta1",
  1292. "operations": [
  1293. {
  1294. "type": "v1beta1.Deployment",
  1295. "method": "GET",
  1296. "summary": "read the specified Deployment",
  1297. "nickname": "readNamespacedDeployment",
  1298. "parameters": [
  1299. {
  1300. "type": "string",
  1301. "paramType": "query",
  1302. "name": "pretty",
  1303. "description": "If 'true', then the output is pretty printed.",
  1304. "required": false,
  1305. "allowMultiple": false
  1306. },
  1307. {
  1308. "type": "boolean",
  1309. "paramType": "query",
  1310. "name": "export",
  1311. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  1312. "required": false,
  1313. "allowMultiple": false
  1314. },
  1315. {
  1316. "type": "boolean",
  1317. "paramType": "query",
  1318. "name": "exact",
  1319. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  1320. "required": false,
  1321. "allowMultiple": false
  1322. },
  1323. {
  1324. "type": "string",
  1325. "paramType": "path",
  1326. "name": "namespace",
  1327. "description": "object name and auth scope, such as for teams and projects",
  1328. "required": true,
  1329. "allowMultiple": false
  1330. },
  1331. {
  1332. "type": "string",
  1333. "paramType": "path",
  1334. "name": "name",
  1335. "description": "name of the Deployment",
  1336. "required": true,
  1337. "allowMultiple": false
  1338. }
  1339. ],
  1340. "responseMessages": [
  1341. {
  1342. "code": 200,
  1343. "message": "OK",
  1344. "responseModel": "v1beta1.Deployment"
  1345. }
  1346. ],
  1347. "produces": [
  1348. "application/json",
  1349. "application/yaml",
  1350. "application/vnd.kubernetes.protobuf"
  1351. ],
  1352. "consumes": [
  1353. "*/*"
  1354. ]
  1355. },
  1356. {
  1357. "type": "v1beta1.Deployment",
  1358. "method": "PUT",
  1359. "summary": "replace the specified Deployment",
  1360. "nickname": "replaceNamespacedDeployment",
  1361. "parameters": [
  1362. {
  1363. "type": "string",
  1364. "paramType": "query",
  1365. "name": "pretty",
  1366. "description": "If 'true', then the output is pretty printed.",
  1367. "required": false,
  1368. "allowMultiple": false
  1369. },
  1370. {
  1371. "type": "v1beta1.Deployment",
  1372. "paramType": "body",
  1373. "name": "body",
  1374. "description": "",
  1375. "required": true,
  1376. "allowMultiple": false
  1377. },
  1378. {
  1379. "type": "string",
  1380. "paramType": "path",
  1381. "name": "namespace",
  1382. "description": "object name and auth scope, such as for teams and projects",
  1383. "required": true,
  1384. "allowMultiple": false
  1385. },
  1386. {
  1387. "type": "string",
  1388. "paramType": "path",
  1389. "name": "name",
  1390. "description": "name of the Deployment",
  1391. "required": true,
  1392. "allowMultiple": false
  1393. }
  1394. ],
  1395. "responseMessages": [
  1396. {
  1397. "code": 200,
  1398. "message": "OK",
  1399. "responseModel": "v1beta1.Deployment"
  1400. }
  1401. ],
  1402. "produces": [
  1403. "application/json",
  1404. "application/yaml",
  1405. "application/vnd.kubernetes.protobuf"
  1406. ],
  1407. "consumes": [
  1408. "*/*"
  1409. ]
  1410. },
  1411. {
  1412. "type": "v1beta1.Deployment",
  1413. "method": "PATCH",
  1414. "summary": "partially update the specified Deployment",
  1415. "nickname": "patchNamespacedDeployment",
  1416. "parameters": [
  1417. {
  1418. "type": "string",
  1419. "paramType": "query",
  1420. "name": "pretty",
  1421. "description": "If 'true', then the output is pretty printed.",
  1422. "required": false,
  1423. "allowMultiple": false
  1424. },
  1425. {
  1426. "type": "v1.Patch",
  1427. "paramType": "body",
  1428. "name": "body",
  1429. "description": "",
  1430. "required": true,
  1431. "allowMultiple": false
  1432. },
  1433. {
  1434. "type": "string",
  1435. "paramType": "path",
  1436. "name": "namespace",
  1437. "description": "object name and auth scope, such as for teams and projects",
  1438. "required": true,
  1439. "allowMultiple": false
  1440. },
  1441. {
  1442. "type": "string",
  1443. "paramType": "path",
  1444. "name": "name",
  1445. "description": "name of the Deployment",
  1446. "required": true,
  1447. "allowMultiple": false
  1448. }
  1449. ],
  1450. "responseMessages": [
  1451. {
  1452. "code": 200,
  1453. "message": "OK",
  1454. "responseModel": "v1beta1.Deployment"
  1455. }
  1456. ],
  1457. "produces": [
  1458. "application/json",
  1459. "application/yaml",
  1460. "application/vnd.kubernetes.protobuf"
  1461. ],
  1462. "consumes": [
  1463. "application/json-patch+json",
  1464. "application/merge-patch+json",
  1465. "application/strategic-merge-patch+json"
  1466. ]
  1467. },
  1468. {
  1469. "type": "v1.Status",
  1470. "method": "DELETE",
  1471. "summary": "delete a Deployment",
  1472. "nickname": "deleteNamespacedDeployment",
  1473. "parameters": [
  1474. {
  1475. "type": "string",
  1476. "paramType": "query",
  1477. "name": "pretty",
  1478. "description": "If 'true', then the output is pretty printed.",
  1479. "required": false,
  1480. "allowMultiple": false
  1481. },
  1482. {
  1483. "type": "v1.DeleteOptions",
  1484. "paramType": "body",
  1485. "name": "body",
  1486. "description": "",
  1487. "required": true,
  1488. "allowMultiple": false
  1489. },
  1490. {
  1491. "type": "integer",
  1492. "paramType": "query",
  1493. "name": "gracePeriodSeconds",
  1494. "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.",
  1495. "required": false,
  1496. "allowMultiple": false
  1497. },
  1498. {
  1499. "type": "boolean",
  1500. "paramType": "query",
  1501. "name": "orphanDependents",
  1502. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  1503. "required": false,
  1504. "allowMultiple": false
  1505. },
  1506. {
  1507. "type": "string",
  1508. "paramType": "query",
  1509. "name": "propagationPolicy",
  1510. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  1511. "required": false,
  1512. "allowMultiple": false
  1513. },
  1514. {
  1515. "type": "string",
  1516. "paramType": "path",
  1517. "name": "namespace",
  1518. "description": "object name and auth scope, such as for teams and projects",
  1519. "required": true,
  1520. "allowMultiple": false
  1521. },
  1522. {
  1523. "type": "string",
  1524. "paramType": "path",
  1525. "name": "name",
  1526. "description": "name of the Deployment",
  1527. "required": true,
  1528. "allowMultiple": false
  1529. }
  1530. ],
  1531. "responseMessages": [
  1532. {
  1533. "code": 200,
  1534. "message": "OK",
  1535. "responseModel": "v1.Status"
  1536. }
  1537. ],
  1538. "produces": [
  1539. "application/json",
  1540. "application/yaml",
  1541. "application/vnd.kubernetes.protobuf"
  1542. ],
  1543. "consumes": [
  1544. "*/*"
  1545. ]
  1546. }
  1547. ]
  1548. },
  1549. {
  1550. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}",
  1551. "description": "API at /apis/extensions/v1beta1",
  1552. "operations": [
  1553. {
  1554. "type": "v1.WatchEvent",
  1555. "method": "GET",
  1556. "summary": "watch changes to an object of kind Deployment",
  1557. "nickname": "watchNamespacedDeployment",
  1558. "parameters": [
  1559. {
  1560. "type": "string",
  1561. "paramType": "query",
  1562. "name": "pretty",
  1563. "description": "If 'true', then the output is pretty printed.",
  1564. "required": false,
  1565. "allowMultiple": false
  1566. },
  1567. {
  1568. "type": "string",
  1569. "paramType": "query",
  1570. "name": "labelSelector",
  1571. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1572. "required": false,
  1573. "allowMultiple": false
  1574. },
  1575. {
  1576. "type": "string",
  1577. "paramType": "query",
  1578. "name": "fieldSelector",
  1579. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1580. "required": false,
  1581. "allowMultiple": false
  1582. },
  1583. {
  1584. "type": "boolean",
  1585. "paramType": "query",
  1586. "name": "watch",
  1587. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1588. "required": false,
  1589. "allowMultiple": false
  1590. },
  1591. {
  1592. "type": "string",
  1593. "paramType": "query",
  1594. "name": "resourceVersion",
  1595. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  1596. "required": false,
  1597. "allowMultiple": false
  1598. },
  1599. {
  1600. "type": "integer",
  1601. "paramType": "query",
  1602. "name": "timeoutSeconds",
  1603. "description": "Timeout for the list/watch call.",
  1604. "required": false,
  1605. "allowMultiple": false
  1606. },
  1607. {
  1608. "type": "string",
  1609. "paramType": "path",
  1610. "name": "namespace",
  1611. "description": "object name and auth scope, such as for teams and projects",
  1612. "required": true,
  1613. "allowMultiple": false
  1614. },
  1615. {
  1616. "type": "string",
  1617. "paramType": "path",
  1618. "name": "name",
  1619. "description": "name of the Deployment",
  1620. "required": true,
  1621. "allowMultiple": false
  1622. }
  1623. ],
  1624. "responseMessages": [
  1625. {
  1626. "code": 200,
  1627. "message": "OK",
  1628. "responseModel": "v1.WatchEvent"
  1629. }
  1630. ],
  1631. "produces": [
  1632. "application/json",
  1633. "application/yaml",
  1634. "application/vnd.kubernetes.protobuf",
  1635. "application/json;stream=watch",
  1636. "application/vnd.kubernetes.protobuf;stream=watch"
  1637. ],
  1638. "consumes": [
  1639. "*/*"
  1640. ]
  1641. }
  1642. ]
  1643. },
  1644. {
  1645. "path": "/apis/extensions/v1beta1/deployments",
  1646. "description": "API at /apis/extensions/v1beta1",
  1647. "operations": [
  1648. {
  1649. "type": "v1beta1.DeploymentList",
  1650. "method": "GET",
  1651. "summary": "list or watch objects of kind Deployment",
  1652. "nickname": "listDeploymentForAllNamespaces",
  1653. "parameters": [
  1654. {
  1655. "type": "string",
  1656. "paramType": "query",
  1657. "name": "pretty",
  1658. "description": "If 'true', then the output is pretty printed.",
  1659. "required": false,
  1660. "allowMultiple": false
  1661. },
  1662. {
  1663. "type": "string",
  1664. "paramType": "query",
  1665. "name": "labelSelector",
  1666. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1667. "required": false,
  1668. "allowMultiple": false
  1669. },
  1670. {
  1671. "type": "string",
  1672. "paramType": "query",
  1673. "name": "fieldSelector",
  1674. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1675. "required": false,
  1676. "allowMultiple": false
  1677. },
  1678. {
  1679. "type": "boolean",
  1680. "paramType": "query",
  1681. "name": "watch",
  1682. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1683. "required": false,
  1684. "allowMultiple": false
  1685. },
  1686. {
  1687. "type": "string",
  1688. "paramType": "query",
  1689. "name": "resourceVersion",
  1690. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  1691. "required": false,
  1692. "allowMultiple": false
  1693. },
  1694. {
  1695. "type": "integer",
  1696. "paramType": "query",
  1697. "name": "timeoutSeconds",
  1698. "description": "Timeout for the list/watch call.",
  1699. "required": false,
  1700. "allowMultiple": false
  1701. }
  1702. ],
  1703. "responseMessages": [
  1704. {
  1705. "code": 200,
  1706. "message": "OK",
  1707. "responseModel": "v1beta1.DeploymentList"
  1708. }
  1709. ],
  1710. "produces": [
  1711. "application/json",
  1712. "application/yaml",
  1713. "application/vnd.kubernetes.protobuf",
  1714. "application/json;stream=watch",
  1715. "application/vnd.kubernetes.protobuf;stream=watch"
  1716. ],
  1717. "consumes": [
  1718. "*/*"
  1719. ]
  1720. }
  1721. ]
  1722. },
  1723. {
  1724. "path": "/apis/extensions/v1beta1/watch/deployments",
  1725. "description": "API at /apis/extensions/v1beta1",
  1726. "operations": [
  1727. {
  1728. "type": "v1.WatchEvent",
  1729. "method": "GET",
  1730. "summary": "watch individual changes to a list of Deployment",
  1731. "nickname": "watchDeploymentListForAllNamespaces",
  1732. "parameters": [
  1733. {
  1734. "type": "string",
  1735. "paramType": "query",
  1736. "name": "pretty",
  1737. "description": "If 'true', then the output is pretty printed.",
  1738. "required": false,
  1739. "allowMultiple": false
  1740. },
  1741. {
  1742. "type": "string",
  1743. "paramType": "query",
  1744. "name": "labelSelector",
  1745. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  1746. "required": false,
  1747. "allowMultiple": false
  1748. },
  1749. {
  1750. "type": "string",
  1751. "paramType": "query",
  1752. "name": "fieldSelector",
  1753. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  1754. "required": false,
  1755. "allowMultiple": false
  1756. },
  1757. {
  1758. "type": "boolean",
  1759. "paramType": "query",
  1760. "name": "watch",
  1761. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  1762. "required": false,
  1763. "allowMultiple": false
  1764. },
  1765. {
  1766. "type": "string",
  1767. "paramType": "query",
  1768. "name": "resourceVersion",
  1769. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  1770. "required": false,
  1771. "allowMultiple": false
  1772. },
  1773. {
  1774. "type": "integer",
  1775. "paramType": "query",
  1776. "name": "timeoutSeconds",
  1777. "description": "Timeout for the list/watch call.",
  1778. "required": false,
  1779. "allowMultiple": false
  1780. }
  1781. ],
  1782. "responseMessages": [
  1783. {
  1784. "code": 200,
  1785. "message": "OK",
  1786. "responseModel": "v1.WatchEvent"
  1787. }
  1788. ],
  1789. "produces": [
  1790. "application/json",
  1791. "application/yaml",
  1792. "application/vnd.kubernetes.protobuf",
  1793. "application/json;stream=watch",
  1794. "application/vnd.kubernetes.protobuf;stream=watch"
  1795. ],
  1796. "consumes": [
  1797. "*/*"
  1798. ]
  1799. }
  1800. ]
  1801. },
  1802. {
  1803. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback",
  1804. "description": "API at /apis/extensions/v1beta1",
  1805. "operations": [
  1806. {
  1807. "type": "v1beta1.DeploymentRollback",
  1808. "method": "POST",
  1809. "summary": "create rollback of a DeploymentRollback",
  1810. "nickname": "createNamespacedDeploymentRollbackRollback",
  1811. "parameters": [
  1812. {
  1813. "type": "string",
  1814. "paramType": "query",
  1815. "name": "pretty",
  1816. "description": "If 'true', then the output is pretty printed.",
  1817. "required": false,
  1818. "allowMultiple": false
  1819. },
  1820. {
  1821. "type": "v1beta1.DeploymentRollback",
  1822. "paramType": "body",
  1823. "name": "body",
  1824. "description": "",
  1825. "required": true,
  1826. "allowMultiple": false
  1827. },
  1828. {
  1829. "type": "string",
  1830. "paramType": "path",
  1831. "name": "namespace",
  1832. "description": "object name and auth scope, such as for teams and projects",
  1833. "required": true,
  1834. "allowMultiple": false
  1835. },
  1836. {
  1837. "type": "string",
  1838. "paramType": "path",
  1839. "name": "name",
  1840. "description": "name of the DeploymentRollback",
  1841. "required": true,
  1842. "allowMultiple": false
  1843. }
  1844. ],
  1845. "responseMessages": [
  1846. {
  1847. "code": 200,
  1848. "message": "OK",
  1849. "responseModel": "v1beta1.DeploymentRollback"
  1850. }
  1851. ],
  1852. "produces": [
  1853. "application/json",
  1854. "application/yaml",
  1855. "application/vnd.kubernetes.protobuf"
  1856. ],
  1857. "consumes": [
  1858. "*/*"
  1859. ]
  1860. }
  1861. ]
  1862. },
  1863. {
  1864. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale",
  1865. "description": "API at /apis/extensions/v1beta1",
  1866. "operations": [
  1867. {
  1868. "type": "v1beta1.Scale",
  1869. "method": "GET",
  1870. "summary": "read scale of the specified Scale",
  1871. "nickname": "readNamespacedScaleScale",
  1872. "parameters": [
  1873. {
  1874. "type": "string",
  1875. "paramType": "query",
  1876. "name": "pretty",
  1877. "description": "If 'true', then the output is pretty printed.",
  1878. "required": false,
  1879. "allowMultiple": false
  1880. },
  1881. {
  1882. "type": "string",
  1883. "paramType": "path",
  1884. "name": "namespace",
  1885. "description": "object name and auth scope, such as for teams and projects",
  1886. "required": true,
  1887. "allowMultiple": false
  1888. },
  1889. {
  1890. "type": "string",
  1891. "paramType": "path",
  1892. "name": "name",
  1893. "description": "name of the Scale",
  1894. "required": true,
  1895. "allowMultiple": false
  1896. }
  1897. ],
  1898. "responseMessages": [
  1899. {
  1900. "code": 200,
  1901. "message": "OK",
  1902. "responseModel": "v1beta1.Scale"
  1903. }
  1904. ],
  1905. "produces": [
  1906. "application/json",
  1907. "application/yaml",
  1908. "application/vnd.kubernetes.protobuf"
  1909. ],
  1910. "consumes": [
  1911. "*/*"
  1912. ]
  1913. },
  1914. {
  1915. "type": "v1beta1.Scale",
  1916. "method": "PUT",
  1917. "summary": "replace scale of the specified Scale",
  1918. "nickname": "replaceNamespacedScaleScale",
  1919. "parameters": [
  1920. {
  1921. "type": "string",
  1922. "paramType": "query",
  1923. "name": "pretty",
  1924. "description": "If 'true', then the output is pretty printed.",
  1925. "required": false,
  1926. "allowMultiple": false
  1927. },
  1928. {
  1929. "type": "v1beta1.Scale",
  1930. "paramType": "body",
  1931. "name": "body",
  1932. "description": "",
  1933. "required": true,
  1934. "allowMultiple": false
  1935. },
  1936. {
  1937. "type": "string",
  1938. "paramType": "path",
  1939. "name": "namespace",
  1940. "description": "object name and auth scope, such as for teams and projects",
  1941. "required": true,
  1942. "allowMultiple": false
  1943. },
  1944. {
  1945. "type": "string",
  1946. "paramType": "path",
  1947. "name": "name",
  1948. "description": "name of the Scale",
  1949. "required": true,
  1950. "allowMultiple": false
  1951. }
  1952. ],
  1953. "responseMessages": [
  1954. {
  1955. "code": 200,
  1956. "message": "OK",
  1957. "responseModel": "v1beta1.Scale"
  1958. }
  1959. ],
  1960. "produces": [
  1961. "application/json",
  1962. "application/yaml",
  1963. "application/vnd.kubernetes.protobuf"
  1964. ],
  1965. "consumes": [
  1966. "*/*"
  1967. ]
  1968. },
  1969. {
  1970. "type": "v1beta1.Scale",
  1971. "method": "PATCH",
  1972. "summary": "partially update scale of the specified Scale",
  1973. "nickname": "patchNamespacedScaleScale",
  1974. "parameters": [
  1975. {
  1976. "type": "string",
  1977. "paramType": "query",
  1978. "name": "pretty",
  1979. "description": "If 'true', then the output is pretty printed.",
  1980. "required": false,
  1981. "allowMultiple": false
  1982. },
  1983. {
  1984. "type": "v1.Patch",
  1985. "paramType": "body",
  1986. "name": "body",
  1987. "description": "",
  1988. "required": true,
  1989. "allowMultiple": false
  1990. },
  1991. {
  1992. "type": "string",
  1993. "paramType": "path",
  1994. "name": "namespace",
  1995. "description": "object name and auth scope, such as for teams and projects",
  1996. "required": true,
  1997. "allowMultiple": false
  1998. },
  1999. {
  2000. "type": "string",
  2001. "paramType": "path",
  2002. "name": "name",
  2003. "description": "name of the Scale",
  2004. "required": true,
  2005. "allowMultiple": false
  2006. }
  2007. ],
  2008. "responseMessages": [
  2009. {
  2010. "code": 200,
  2011. "message": "OK",
  2012. "responseModel": "v1beta1.Scale"
  2013. }
  2014. ],
  2015. "produces": [
  2016. "application/json",
  2017. "application/yaml",
  2018. "application/vnd.kubernetes.protobuf"
  2019. ],
  2020. "consumes": [
  2021. "application/json-patch+json",
  2022. "application/merge-patch+json",
  2023. "application/strategic-merge-patch+json"
  2024. ]
  2025. }
  2026. ]
  2027. },
  2028. {
  2029. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status",
  2030. "description": "API at /apis/extensions/v1beta1",
  2031. "operations": [
  2032. {
  2033. "type": "v1beta1.Deployment",
  2034. "method": "GET",
  2035. "summary": "read status of the specified Deployment",
  2036. "nickname": "readNamespacedDeploymentStatus",
  2037. "parameters": [
  2038. {
  2039. "type": "string",
  2040. "paramType": "query",
  2041. "name": "pretty",
  2042. "description": "If 'true', then the output is pretty printed.",
  2043. "required": false,
  2044. "allowMultiple": false
  2045. },
  2046. {
  2047. "type": "string",
  2048. "paramType": "path",
  2049. "name": "namespace",
  2050. "description": "object name and auth scope, such as for teams and projects",
  2051. "required": true,
  2052. "allowMultiple": false
  2053. },
  2054. {
  2055. "type": "string",
  2056. "paramType": "path",
  2057. "name": "name",
  2058. "description": "name of the Deployment",
  2059. "required": true,
  2060. "allowMultiple": false
  2061. }
  2062. ],
  2063. "responseMessages": [
  2064. {
  2065. "code": 200,
  2066. "message": "OK",
  2067. "responseModel": "v1beta1.Deployment"
  2068. }
  2069. ],
  2070. "produces": [
  2071. "application/json",
  2072. "application/yaml",
  2073. "application/vnd.kubernetes.protobuf"
  2074. ],
  2075. "consumes": [
  2076. "*/*"
  2077. ]
  2078. },
  2079. {
  2080. "type": "v1beta1.Deployment",
  2081. "method": "PUT",
  2082. "summary": "replace status of the specified Deployment",
  2083. "nickname": "replaceNamespacedDeploymentStatus",
  2084. "parameters": [
  2085. {
  2086. "type": "string",
  2087. "paramType": "query",
  2088. "name": "pretty",
  2089. "description": "If 'true', then the output is pretty printed.",
  2090. "required": false,
  2091. "allowMultiple": false
  2092. },
  2093. {
  2094. "type": "v1beta1.Deployment",
  2095. "paramType": "body",
  2096. "name": "body",
  2097. "description": "",
  2098. "required": true,
  2099. "allowMultiple": false
  2100. },
  2101. {
  2102. "type": "string",
  2103. "paramType": "path",
  2104. "name": "namespace",
  2105. "description": "object name and auth scope, such as for teams and projects",
  2106. "required": true,
  2107. "allowMultiple": false
  2108. },
  2109. {
  2110. "type": "string",
  2111. "paramType": "path",
  2112. "name": "name",
  2113. "description": "name of the Deployment",
  2114. "required": true,
  2115. "allowMultiple": false
  2116. }
  2117. ],
  2118. "responseMessages": [
  2119. {
  2120. "code": 200,
  2121. "message": "OK",
  2122. "responseModel": "v1beta1.Deployment"
  2123. }
  2124. ],
  2125. "produces": [
  2126. "application/json",
  2127. "application/yaml",
  2128. "application/vnd.kubernetes.protobuf"
  2129. ],
  2130. "consumes": [
  2131. "*/*"
  2132. ]
  2133. },
  2134. {
  2135. "type": "v1beta1.Deployment",
  2136. "method": "PATCH",
  2137. "summary": "partially update status of the specified Deployment",
  2138. "nickname": "patchNamespacedDeploymentStatus",
  2139. "parameters": [
  2140. {
  2141. "type": "string",
  2142. "paramType": "query",
  2143. "name": "pretty",
  2144. "description": "If 'true', then the output is pretty printed.",
  2145. "required": false,
  2146. "allowMultiple": false
  2147. },
  2148. {
  2149. "type": "v1.Patch",
  2150. "paramType": "body",
  2151. "name": "body",
  2152. "description": "",
  2153. "required": true,
  2154. "allowMultiple": false
  2155. },
  2156. {
  2157. "type": "string",
  2158. "paramType": "path",
  2159. "name": "namespace",
  2160. "description": "object name and auth scope, such as for teams and projects",
  2161. "required": true,
  2162. "allowMultiple": false
  2163. },
  2164. {
  2165. "type": "string",
  2166. "paramType": "path",
  2167. "name": "name",
  2168. "description": "name of the Deployment",
  2169. "required": true,
  2170. "allowMultiple": false
  2171. }
  2172. ],
  2173. "responseMessages": [
  2174. {
  2175. "code": 200,
  2176. "message": "OK",
  2177. "responseModel": "v1beta1.Deployment"
  2178. }
  2179. ],
  2180. "produces": [
  2181. "application/json",
  2182. "application/yaml",
  2183. "application/vnd.kubernetes.protobuf"
  2184. ],
  2185. "consumes": [
  2186. "application/json-patch+json",
  2187. "application/merge-patch+json",
  2188. "application/strategic-merge-patch+json"
  2189. ]
  2190. }
  2191. ]
  2192. },
  2193. {
  2194. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses",
  2195. "description": "API at /apis/extensions/v1beta1",
  2196. "operations": [
  2197. {
  2198. "type": "v1beta1.IngressList",
  2199. "method": "GET",
  2200. "summary": "list or watch objects of kind Ingress",
  2201. "nickname": "listNamespacedIngress",
  2202. "parameters": [
  2203. {
  2204. "type": "string",
  2205. "paramType": "query",
  2206. "name": "pretty",
  2207. "description": "If 'true', then the output is pretty printed.",
  2208. "required": false,
  2209. "allowMultiple": false
  2210. },
  2211. {
  2212. "type": "string",
  2213. "paramType": "query",
  2214. "name": "labelSelector",
  2215. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2216. "required": false,
  2217. "allowMultiple": false
  2218. },
  2219. {
  2220. "type": "string",
  2221. "paramType": "query",
  2222. "name": "fieldSelector",
  2223. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2224. "required": false,
  2225. "allowMultiple": false
  2226. },
  2227. {
  2228. "type": "boolean",
  2229. "paramType": "query",
  2230. "name": "watch",
  2231. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2232. "required": false,
  2233. "allowMultiple": false
  2234. },
  2235. {
  2236. "type": "string",
  2237. "paramType": "query",
  2238. "name": "resourceVersion",
  2239. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  2240. "required": false,
  2241. "allowMultiple": false
  2242. },
  2243. {
  2244. "type": "integer",
  2245. "paramType": "query",
  2246. "name": "timeoutSeconds",
  2247. "description": "Timeout for the list/watch call.",
  2248. "required": false,
  2249. "allowMultiple": false
  2250. },
  2251. {
  2252. "type": "string",
  2253. "paramType": "path",
  2254. "name": "namespace",
  2255. "description": "object name and auth scope, such as for teams and projects",
  2256. "required": true,
  2257. "allowMultiple": false
  2258. }
  2259. ],
  2260. "responseMessages": [
  2261. {
  2262. "code": 200,
  2263. "message": "OK",
  2264. "responseModel": "v1beta1.IngressList"
  2265. }
  2266. ],
  2267. "produces": [
  2268. "application/json",
  2269. "application/yaml",
  2270. "application/vnd.kubernetes.protobuf",
  2271. "application/json;stream=watch",
  2272. "application/vnd.kubernetes.protobuf;stream=watch"
  2273. ],
  2274. "consumes": [
  2275. "*/*"
  2276. ]
  2277. },
  2278. {
  2279. "type": "v1beta1.Ingress",
  2280. "method": "POST",
  2281. "summary": "create an Ingress",
  2282. "nickname": "createNamespacedIngress",
  2283. "parameters": [
  2284. {
  2285. "type": "string",
  2286. "paramType": "query",
  2287. "name": "pretty",
  2288. "description": "If 'true', then the output is pretty printed.",
  2289. "required": false,
  2290. "allowMultiple": false
  2291. },
  2292. {
  2293. "type": "v1beta1.Ingress",
  2294. "paramType": "body",
  2295. "name": "body",
  2296. "description": "",
  2297. "required": true,
  2298. "allowMultiple": false
  2299. },
  2300. {
  2301. "type": "string",
  2302. "paramType": "path",
  2303. "name": "namespace",
  2304. "description": "object name and auth scope, such as for teams and projects",
  2305. "required": true,
  2306. "allowMultiple": false
  2307. }
  2308. ],
  2309. "responseMessages": [
  2310. {
  2311. "code": 200,
  2312. "message": "OK",
  2313. "responseModel": "v1beta1.Ingress"
  2314. }
  2315. ],
  2316. "produces": [
  2317. "application/json",
  2318. "application/yaml",
  2319. "application/vnd.kubernetes.protobuf"
  2320. ],
  2321. "consumes": [
  2322. "*/*"
  2323. ]
  2324. },
  2325. {
  2326. "type": "v1.Status",
  2327. "method": "DELETE",
  2328. "summary": "delete collection of Ingress",
  2329. "nickname": "deletecollectionNamespacedIngress",
  2330. "parameters": [
  2331. {
  2332. "type": "string",
  2333. "paramType": "query",
  2334. "name": "pretty",
  2335. "description": "If 'true', then the output is pretty printed.",
  2336. "required": false,
  2337. "allowMultiple": false
  2338. },
  2339. {
  2340. "type": "string",
  2341. "paramType": "query",
  2342. "name": "labelSelector",
  2343. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2344. "required": false,
  2345. "allowMultiple": false
  2346. },
  2347. {
  2348. "type": "string",
  2349. "paramType": "query",
  2350. "name": "fieldSelector",
  2351. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2352. "required": false,
  2353. "allowMultiple": false
  2354. },
  2355. {
  2356. "type": "boolean",
  2357. "paramType": "query",
  2358. "name": "watch",
  2359. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2360. "required": false,
  2361. "allowMultiple": false
  2362. },
  2363. {
  2364. "type": "string",
  2365. "paramType": "query",
  2366. "name": "resourceVersion",
  2367. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  2368. "required": false,
  2369. "allowMultiple": false
  2370. },
  2371. {
  2372. "type": "integer",
  2373. "paramType": "query",
  2374. "name": "timeoutSeconds",
  2375. "description": "Timeout for the list/watch call.",
  2376. "required": false,
  2377. "allowMultiple": false
  2378. },
  2379. {
  2380. "type": "string",
  2381. "paramType": "path",
  2382. "name": "namespace",
  2383. "description": "object name and auth scope, such as for teams and projects",
  2384. "required": true,
  2385. "allowMultiple": false
  2386. }
  2387. ],
  2388. "responseMessages": [
  2389. {
  2390. "code": 200,
  2391. "message": "OK",
  2392. "responseModel": "v1.Status"
  2393. }
  2394. ],
  2395. "produces": [
  2396. "application/json",
  2397. "application/yaml",
  2398. "application/vnd.kubernetes.protobuf"
  2399. ],
  2400. "consumes": [
  2401. "*/*"
  2402. ]
  2403. }
  2404. ]
  2405. },
  2406. {
  2407. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses",
  2408. "description": "API at /apis/extensions/v1beta1",
  2409. "operations": [
  2410. {
  2411. "type": "v1.WatchEvent",
  2412. "method": "GET",
  2413. "summary": "watch individual changes to a list of Ingress",
  2414. "nickname": "watchNamespacedIngressList",
  2415. "parameters": [
  2416. {
  2417. "type": "string",
  2418. "paramType": "query",
  2419. "name": "pretty",
  2420. "description": "If 'true', then the output is pretty printed.",
  2421. "required": false,
  2422. "allowMultiple": false
  2423. },
  2424. {
  2425. "type": "string",
  2426. "paramType": "query",
  2427. "name": "labelSelector",
  2428. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2429. "required": false,
  2430. "allowMultiple": false
  2431. },
  2432. {
  2433. "type": "string",
  2434. "paramType": "query",
  2435. "name": "fieldSelector",
  2436. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2437. "required": false,
  2438. "allowMultiple": false
  2439. },
  2440. {
  2441. "type": "boolean",
  2442. "paramType": "query",
  2443. "name": "watch",
  2444. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2445. "required": false,
  2446. "allowMultiple": false
  2447. },
  2448. {
  2449. "type": "string",
  2450. "paramType": "query",
  2451. "name": "resourceVersion",
  2452. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  2453. "required": false,
  2454. "allowMultiple": false
  2455. },
  2456. {
  2457. "type": "integer",
  2458. "paramType": "query",
  2459. "name": "timeoutSeconds",
  2460. "description": "Timeout for the list/watch call.",
  2461. "required": false,
  2462. "allowMultiple": false
  2463. },
  2464. {
  2465. "type": "string",
  2466. "paramType": "path",
  2467. "name": "namespace",
  2468. "description": "object name and auth scope, such as for teams and projects",
  2469. "required": true,
  2470. "allowMultiple": false
  2471. }
  2472. ],
  2473. "responseMessages": [
  2474. {
  2475. "code": 200,
  2476. "message": "OK",
  2477. "responseModel": "v1.WatchEvent"
  2478. }
  2479. ],
  2480. "produces": [
  2481. "application/json",
  2482. "application/yaml",
  2483. "application/vnd.kubernetes.protobuf",
  2484. "application/json;stream=watch",
  2485. "application/vnd.kubernetes.protobuf;stream=watch"
  2486. ],
  2487. "consumes": [
  2488. "*/*"
  2489. ]
  2490. }
  2491. ]
  2492. },
  2493. {
  2494. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}",
  2495. "description": "API at /apis/extensions/v1beta1",
  2496. "operations": [
  2497. {
  2498. "type": "v1beta1.Ingress",
  2499. "method": "GET",
  2500. "summary": "read the specified Ingress",
  2501. "nickname": "readNamespacedIngress",
  2502. "parameters": [
  2503. {
  2504. "type": "string",
  2505. "paramType": "query",
  2506. "name": "pretty",
  2507. "description": "If 'true', then the output is pretty printed.",
  2508. "required": false,
  2509. "allowMultiple": false
  2510. },
  2511. {
  2512. "type": "boolean",
  2513. "paramType": "query",
  2514. "name": "export",
  2515. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  2516. "required": false,
  2517. "allowMultiple": false
  2518. },
  2519. {
  2520. "type": "boolean",
  2521. "paramType": "query",
  2522. "name": "exact",
  2523. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  2524. "required": false,
  2525. "allowMultiple": false
  2526. },
  2527. {
  2528. "type": "string",
  2529. "paramType": "path",
  2530. "name": "namespace",
  2531. "description": "object name and auth scope, such as for teams and projects",
  2532. "required": true,
  2533. "allowMultiple": false
  2534. },
  2535. {
  2536. "type": "string",
  2537. "paramType": "path",
  2538. "name": "name",
  2539. "description": "name of the Ingress",
  2540. "required": true,
  2541. "allowMultiple": false
  2542. }
  2543. ],
  2544. "responseMessages": [
  2545. {
  2546. "code": 200,
  2547. "message": "OK",
  2548. "responseModel": "v1beta1.Ingress"
  2549. }
  2550. ],
  2551. "produces": [
  2552. "application/json",
  2553. "application/yaml",
  2554. "application/vnd.kubernetes.protobuf"
  2555. ],
  2556. "consumes": [
  2557. "*/*"
  2558. ]
  2559. },
  2560. {
  2561. "type": "v1beta1.Ingress",
  2562. "method": "PUT",
  2563. "summary": "replace the specified Ingress",
  2564. "nickname": "replaceNamespacedIngress",
  2565. "parameters": [
  2566. {
  2567. "type": "string",
  2568. "paramType": "query",
  2569. "name": "pretty",
  2570. "description": "If 'true', then the output is pretty printed.",
  2571. "required": false,
  2572. "allowMultiple": false
  2573. },
  2574. {
  2575. "type": "v1beta1.Ingress",
  2576. "paramType": "body",
  2577. "name": "body",
  2578. "description": "",
  2579. "required": true,
  2580. "allowMultiple": false
  2581. },
  2582. {
  2583. "type": "string",
  2584. "paramType": "path",
  2585. "name": "namespace",
  2586. "description": "object name and auth scope, such as for teams and projects",
  2587. "required": true,
  2588. "allowMultiple": false
  2589. },
  2590. {
  2591. "type": "string",
  2592. "paramType": "path",
  2593. "name": "name",
  2594. "description": "name of the Ingress",
  2595. "required": true,
  2596. "allowMultiple": false
  2597. }
  2598. ],
  2599. "responseMessages": [
  2600. {
  2601. "code": 200,
  2602. "message": "OK",
  2603. "responseModel": "v1beta1.Ingress"
  2604. }
  2605. ],
  2606. "produces": [
  2607. "application/json",
  2608. "application/yaml",
  2609. "application/vnd.kubernetes.protobuf"
  2610. ],
  2611. "consumes": [
  2612. "*/*"
  2613. ]
  2614. },
  2615. {
  2616. "type": "v1beta1.Ingress",
  2617. "method": "PATCH",
  2618. "summary": "partially update the specified Ingress",
  2619. "nickname": "patchNamespacedIngress",
  2620. "parameters": [
  2621. {
  2622. "type": "string",
  2623. "paramType": "query",
  2624. "name": "pretty",
  2625. "description": "If 'true', then the output is pretty printed.",
  2626. "required": false,
  2627. "allowMultiple": false
  2628. },
  2629. {
  2630. "type": "v1.Patch",
  2631. "paramType": "body",
  2632. "name": "body",
  2633. "description": "",
  2634. "required": true,
  2635. "allowMultiple": false
  2636. },
  2637. {
  2638. "type": "string",
  2639. "paramType": "path",
  2640. "name": "namespace",
  2641. "description": "object name and auth scope, such as for teams and projects",
  2642. "required": true,
  2643. "allowMultiple": false
  2644. },
  2645. {
  2646. "type": "string",
  2647. "paramType": "path",
  2648. "name": "name",
  2649. "description": "name of the Ingress",
  2650. "required": true,
  2651. "allowMultiple": false
  2652. }
  2653. ],
  2654. "responseMessages": [
  2655. {
  2656. "code": 200,
  2657. "message": "OK",
  2658. "responseModel": "v1beta1.Ingress"
  2659. }
  2660. ],
  2661. "produces": [
  2662. "application/json",
  2663. "application/yaml",
  2664. "application/vnd.kubernetes.protobuf"
  2665. ],
  2666. "consumes": [
  2667. "application/json-patch+json",
  2668. "application/merge-patch+json",
  2669. "application/strategic-merge-patch+json"
  2670. ]
  2671. },
  2672. {
  2673. "type": "v1.Status",
  2674. "method": "DELETE",
  2675. "summary": "delete an Ingress",
  2676. "nickname": "deleteNamespacedIngress",
  2677. "parameters": [
  2678. {
  2679. "type": "string",
  2680. "paramType": "query",
  2681. "name": "pretty",
  2682. "description": "If 'true', then the output is pretty printed.",
  2683. "required": false,
  2684. "allowMultiple": false
  2685. },
  2686. {
  2687. "type": "v1.DeleteOptions",
  2688. "paramType": "body",
  2689. "name": "body",
  2690. "description": "",
  2691. "required": true,
  2692. "allowMultiple": false
  2693. },
  2694. {
  2695. "type": "integer",
  2696. "paramType": "query",
  2697. "name": "gracePeriodSeconds",
  2698. "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.",
  2699. "required": false,
  2700. "allowMultiple": false
  2701. },
  2702. {
  2703. "type": "boolean",
  2704. "paramType": "query",
  2705. "name": "orphanDependents",
  2706. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  2707. "required": false,
  2708. "allowMultiple": false
  2709. },
  2710. {
  2711. "type": "string",
  2712. "paramType": "query",
  2713. "name": "propagationPolicy",
  2714. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  2715. "required": false,
  2716. "allowMultiple": false
  2717. },
  2718. {
  2719. "type": "string",
  2720. "paramType": "path",
  2721. "name": "namespace",
  2722. "description": "object name and auth scope, such as for teams and projects",
  2723. "required": true,
  2724. "allowMultiple": false
  2725. },
  2726. {
  2727. "type": "string",
  2728. "paramType": "path",
  2729. "name": "name",
  2730. "description": "name of the Ingress",
  2731. "required": true,
  2732. "allowMultiple": false
  2733. }
  2734. ],
  2735. "responseMessages": [
  2736. {
  2737. "code": 200,
  2738. "message": "OK",
  2739. "responseModel": "v1.Status"
  2740. }
  2741. ],
  2742. "produces": [
  2743. "application/json",
  2744. "application/yaml",
  2745. "application/vnd.kubernetes.protobuf"
  2746. ],
  2747. "consumes": [
  2748. "*/*"
  2749. ]
  2750. }
  2751. ]
  2752. },
  2753. {
  2754. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}",
  2755. "description": "API at /apis/extensions/v1beta1",
  2756. "operations": [
  2757. {
  2758. "type": "v1.WatchEvent",
  2759. "method": "GET",
  2760. "summary": "watch changes to an object of kind Ingress",
  2761. "nickname": "watchNamespacedIngress",
  2762. "parameters": [
  2763. {
  2764. "type": "string",
  2765. "paramType": "query",
  2766. "name": "pretty",
  2767. "description": "If 'true', then the output is pretty printed.",
  2768. "required": false,
  2769. "allowMultiple": false
  2770. },
  2771. {
  2772. "type": "string",
  2773. "paramType": "query",
  2774. "name": "labelSelector",
  2775. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2776. "required": false,
  2777. "allowMultiple": false
  2778. },
  2779. {
  2780. "type": "string",
  2781. "paramType": "query",
  2782. "name": "fieldSelector",
  2783. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2784. "required": false,
  2785. "allowMultiple": false
  2786. },
  2787. {
  2788. "type": "boolean",
  2789. "paramType": "query",
  2790. "name": "watch",
  2791. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2792. "required": false,
  2793. "allowMultiple": false
  2794. },
  2795. {
  2796. "type": "string",
  2797. "paramType": "query",
  2798. "name": "resourceVersion",
  2799. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  2800. "required": false,
  2801. "allowMultiple": false
  2802. },
  2803. {
  2804. "type": "integer",
  2805. "paramType": "query",
  2806. "name": "timeoutSeconds",
  2807. "description": "Timeout for the list/watch call.",
  2808. "required": false,
  2809. "allowMultiple": false
  2810. },
  2811. {
  2812. "type": "string",
  2813. "paramType": "path",
  2814. "name": "namespace",
  2815. "description": "object name and auth scope, such as for teams and projects",
  2816. "required": true,
  2817. "allowMultiple": false
  2818. },
  2819. {
  2820. "type": "string",
  2821. "paramType": "path",
  2822. "name": "name",
  2823. "description": "name of the Ingress",
  2824. "required": true,
  2825. "allowMultiple": false
  2826. }
  2827. ],
  2828. "responseMessages": [
  2829. {
  2830. "code": 200,
  2831. "message": "OK",
  2832. "responseModel": "v1.WatchEvent"
  2833. }
  2834. ],
  2835. "produces": [
  2836. "application/json",
  2837. "application/yaml",
  2838. "application/vnd.kubernetes.protobuf",
  2839. "application/json;stream=watch",
  2840. "application/vnd.kubernetes.protobuf;stream=watch"
  2841. ],
  2842. "consumes": [
  2843. "*/*"
  2844. ]
  2845. }
  2846. ]
  2847. },
  2848. {
  2849. "path": "/apis/extensions/v1beta1/ingresses",
  2850. "description": "API at /apis/extensions/v1beta1",
  2851. "operations": [
  2852. {
  2853. "type": "v1beta1.IngressList",
  2854. "method": "GET",
  2855. "summary": "list or watch objects of kind Ingress",
  2856. "nickname": "listIngressForAllNamespaces",
  2857. "parameters": [
  2858. {
  2859. "type": "string",
  2860. "paramType": "query",
  2861. "name": "pretty",
  2862. "description": "If 'true', then the output is pretty printed.",
  2863. "required": false,
  2864. "allowMultiple": false
  2865. },
  2866. {
  2867. "type": "string",
  2868. "paramType": "query",
  2869. "name": "labelSelector",
  2870. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2871. "required": false,
  2872. "allowMultiple": false
  2873. },
  2874. {
  2875. "type": "string",
  2876. "paramType": "query",
  2877. "name": "fieldSelector",
  2878. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2879. "required": false,
  2880. "allowMultiple": false
  2881. },
  2882. {
  2883. "type": "boolean",
  2884. "paramType": "query",
  2885. "name": "watch",
  2886. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2887. "required": false,
  2888. "allowMultiple": false
  2889. },
  2890. {
  2891. "type": "string",
  2892. "paramType": "query",
  2893. "name": "resourceVersion",
  2894. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  2895. "required": false,
  2896. "allowMultiple": false
  2897. },
  2898. {
  2899. "type": "integer",
  2900. "paramType": "query",
  2901. "name": "timeoutSeconds",
  2902. "description": "Timeout for the list/watch call.",
  2903. "required": false,
  2904. "allowMultiple": false
  2905. }
  2906. ],
  2907. "responseMessages": [
  2908. {
  2909. "code": 200,
  2910. "message": "OK",
  2911. "responseModel": "v1beta1.IngressList"
  2912. }
  2913. ],
  2914. "produces": [
  2915. "application/json",
  2916. "application/yaml",
  2917. "application/vnd.kubernetes.protobuf",
  2918. "application/json;stream=watch",
  2919. "application/vnd.kubernetes.protobuf;stream=watch"
  2920. ],
  2921. "consumes": [
  2922. "*/*"
  2923. ]
  2924. }
  2925. ]
  2926. },
  2927. {
  2928. "path": "/apis/extensions/v1beta1/watch/ingresses",
  2929. "description": "API at /apis/extensions/v1beta1",
  2930. "operations": [
  2931. {
  2932. "type": "v1.WatchEvent",
  2933. "method": "GET",
  2934. "summary": "watch individual changes to a list of Ingress",
  2935. "nickname": "watchIngressListForAllNamespaces",
  2936. "parameters": [
  2937. {
  2938. "type": "string",
  2939. "paramType": "query",
  2940. "name": "pretty",
  2941. "description": "If 'true', then the output is pretty printed.",
  2942. "required": false,
  2943. "allowMultiple": false
  2944. },
  2945. {
  2946. "type": "string",
  2947. "paramType": "query",
  2948. "name": "labelSelector",
  2949. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  2950. "required": false,
  2951. "allowMultiple": false
  2952. },
  2953. {
  2954. "type": "string",
  2955. "paramType": "query",
  2956. "name": "fieldSelector",
  2957. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  2958. "required": false,
  2959. "allowMultiple": false
  2960. },
  2961. {
  2962. "type": "boolean",
  2963. "paramType": "query",
  2964. "name": "watch",
  2965. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  2966. "required": false,
  2967. "allowMultiple": false
  2968. },
  2969. {
  2970. "type": "string",
  2971. "paramType": "query",
  2972. "name": "resourceVersion",
  2973. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  2974. "required": false,
  2975. "allowMultiple": false
  2976. },
  2977. {
  2978. "type": "integer",
  2979. "paramType": "query",
  2980. "name": "timeoutSeconds",
  2981. "description": "Timeout for the list/watch call.",
  2982. "required": false,
  2983. "allowMultiple": false
  2984. }
  2985. ],
  2986. "responseMessages": [
  2987. {
  2988. "code": 200,
  2989. "message": "OK",
  2990. "responseModel": "v1.WatchEvent"
  2991. }
  2992. ],
  2993. "produces": [
  2994. "application/json",
  2995. "application/yaml",
  2996. "application/vnd.kubernetes.protobuf",
  2997. "application/json;stream=watch",
  2998. "application/vnd.kubernetes.protobuf;stream=watch"
  2999. ],
  3000. "consumes": [
  3001. "*/*"
  3002. ]
  3003. }
  3004. ]
  3005. },
  3006. {
  3007. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status",
  3008. "description": "API at /apis/extensions/v1beta1",
  3009. "operations": [
  3010. {
  3011. "type": "v1beta1.Ingress",
  3012. "method": "GET",
  3013. "summary": "read status of the specified Ingress",
  3014. "nickname": "readNamespacedIngressStatus",
  3015. "parameters": [
  3016. {
  3017. "type": "string",
  3018. "paramType": "query",
  3019. "name": "pretty",
  3020. "description": "If 'true', then the output is pretty printed.",
  3021. "required": false,
  3022. "allowMultiple": false
  3023. },
  3024. {
  3025. "type": "string",
  3026. "paramType": "path",
  3027. "name": "namespace",
  3028. "description": "object name and auth scope, such as for teams and projects",
  3029. "required": true,
  3030. "allowMultiple": false
  3031. },
  3032. {
  3033. "type": "string",
  3034. "paramType": "path",
  3035. "name": "name",
  3036. "description": "name of the Ingress",
  3037. "required": true,
  3038. "allowMultiple": false
  3039. }
  3040. ],
  3041. "responseMessages": [
  3042. {
  3043. "code": 200,
  3044. "message": "OK",
  3045. "responseModel": "v1beta1.Ingress"
  3046. }
  3047. ],
  3048. "produces": [
  3049. "application/json",
  3050. "application/yaml",
  3051. "application/vnd.kubernetes.protobuf"
  3052. ],
  3053. "consumes": [
  3054. "*/*"
  3055. ]
  3056. },
  3057. {
  3058. "type": "v1beta1.Ingress",
  3059. "method": "PUT",
  3060. "summary": "replace status of the specified Ingress",
  3061. "nickname": "replaceNamespacedIngressStatus",
  3062. "parameters": [
  3063. {
  3064. "type": "string",
  3065. "paramType": "query",
  3066. "name": "pretty",
  3067. "description": "If 'true', then the output is pretty printed.",
  3068. "required": false,
  3069. "allowMultiple": false
  3070. },
  3071. {
  3072. "type": "v1beta1.Ingress",
  3073. "paramType": "body",
  3074. "name": "body",
  3075. "description": "",
  3076. "required": true,
  3077. "allowMultiple": false
  3078. },
  3079. {
  3080. "type": "string",
  3081. "paramType": "path",
  3082. "name": "namespace",
  3083. "description": "object name and auth scope, such as for teams and projects",
  3084. "required": true,
  3085. "allowMultiple": false
  3086. },
  3087. {
  3088. "type": "string",
  3089. "paramType": "path",
  3090. "name": "name",
  3091. "description": "name of the Ingress",
  3092. "required": true,
  3093. "allowMultiple": false
  3094. }
  3095. ],
  3096. "responseMessages": [
  3097. {
  3098. "code": 200,
  3099. "message": "OK",
  3100. "responseModel": "v1beta1.Ingress"
  3101. }
  3102. ],
  3103. "produces": [
  3104. "application/json",
  3105. "application/yaml",
  3106. "application/vnd.kubernetes.protobuf"
  3107. ],
  3108. "consumes": [
  3109. "*/*"
  3110. ]
  3111. },
  3112. {
  3113. "type": "v1beta1.Ingress",
  3114. "method": "PATCH",
  3115. "summary": "partially update status of the specified Ingress",
  3116. "nickname": "patchNamespacedIngressStatus",
  3117. "parameters": [
  3118. {
  3119. "type": "string",
  3120. "paramType": "query",
  3121. "name": "pretty",
  3122. "description": "If 'true', then the output is pretty printed.",
  3123. "required": false,
  3124. "allowMultiple": false
  3125. },
  3126. {
  3127. "type": "v1.Patch",
  3128. "paramType": "body",
  3129. "name": "body",
  3130. "description": "",
  3131. "required": true,
  3132. "allowMultiple": false
  3133. },
  3134. {
  3135. "type": "string",
  3136. "paramType": "path",
  3137. "name": "namespace",
  3138. "description": "object name and auth scope, such as for teams and projects",
  3139. "required": true,
  3140. "allowMultiple": false
  3141. },
  3142. {
  3143. "type": "string",
  3144. "paramType": "path",
  3145. "name": "name",
  3146. "description": "name of the Ingress",
  3147. "required": true,
  3148. "allowMultiple": false
  3149. }
  3150. ],
  3151. "responseMessages": [
  3152. {
  3153. "code": 200,
  3154. "message": "OK",
  3155. "responseModel": "v1beta1.Ingress"
  3156. }
  3157. ],
  3158. "produces": [
  3159. "application/json",
  3160. "application/yaml",
  3161. "application/vnd.kubernetes.protobuf"
  3162. ],
  3163. "consumes": [
  3164. "application/json-patch+json",
  3165. "application/merge-patch+json",
  3166. "application/strategic-merge-patch+json"
  3167. ]
  3168. }
  3169. ]
  3170. },
  3171. {
  3172. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies",
  3173. "description": "API at /apis/extensions/v1beta1",
  3174. "operations": [
  3175. {
  3176. "type": "v1beta1.NetworkPolicyList",
  3177. "method": "GET",
  3178. "summary": "list or watch objects of kind NetworkPolicy",
  3179. "nickname": "listNamespacedNetworkPolicy",
  3180. "parameters": [
  3181. {
  3182. "type": "string",
  3183. "paramType": "query",
  3184. "name": "pretty",
  3185. "description": "If 'true', then the output is pretty printed.",
  3186. "required": false,
  3187. "allowMultiple": false
  3188. },
  3189. {
  3190. "type": "string",
  3191. "paramType": "query",
  3192. "name": "labelSelector",
  3193. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3194. "required": false,
  3195. "allowMultiple": false
  3196. },
  3197. {
  3198. "type": "string",
  3199. "paramType": "query",
  3200. "name": "fieldSelector",
  3201. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3202. "required": false,
  3203. "allowMultiple": false
  3204. },
  3205. {
  3206. "type": "boolean",
  3207. "paramType": "query",
  3208. "name": "watch",
  3209. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3210. "required": false,
  3211. "allowMultiple": false
  3212. },
  3213. {
  3214. "type": "string",
  3215. "paramType": "query",
  3216. "name": "resourceVersion",
  3217. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  3218. "required": false,
  3219. "allowMultiple": false
  3220. },
  3221. {
  3222. "type": "integer",
  3223. "paramType": "query",
  3224. "name": "timeoutSeconds",
  3225. "description": "Timeout for the list/watch call.",
  3226. "required": false,
  3227. "allowMultiple": false
  3228. },
  3229. {
  3230. "type": "string",
  3231. "paramType": "path",
  3232. "name": "namespace",
  3233. "description": "object name and auth scope, such as for teams and projects",
  3234. "required": true,
  3235. "allowMultiple": false
  3236. }
  3237. ],
  3238. "responseMessages": [
  3239. {
  3240. "code": 200,
  3241. "message": "OK",
  3242. "responseModel": "v1beta1.NetworkPolicyList"
  3243. }
  3244. ],
  3245. "produces": [
  3246. "application/json",
  3247. "application/yaml",
  3248. "application/vnd.kubernetes.protobuf",
  3249. "application/json;stream=watch",
  3250. "application/vnd.kubernetes.protobuf;stream=watch"
  3251. ],
  3252. "consumes": [
  3253. "*/*"
  3254. ]
  3255. },
  3256. {
  3257. "type": "v1beta1.NetworkPolicy",
  3258. "method": "POST",
  3259. "summary": "create a NetworkPolicy",
  3260. "nickname": "createNamespacedNetworkPolicy",
  3261. "parameters": [
  3262. {
  3263. "type": "string",
  3264. "paramType": "query",
  3265. "name": "pretty",
  3266. "description": "If 'true', then the output is pretty printed.",
  3267. "required": false,
  3268. "allowMultiple": false
  3269. },
  3270. {
  3271. "type": "v1beta1.NetworkPolicy",
  3272. "paramType": "body",
  3273. "name": "body",
  3274. "description": "",
  3275. "required": true,
  3276. "allowMultiple": false
  3277. },
  3278. {
  3279. "type": "string",
  3280. "paramType": "path",
  3281. "name": "namespace",
  3282. "description": "object name and auth scope, such as for teams and projects",
  3283. "required": true,
  3284. "allowMultiple": false
  3285. }
  3286. ],
  3287. "responseMessages": [
  3288. {
  3289. "code": 200,
  3290. "message": "OK",
  3291. "responseModel": "v1beta1.NetworkPolicy"
  3292. }
  3293. ],
  3294. "produces": [
  3295. "application/json",
  3296. "application/yaml",
  3297. "application/vnd.kubernetes.protobuf"
  3298. ],
  3299. "consumes": [
  3300. "*/*"
  3301. ]
  3302. },
  3303. {
  3304. "type": "v1.Status",
  3305. "method": "DELETE",
  3306. "summary": "delete collection of NetworkPolicy",
  3307. "nickname": "deletecollectionNamespacedNetworkPolicy",
  3308. "parameters": [
  3309. {
  3310. "type": "string",
  3311. "paramType": "query",
  3312. "name": "pretty",
  3313. "description": "If 'true', then the output is pretty printed.",
  3314. "required": false,
  3315. "allowMultiple": false
  3316. },
  3317. {
  3318. "type": "string",
  3319. "paramType": "query",
  3320. "name": "labelSelector",
  3321. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3322. "required": false,
  3323. "allowMultiple": false
  3324. },
  3325. {
  3326. "type": "string",
  3327. "paramType": "query",
  3328. "name": "fieldSelector",
  3329. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3330. "required": false,
  3331. "allowMultiple": false
  3332. },
  3333. {
  3334. "type": "boolean",
  3335. "paramType": "query",
  3336. "name": "watch",
  3337. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3338. "required": false,
  3339. "allowMultiple": false
  3340. },
  3341. {
  3342. "type": "string",
  3343. "paramType": "query",
  3344. "name": "resourceVersion",
  3345. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  3346. "required": false,
  3347. "allowMultiple": false
  3348. },
  3349. {
  3350. "type": "integer",
  3351. "paramType": "query",
  3352. "name": "timeoutSeconds",
  3353. "description": "Timeout for the list/watch call.",
  3354. "required": false,
  3355. "allowMultiple": false
  3356. },
  3357. {
  3358. "type": "string",
  3359. "paramType": "path",
  3360. "name": "namespace",
  3361. "description": "object name and auth scope, such as for teams and projects",
  3362. "required": true,
  3363. "allowMultiple": false
  3364. }
  3365. ],
  3366. "responseMessages": [
  3367. {
  3368. "code": 200,
  3369. "message": "OK",
  3370. "responseModel": "v1.Status"
  3371. }
  3372. ],
  3373. "produces": [
  3374. "application/json",
  3375. "application/yaml",
  3376. "application/vnd.kubernetes.protobuf"
  3377. ],
  3378. "consumes": [
  3379. "*/*"
  3380. ]
  3381. }
  3382. ]
  3383. },
  3384. {
  3385. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies",
  3386. "description": "API at /apis/extensions/v1beta1",
  3387. "operations": [
  3388. {
  3389. "type": "v1.WatchEvent",
  3390. "method": "GET",
  3391. "summary": "watch individual changes to a list of NetworkPolicy",
  3392. "nickname": "watchNamespacedNetworkPolicyList",
  3393. "parameters": [
  3394. {
  3395. "type": "string",
  3396. "paramType": "query",
  3397. "name": "pretty",
  3398. "description": "If 'true', then the output is pretty printed.",
  3399. "required": false,
  3400. "allowMultiple": false
  3401. },
  3402. {
  3403. "type": "string",
  3404. "paramType": "query",
  3405. "name": "labelSelector",
  3406. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3407. "required": false,
  3408. "allowMultiple": false
  3409. },
  3410. {
  3411. "type": "string",
  3412. "paramType": "query",
  3413. "name": "fieldSelector",
  3414. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3415. "required": false,
  3416. "allowMultiple": false
  3417. },
  3418. {
  3419. "type": "boolean",
  3420. "paramType": "query",
  3421. "name": "watch",
  3422. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3423. "required": false,
  3424. "allowMultiple": false
  3425. },
  3426. {
  3427. "type": "string",
  3428. "paramType": "query",
  3429. "name": "resourceVersion",
  3430. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  3431. "required": false,
  3432. "allowMultiple": false
  3433. },
  3434. {
  3435. "type": "integer",
  3436. "paramType": "query",
  3437. "name": "timeoutSeconds",
  3438. "description": "Timeout for the list/watch call.",
  3439. "required": false,
  3440. "allowMultiple": false
  3441. },
  3442. {
  3443. "type": "string",
  3444. "paramType": "path",
  3445. "name": "namespace",
  3446. "description": "object name and auth scope, such as for teams and projects",
  3447. "required": true,
  3448. "allowMultiple": false
  3449. }
  3450. ],
  3451. "responseMessages": [
  3452. {
  3453. "code": 200,
  3454. "message": "OK",
  3455. "responseModel": "v1.WatchEvent"
  3456. }
  3457. ],
  3458. "produces": [
  3459. "application/json",
  3460. "application/yaml",
  3461. "application/vnd.kubernetes.protobuf",
  3462. "application/json;stream=watch",
  3463. "application/vnd.kubernetes.protobuf;stream=watch"
  3464. ],
  3465. "consumes": [
  3466. "*/*"
  3467. ]
  3468. }
  3469. ]
  3470. },
  3471. {
  3472. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}",
  3473. "description": "API at /apis/extensions/v1beta1",
  3474. "operations": [
  3475. {
  3476. "type": "v1beta1.NetworkPolicy",
  3477. "method": "GET",
  3478. "summary": "read the specified NetworkPolicy",
  3479. "nickname": "readNamespacedNetworkPolicy",
  3480. "parameters": [
  3481. {
  3482. "type": "string",
  3483. "paramType": "query",
  3484. "name": "pretty",
  3485. "description": "If 'true', then the output is pretty printed.",
  3486. "required": false,
  3487. "allowMultiple": false
  3488. },
  3489. {
  3490. "type": "boolean",
  3491. "paramType": "query",
  3492. "name": "export",
  3493. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  3494. "required": false,
  3495. "allowMultiple": false
  3496. },
  3497. {
  3498. "type": "boolean",
  3499. "paramType": "query",
  3500. "name": "exact",
  3501. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  3502. "required": false,
  3503. "allowMultiple": false
  3504. },
  3505. {
  3506. "type": "string",
  3507. "paramType": "path",
  3508. "name": "namespace",
  3509. "description": "object name and auth scope, such as for teams and projects",
  3510. "required": true,
  3511. "allowMultiple": false
  3512. },
  3513. {
  3514. "type": "string",
  3515. "paramType": "path",
  3516. "name": "name",
  3517. "description": "name of the NetworkPolicy",
  3518. "required": true,
  3519. "allowMultiple": false
  3520. }
  3521. ],
  3522. "responseMessages": [
  3523. {
  3524. "code": 200,
  3525. "message": "OK",
  3526. "responseModel": "v1beta1.NetworkPolicy"
  3527. }
  3528. ],
  3529. "produces": [
  3530. "application/json",
  3531. "application/yaml",
  3532. "application/vnd.kubernetes.protobuf"
  3533. ],
  3534. "consumes": [
  3535. "*/*"
  3536. ]
  3537. },
  3538. {
  3539. "type": "v1beta1.NetworkPolicy",
  3540. "method": "PUT",
  3541. "summary": "replace the specified NetworkPolicy",
  3542. "nickname": "replaceNamespacedNetworkPolicy",
  3543. "parameters": [
  3544. {
  3545. "type": "string",
  3546. "paramType": "query",
  3547. "name": "pretty",
  3548. "description": "If 'true', then the output is pretty printed.",
  3549. "required": false,
  3550. "allowMultiple": false
  3551. },
  3552. {
  3553. "type": "v1beta1.NetworkPolicy",
  3554. "paramType": "body",
  3555. "name": "body",
  3556. "description": "",
  3557. "required": true,
  3558. "allowMultiple": false
  3559. },
  3560. {
  3561. "type": "string",
  3562. "paramType": "path",
  3563. "name": "namespace",
  3564. "description": "object name and auth scope, such as for teams and projects",
  3565. "required": true,
  3566. "allowMultiple": false
  3567. },
  3568. {
  3569. "type": "string",
  3570. "paramType": "path",
  3571. "name": "name",
  3572. "description": "name of the NetworkPolicy",
  3573. "required": true,
  3574. "allowMultiple": false
  3575. }
  3576. ],
  3577. "responseMessages": [
  3578. {
  3579. "code": 200,
  3580. "message": "OK",
  3581. "responseModel": "v1beta1.NetworkPolicy"
  3582. }
  3583. ],
  3584. "produces": [
  3585. "application/json",
  3586. "application/yaml",
  3587. "application/vnd.kubernetes.protobuf"
  3588. ],
  3589. "consumes": [
  3590. "*/*"
  3591. ]
  3592. },
  3593. {
  3594. "type": "v1beta1.NetworkPolicy",
  3595. "method": "PATCH",
  3596. "summary": "partially update the specified NetworkPolicy",
  3597. "nickname": "patchNamespacedNetworkPolicy",
  3598. "parameters": [
  3599. {
  3600. "type": "string",
  3601. "paramType": "query",
  3602. "name": "pretty",
  3603. "description": "If 'true', then the output is pretty printed.",
  3604. "required": false,
  3605. "allowMultiple": false
  3606. },
  3607. {
  3608. "type": "v1.Patch",
  3609. "paramType": "body",
  3610. "name": "body",
  3611. "description": "",
  3612. "required": true,
  3613. "allowMultiple": false
  3614. },
  3615. {
  3616. "type": "string",
  3617. "paramType": "path",
  3618. "name": "namespace",
  3619. "description": "object name and auth scope, such as for teams and projects",
  3620. "required": true,
  3621. "allowMultiple": false
  3622. },
  3623. {
  3624. "type": "string",
  3625. "paramType": "path",
  3626. "name": "name",
  3627. "description": "name of the NetworkPolicy",
  3628. "required": true,
  3629. "allowMultiple": false
  3630. }
  3631. ],
  3632. "responseMessages": [
  3633. {
  3634. "code": 200,
  3635. "message": "OK",
  3636. "responseModel": "v1beta1.NetworkPolicy"
  3637. }
  3638. ],
  3639. "produces": [
  3640. "application/json",
  3641. "application/yaml",
  3642. "application/vnd.kubernetes.protobuf"
  3643. ],
  3644. "consumes": [
  3645. "application/json-patch+json",
  3646. "application/merge-patch+json",
  3647. "application/strategic-merge-patch+json"
  3648. ]
  3649. },
  3650. {
  3651. "type": "v1.Status",
  3652. "method": "DELETE",
  3653. "summary": "delete a NetworkPolicy",
  3654. "nickname": "deleteNamespacedNetworkPolicy",
  3655. "parameters": [
  3656. {
  3657. "type": "string",
  3658. "paramType": "query",
  3659. "name": "pretty",
  3660. "description": "If 'true', then the output is pretty printed.",
  3661. "required": false,
  3662. "allowMultiple": false
  3663. },
  3664. {
  3665. "type": "v1.DeleteOptions",
  3666. "paramType": "body",
  3667. "name": "body",
  3668. "description": "",
  3669. "required": true,
  3670. "allowMultiple": false
  3671. },
  3672. {
  3673. "type": "integer",
  3674. "paramType": "query",
  3675. "name": "gracePeriodSeconds",
  3676. "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.",
  3677. "required": false,
  3678. "allowMultiple": false
  3679. },
  3680. {
  3681. "type": "boolean",
  3682. "paramType": "query",
  3683. "name": "orphanDependents",
  3684. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  3685. "required": false,
  3686. "allowMultiple": false
  3687. },
  3688. {
  3689. "type": "string",
  3690. "paramType": "query",
  3691. "name": "propagationPolicy",
  3692. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  3693. "required": false,
  3694. "allowMultiple": false
  3695. },
  3696. {
  3697. "type": "string",
  3698. "paramType": "path",
  3699. "name": "namespace",
  3700. "description": "object name and auth scope, such as for teams and projects",
  3701. "required": true,
  3702. "allowMultiple": false
  3703. },
  3704. {
  3705. "type": "string",
  3706. "paramType": "path",
  3707. "name": "name",
  3708. "description": "name of the NetworkPolicy",
  3709. "required": true,
  3710. "allowMultiple": false
  3711. }
  3712. ],
  3713. "responseMessages": [
  3714. {
  3715. "code": 200,
  3716. "message": "OK",
  3717. "responseModel": "v1.Status"
  3718. }
  3719. ],
  3720. "produces": [
  3721. "application/json",
  3722. "application/yaml",
  3723. "application/vnd.kubernetes.protobuf"
  3724. ],
  3725. "consumes": [
  3726. "*/*"
  3727. ]
  3728. }
  3729. ]
  3730. },
  3731. {
  3732. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}",
  3733. "description": "API at /apis/extensions/v1beta1",
  3734. "operations": [
  3735. {
  3736. "type": "v1.WatchEvent",
  3737. "method": "GET",
  3738. "summary": "watch changes to an object of kind NetworkPolicy",
  3739. "nickname": "watchNamespacedNetworkPolicy",
  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": "string",
  3751. "paramType": "query",
  3752. "name": "labelSelector",
  3753. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3754. "required": false,
  3755. "allowMultiple": false
  3756. },
  3757. {
  3758. "type": "string",
  3759. "paramType": "query",
  3760. "name": "fieldSelector",
  3761. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3762. "required": false,
  3763. "allowMultiple": false
  3764. },
  3765. {
  3766. "type": "boolean",
  3767. "paramType": "query",
  3768. "name": "watch",
  3769. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3770. "required": false,
  3771. "allowMultiple": false
  3772. },
  3773. {
  3774. "type": "string",
  3775. "paramType": "query",
  3776. "name": "resourceVersion",
  3777. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  3778. "required": false,
  3779. "allowMultiple": false
  3780. },
  3781. {
  3782. "type": "integer",
  3783. "paramType": "query",
  3784. "name": "timeoutSeconds",
  3785. "description": "Timeout for the list/watch call.",
  3786. "required": false,
  3787. "allowMultiple": false
  3788. },
  3789. {
  3790. "type": "string",
  3791. "paramType": "path",
  3792. "name": "namespace",
  3793. "description": "object name and auth scope, such as for teams and projects",
  3794. "required": true,
  3795. "allowMultiple": false
  3796. },
  3797. {
  3798. "type": "string",
  3799. "paramType": "path",
  3800. "name": "name",
  3801. "description": "name of the NetworkPolicy",
  3802. "required": true,
  3803. "allowMultiple": false
  3804. }
  3805. ],
  3806. "responseMessages": [
  3807. {
  3808. "code": 200,
  3809. "message": "OK",
  3810. "responseModel": "v1.WatchEvent"
  3811. }
  3812. ],
  3813. "produces": [
  3814. "application/json",
  3815. "application/yaml",
  3816. "application/vnd.kubernetes.protobuf",
  3817. "application/json;stream=watch",
  3818. "application/vnd.kubernetes.protobuf;stream=watch"
  3819. ],
  3820. "consumes": [
  3821. "*/*"
  3822. ]
  3823. }
  3824. ]
  3825. },
  3826. {
  3827. "path": "/apis/extensions/v1beta1/networkpolicies",
  3828. "description": "API at /apis/extensions/v1beta1",
  3829. "operations": [
  3830. {
  3831. "type": "v1beta1.NetworkPolicyList",
  3832. "method": "GET",
  3833. "summary": "list or watch objects of kind NetworkPolicy",
  3834. "nickname": "listNetworkPolicyForAllNamespaces",
  3835. "parameters": [
  3836. {
  3837. "type": "string",
  3838. "paramType": "query",
  3839. "name": "pretty",
  3840. "description": "If 'true', then the output is pretty printed.",
  3841. "required": false,
  3842. "allowMultiple": false
  3843. },
  3844. {
  3845. "type": "string",
  3846. "paramType": "query",
  3847. "name": "labelSelector",
  3848. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3849. "required": false,
  3850. "allowMultiple": false
  3851. },
  3852. {
  3853. "type": "string",
  3854. "paramType": "query",
  3855. "name": "fieldSelector",
  3856. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3857. "required": false,
  3858. "allowMultiple": false
  3859. },
  3860. {
  3861. "type": "boolean",
  3862. "paramType": "query",
  3863. "name": "watch",
  3864. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3865. "required": false,
  3866. "allowMultiple": false
  3867. },
  3868. {
  3869. "type": "string",
  3870. "paramType": "query",
  3871. "name": "resourceVersion",
  3872. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  3873. "required": false,
  3874. "allowMultiple": false
  3875. },
  3876. {
  3877. "type": "integer",
  3878. "paramType": "query",
  3879. "name": "timeoutSeconds",
  3880. "description": "Timeout for the list/watch call.",
  3881. "required": false,
  3882. "allowMultiple": false
  3883. }
  3884. ],
  3885. "responseMessages": [
  3886. {
  3887. "code": 200,
  3888. "message": "OK",
  3889. "responseModel": "v1beta1.NetworkPolicyList"
  3890. }
  3891. ],
  3892. "produces": [
  3893. "application/json",
  3894. "application/yaml",
  3895. "application/vnd.kubernetes.protobuf",
  3896. "application/json;stream=watch",
  3897. "application/vnd.kubernetes.protobuf;stream=watch"
  3898. ],
  3899. "consumes": [
  3900. "*/*"
  3901. ]
  3902. }
  3903. ]
  3904. },
  3905. {
  3906. "path": "/apis/extensions/v1beta1/watch/networkpolicies",
  3907. "description": "API at /apis/extensions/v1beta1",
  3908. "operations": [
  3909. {
  3910. "type": "v1.WatchEvent",
  3911. "method": "GET",
  3912. "summary": "watch individual changes to a list of NetworkPolicy",
  3913. "nickname": "watchNetworkPolicyListForAllNamespaces",
  3914. "parameters": [
  3915. {
  3916. "type": "string",
  3917. "paramType": "query",
  3918. "name": "pretty",
  3919. "description": "If 'true', then the output is pretty printed.",
  3920. "required": false,
  3921. "allowMultiple": false
  3922. },
  3923. {
  3924. "type": "string",
  3925. "paramType": "query",
  3926. "name": "labelSelector",
  3927. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  3928. "required": false,
  3929. "allowMultiple": false
  3930. },
  3931. {
  3932. "type": "string",
  3933. "paramType": "query",
  3934. "name": "fieldSelector",
  3935. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  3936. "required": false,
  3937. "allowMultiple": false
  3938. },
  3939. {
  3940. "type": "boolean",
  3941. "paramType": "query",
  3942. "name": "watch",
  3943. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  3944. "required": false,
  3945. "allowMultiple": false
  3946. },
  3947. {
  3948. "type": "string",
  3949. "paramType": "query",
  3950. "name": "resourceVersion",
  3951. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  3952. "required": false,
  3953. "allowMultiple": false
  3954. },
  3955. {
  3956. "type": "integer",
  3957. "paramType": "query",
  3958. "name": "timeoutSeconds",
  3959. "description": "Timeout for the list/watch call.",
  3960. "required": false,
  3961. "allowMultiple": false
  3962. }
  3963. ],
  3964. "responseMessages": [
  3965. {
  3966. "code": 200,
  3967. "message": "OK",
  3968. "responseModel": "v1.WatchEvent"
  3969. }
  3970. ],
  3971. "produces": [
  3972. "application/json",
  3973. "application/yaml",
  3974. "application/vnd.kubernetes.protobuf",
  3975. "application/json;stream=watch",
  3976. "application/vnd.kubernetes.protobuf;stream=watch"
  3977. ],
  3978. "consumes": [
  3979. "*/*"
  3980. ]
  3981. }
  3982. ]
  3983. },
  3984. {
  3985. "path": "/apis/extensions/v1beta1/podsecuritypolicies",
  3986. "description": "API at /apis/extensions/v1beta1",
  3987. "operations": [
  3988. {
  3989. "type": "v1beta1.PodSecurityPolicyList",
  3990. "method": "GET",
  3991. "summary": "list or watch objects of kind PodSecurityPolicy",
  3992. "nickname": "listPodSecurityPolicy",
  3993. "parameters": [
  3994. {
  3995. "type": "string",
  3996. "paramType": "query",
  3997. "name": "pretty",
  3998. "description": "If 'true', then the output is pretty printed.",
  3999. "required": false,
  4000. "allowMultiple": false
  4001. },
  4002. {
  4003. "type": "string",
  4004. "paramType": "query",
  4005. "name": "labelSelector",
  4006. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4007. "required": false,
  4008. "allowMultiple": false
  4009. },
  4010. {
  4011. "type": "string",
  4012. "paramType": "query",
  4013. "name": "fieldSelector",
  4014. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4015. "required": false,
  4016. "allowMultiple": false
  4017. },
  4018. {
  4019. "type": "boolean",
  4020. "paramType": "query",
  4021. "name": "watch",
  4022. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4023. "required": false,
  4024. "allowMultiple": false
  4025. },
  4026. {
  4027. "type": "string",
  4028. "paramType": "query",
  4029. "name": "resourceVersion",
  4030. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4031. "required": false,
  4032. "allowMultiple": false
  4033. },
  4034. {
  4035. "type": "integer",
  4036. "paramType": "query",
  4037. "name": "timeoutSeconds",
  4038. "description": "Timeout for the list/watch call.",
  4039. "required": false,
  4040. "allowMultiple": false
  4041. }
  4042. ],
  4043. "responseMessages": [
  4044. {
  4045. "code": 200,
  4046. "message": "OK",
  4047. "responseModel": "v1beta1.PodSecurityPolicyList"
  4048. }
  4049. ],
  4050. "produces": [
  4051. "application/json",
  4052. "application/yaml",
  4053. "application/vnd.kubernetes.protobuf",
  4054. "application/json;stream=watch",
  4055. "application/vnd.kubernetes.protobuf;stream=watch"
  4056. ],
  4057. "consumes": [
  4058. "*/*"
  4059. ]
  4060. },
  4061. {
  4062. "type": "v1beta1.PodSecurityPolicy",
  4063. "method": "POST",
  4064. "summary": "create a PodSecurityPolicy",
  4065. "nickname": "createPodSecurityPolicy",
  4066. "parameters": [
  4067. {
  4068. "type": "string",
  4069. "paramType": "query",
  4070. "name": "pretty",
  4071. "description": "If 'true', then the output is pretty printed.",
  4072. "required": false,
  4073. "allowMultiple": false
  4074. },
  4075. {
  4076. "type": "v1beta1.PodSecurityPolicy",
  4077. "paramType": "body",
  4078. "name": "body",
  4079. "description": "",
  4080. "required": true,
  4081. "allowMultiple": false
  4082. }
  4083. ],
  4084. "responseMessages": [
  4085. {
  4086. "code": 200,
  4087. "message": "OK",
  4088. "responseModel": "v1beta1.PodSecurityPolicy"
  4089. }
  4090. ],
  4091. "produces": [
  4092. "application/json",
  4093. "application/yaml",
  4094. "application/vnd.kubernetes.protobuf"
  4095. ],
  4096. "consumes": [
  4097. "*/*"
  4098. ]
  4099. },
  4100. {
  4101. "type": "v1.Status",
  4102. "method": "DELETE",
  4103. "summary": "delete collection of PodSecurityPolicy",
  4104. "nickname": "deletecollectionPodSecurityPolicy",
  4105. "parameters": [
  4106. {
  4107. "type": "string",
  4108. "paramType": "query",
  4109. "name": "pretty",
  4110. "description": "If 'true', then the output is pretty printed.",
  4111. "required": false,
  4112. "allowMultiple": false
  4113. },
  4114. {
  4115. "type": "string",
  4116. "paramType": "query",
  4117. "name": "labelSelector",
  4118. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4119. "required": false,
  4120. "allowMultiple": false
  4121. },
  4122. {
  4123. "type": "string",
  4124. "paramType": "query",
  4125. "name": "fieldSelector",
  4126. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4127. "required": false,
  4128. "allowMultiple": false
  4129. },
  4130. {
  4131. "type": "boolean",
  4132. "paramType": "query",
  4133. "name": "watch",
  4134. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4135. "required": false,
  4136. "allowMultiple": false
  4137. },
  4138. {
  4139. "type": "string",
  4140. "paramType": "query",
  4141. "name": "resourceVersion",
  4142. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4143. "required": false,
  4144. "allowMultiple": false
  4145. },
  4146. {
  4147. "type": "integer",
  4148. "paramType": "query",
  4149. "name": "timeoutSeconds",
  4150. "description": "Timeout for the list/watch call.",
  4151. "required": false,
  4152. "allowMultiple": false
  4153. }
  4154. ],
  4155. "responseMessages": [
  4156. {
  4157. "code": 200,
  4158. "message": "OK",
  4159. "responseModel": "v1.Status"
  4160. }
  4161. ],
  4162. "produces": [
  4163. "application/json",
  4164. "application/yaml",
  4165. "application/vnd.kubernetes.protobuf"
  4166. ],
  4167. "consumes": [
  4168. "*/*"
  4169. ]
  4170. }
  4171. ]
  4172. },
  4173. {
  4174. "path": "/apis/extensions/v1beta1/watch/podsecuritypolicies",
  4175. "description": "API at /apis/extensions/v1beta1",
  4176. "operations": [
  4177. {
  4178. "type": "v1.WatchEvent",
  4179. "method": "GET",
  4180. "summary": "watch individual changes to a list of PodSecurityPolicy",
  4181. "nickname": "watchPodSecurityPolicyList",
  4182. "parameters": [
  4183. {
  4184. "type": "string",
  4185. "paramType": "query",
  4186. "name": "pretty",
  4187. "description": "If 'true', then the output is pretty printed.",
  4188. "required": false,
  4189. "allowMultiple": false
  4190. },
  4191. {
  4192. "type": "string",
  4193. "paramType": "query",
  4194. "name": "labelSelector",
  4195. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4196. "required": false,
  4197. "allowMultiple": false
  4198. },
  4199. {
  4200. "type": "string",
  4201. "paramType": "query",
  4202. "name": "fieldSelector",
  4203. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4204. "required": false,
  4205. "allowMultiple": false
  4206. },
  4207. {
  4208. "type": "boolean",
  4209. "paramType": "query",
  4210. "name": "watch",
  4211. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4212. "required": false,
  4213. "allowMultiple": false
  4214. },
  4215. {
  4216. "type": "string",
  4217. "paramType": "query",
  4218. "name": "resourceVersion",
  4219. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4220. "required": false,
  4221. "allowMultiple": false
  4222. },
  4223. {
  4224. "type": "integer",
  4225. "paramType": "query",
  4226. "name": "timeoutSeconds",
  4227. "description": "Timeout for the list/watch call.",
  4228. "required": false,
  4229. "allowMultiple": false
  4230. }
  4231. ],
  4232. "responseMessages": [
  4233. {
  4234. "code": 200,
  4235. "message": "OK",
  4236. "responseModel": "v1.WatchEvent"
  4237. }
  4238. ],
  4239. "produces": [
  4240. "application/json",
  4241. "application/yaml",
  4242. "application/vnd.kubernetes.protobuf",
  4243. "application/json;stream=watch",
  4244. "application/vnd.kubernetes.protobuf;stream=watch"
  4245. ],
  4246. "consumes": [
  4247. "*/*"
  4248. ]
  4249. }
  4250. ]
  4251. },
  4252. {
  4253. "path": "/apis/extensions/v1beta1/podsecuritypolicies/{name}",
  4254. "description": "API at /apis/extensions/v1beta1",
  4255. "operations": [
  4256. {
  4257. "type": "v1beta1.PodSecurityPolicy",
  4258. "method": "GET",
  4259. "summary": "read the specified PodSecurityPolicy",
  4260. "nickname": "readPodSecurityPolicy",
  4261. "parameters": [
  4262. {
  4263. "type": "string",
  4264. "paramType": "query",
  4265. "name": "pretty",
  4266. "description": "If 'true', then the output is pretty printed.",
  4267. "required": false,
  4268. "allowMultiple": false
  4269. },
  4270. {
  4271. "type": "boolean",
  4272. "paramType": "query",
  4273. "name": "export",
  4274. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  4275. "required": false,
  4276. "allowMultiple": false
  4277. },
  4278. {
  4279. "type": "boolean",
  4280. "paramType": "query",
  4281. "name": "exact",
  4282. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  4283. "required": false,
  4284. "allowMultiple": false
  4285. },
  4286. {
  4287. "type": "string",
  4288. "paramType": "path",
  4289. "name": "name",
  4290. "description": "name of the PodSecurityPolicy",
  4291. "required": true,
  4292. "allowMultiple": false
  4293. }
  4294. ],
  4295. "responseMessages": [
  4296. {
  4297. "code": 200,
  4298. "message": "OK",
  4299. "responseModel": "v1beta1.PodSecurityPolicy"
  4300. }
  4301. ],
  4302. "produces": [
  4303. "application/json",
  4304. "application/yaml",
  4305. "application/vnd.kubernetes.protobuf"
  4306. ],
  4307. "consumes": [
  4308. "*/*"
  4309. ]
  4310. },
  4311. {
  4312. "type": "v1beta1.PodSecurityPolicy",
  4313. "method": "PUT",
  4314. "summary": "replace the specified PodSecurityPolicy",
  4315. "nickname": "replacePodSecurityPolicy",
  4316. "parameters": [
  4317. {
  4318. "type": "string",
  4319. "paramType": "query",
  4320. "name": "pretty",
  4321. "description": "If 'true', then the output is pretty printed.",
  4322. "required": false,
  4323. "allowMultiple": false
  4324. },
  4325. {
  4326. "type": "v1beta1.PodSecurityPolicy",
  4327. "paramType": "body",
  4328. "name": "body",
  4329. "description": "",
  4330. "required": true,
  4331. "allowMultiple": false
  4332. },
  4333. {
  4334. "type": "string",
  4335. "paramType": "path",
  4336. "name": "name",
  4337. "description": "name of the PodSecurityPolicy",
  4338. "required": true,
  4339. "allowMultiple": false
  4340. }
  4341. ],
  4342. "responseMessages": [
  4343. {
  4344. "code": 200,
  4345. "message": "OK",
  4346. "responseModel": "v1beta1.PodSecurityPolicy"
  4347. }
  4348. ],
  4349. "produces": [
  4350. "application/json",
  4351. "application/yaml",
  4352. "application/vnd.kubernetes.protobuf"
  4353. ],
  4354. "consumes": [
  4355. "*/*"
  4356. ]
  4357. },
  4358. {
  4359. "type": "v1beta1.PodSecurityPolicy",
  4360. "method": "PATCH",
  4361. "summary": "partially update the specified PodSecurityPolicy",
  4362. "nickname": "patchPodSecurityPolicy",
  4363. "parameters": [
  4364. {
  4365. "type": "string",
  4366. "paramType": "query",
  4367. "name": "pretty",
  4368. "description": "If 'true', then the output is pretty printed.",
  4369. "required": false,
  4370. "allowMultiple": false
  4371. },
  4372. {
  4373. "type": "v1.Patch",
  4374. "paramType": "body",
  4375. "name": "body",
  4376. "description": "",
  4377. "required": true,
  4378. "allowMultiple": false
  4379. },
  4380. {
  4381. "type": "string",
  4382. "paramType": "path",
  4383. "name": "name",
  4384. "description": "name of the PodSecurityPolicy",
  4385. "required": true,
  4386. "allowMultiple": false
  4387. }
  4388. ],
  4389. "responseMessages": [
  4390. {
  4391. "code": 200,
  4392. "message": "OK",
  4393. "responseModel": "v1beta1.PodSecurityPolicy"
  4394. }
  4395. ],
  4396. "produces": [
  4397. "application/json",
  4398. "application/yaml",
  4399. "application/vnd.kubernetes.protobuf"
  4400. ],
  4401. "consumes": [
  4402. "application/json-patch+json",
  4403. "application/merge-patch+json",
  4404. "application/strategic-merge-patch+json"
  4405. ]
  4406. },
  4407. {
  4408. "type": "v1.Status",
  4409. "method": "DELETE",
  4410. "summary": "delete a PodSecurityPolicy",
  4411. "nickname": "deletePodSecurityPolicy",
  4412. "parameters": [
  4413. {
  4414. "type": "string",
  4415. "paramType": "query",
  4416. "name": "pretty",
  4417. "description": "If 'true', then the output is pretty printed.",
  4418. "required": false,
  4419. "allowMultiple": false
  4420. },
  4421. {
  4422. "type": "v1.DeleteOptions",
  4423. "paramType": "body",
  4424. "name": "body",
  4425. "description": "",
  4426. "required": true,
  4427. "allowMultiple": false
  4428. },
  4429. {
  4430. "type": "integer",
  4431. "paramType": "query",
  4432. "name": "gracePeriodSeconds",
  4433. "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.",
  4434. "required": false,
  4435. "allowMultiple": false
  4436. },
  4437. {
  4438. "type": "boolean",
  4439. "paramType": "query",
  4440. "name": "orphanDependents",
  4441. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  4442. "required": false,
  4443. "allowMultiple": false
  4444. },
  4445. {
  4446. "type": "string",
  4447. "paramType": "query",
  4448. "name": "propagationPolicy",
  4449. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  4450. "required": false,
  4451. "allowMultiple": false
  4452. },
  4453. {
  4454. "type": "string",
  4455. "paramType": "path",
  4456. "name": "name",
  4457. "description": "name of the PodSecurityPolicy",
  4458. "required": true,
  4459. "allowMultiple": false
  4460. }
  4461. ],
  4462. "responseMessages": [
  4463. {
  4464. "code": 200,
  4465. "message": "OK",
  4466. "responseModel": "v1.Status"
  4467. }
  4468. ],
  4469. "produces": [
  4470. "application/json",
  4471. "application/yaml",
  4472. "application/vnd.kubernetes.protobuf"
  4473. ],
  4474. "consumes": [
  4475. "*/*"
  4476. ]
  4477. }
  4478. ]
  4479. },
  4480. {
  4481. "path": "/apis/extensions/v1beta1/watch/podsecuritypolicies/{name}",
  4482. "description": "API at /apis/extensions/v1beta1",
  4483. "operations": [
  4484. {
  4485. "type": "v1.WatchEvent",
  4486. "method": "GET",
  4487. "summary": "watch changes to an object of kind PodSecurityPolicy",
  4488. "nickname": "watchPodSecurityPolicy",
  4489. "parameters": [
  4490. {
  4491. "type": "string",
  4492. "paramType": "query",
  4493. "name": "pretty",
  4494. "description": "If 'true', then the output is pretty printed.",
  4495. "required": false,
  4496. "allowMultiple": false
  4497. },
  4498. {
  4499. "type": "string",
  4500. "paramType": "query",
  4501. "name": "labelSelector",
  4502. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4503. "required": false,
  4504. "allowMultiple": false
  4505. },
  4506. {
  4507. "type": "string",
  4508. "paramType": "query",
  4509. "name": "fieldSelector",
  4510. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4511. "required": false,
  4512. "allowMultiple": false
  4513. },
  4514. {
  4515. "type": "boolean",
  4516. "paramType": "query",
  4517. "name": "watch",
  4518. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4519. "required": false,
  4520. "allowMultiple": false
  4521. },
  4522. {
  4523. "type": "string",
  4524. "paramType": "query",
  4525. "name": "resourceVersion",
  4526. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4527. "required": false,
  4528. "allowMultiple": false
  4529. },
  4530. {
  4531. "type": "integer",
  4532. "paramType": "query",
  4533. "name": "timeoutSeconds",
  4534. "description": "Timeout for the list/watch call.",
  4535. "required": false,
  4536. "allowMultiple": false
  4537. },
  4538. {
  4539. "type": "string",
  4540. "paramType": "path",
  4541. "name": "name",
  4542. "description": "name of the PodSecurityPolicy",
  4543. "required": true,
  4544. "allowMultiple": false
  4545. }
  4546. ],
  4547. "responseMessages": [
  4548. {
  4549. "code": 200,
  4550. "message": "OK",
  4551. "responseModel": "v1.WatchEvent"
  4552. }
  4553. ],
  4554. "produces": [
  4555. "application/json",
  4556. "application/yaml",
  4557. "application/vnd.kubernetes.protobuf",
  4558. "application/json;stream=watch",
  4559. "application/vnd.kubernetes.protobuf;stream=watch"
  4560. ],
  4561. "consumes": [
  4562. "*/*"
  4563. ]
  4564. }
  4565. ]
  4566. },
  4567. {
  4568. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets",
  4569. "description": "API at /apis/extensions/v1beta1",
  4570. "operations": [
  4571. {
  4572. "type": "v1beta1.ReplicaSetList",
  4573. "method": "GET",
  4574. "summary": "list or watch objects of kind ReplicaSet",
  4575. "nickname": "listNamespacedReplicaSet",
  4576. "parameters": [
  4577. {
  4578. "type": "string",
  4579. "paramType": "query",
  4580. "name": "pretty",
  4581. "description": "If 'true', then the output is pretty printed.",
  4582. "required": false,
  4583. "allowMultiple": false
  4584. },
  4585. {
  4586. "type": "string",
  4587. "paramType": "query",
  4588. "name": "labelSelector",
  4589. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4590. "required": false,
  4591. "allowMultiple": false
  4592. },
  4593. {
  4594. "type": "string",
  4595. "paramType": "query",
  4596. "name": "fieldSelector",
  4597. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4598. "required": false,
  4599. "allowMultiple": false
  4600. },
  4601. {
  4602. "type": "boolean",
  4603. "paramType": "query",
  4604. "name": "watch",
  4605. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4606. "required": false,
  4607. "allowMultiple": false
  4608. },
  4609. {
  4610. "type": "string",
  4611. "paramType": "query",
  4612. "name": "resourceVersion",
  4613. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4614. "required": false,
  4615. "allowMultiple": false
  4616. },
  4617. {
  4618. "type": "integer",
  4619. "paramType": "query",
  4620. "name": "timeoutSeconds",
  4621. "description": "Timeout for the list/watch call.",
  4622. "required": false,
  4623. "allowMultiple": false
  4624. },
  4625. {
  4626. "type": "string",
  4627. "paramType": "path",
  4628. "name": "namespace",
  4629. "description": "object name and auth scope, such as for teams and projects",
  4630. "required": true,
  4631. "allowMultiple": false
  4632. }
  4633. ],
  4634. "responseMessages": [
  4635. {
  4636. "code": 200,
  4637. "message": "OK",
  4638. "responseModel": "v1beta1.ReplicaSetList"
  4639. }
  4640. ],
  4641. "produces": [
  4642. "application/json",
  4643. "application/yaml",
  4644. "application/vnd.kubernetes.protobuf",
  4645. "application/json;stream=watch",
  4646. "application/vnd.kubernetes.protobuf;stream=watch"
  4647. ],
  4648. "consumes": [
  4649. "*/*"
  4650. ]
  4651. },
  4652. {
  4653. "type": "v1beta1.ReplicaSet",
  4654. "method": "POST",
  4655. "summary": "create a ReplicaSet",
  4656. "nickname": "createNamespacedReplicaSet",
  4657. "parameters": [
  4658. {
  4659. "type": "string",
  4660. "paramType": "query",
  4661. "name": "pretty",
  4662. "description": "If 'true', then the output is pretty printed.",
  4663. "required": false,
  4664. "allowMultiple": false
  4665. },
  4666. {
  4667. "type": "v1beta1.ReplicaSet",
  4668. "paramType": "body",
  4669. "name": "body",
  4670. "description": "",
  4671. "required": true,
  4672. "allowMultiple": false
  4673. },
  4674. {
  4675. "type": "string",
  4676. "paramType": "path",
  4677. "name": "namespace",
  4678. "description": "object name and auth scope, such as for teams and projects",
  4679. "required": true,
  4680. "allowMultiple": false
  4681. }
  4682. ],
  4683. "responseMessages": [
  4684. {
  4685. "code": 200,
  4686. "message": "OK",
  4687. "responseModel": "v1beta1.ReplicaSet"
  4688. }
  4689. ],
  4690. "produces": [
  4691. "application/json",
  4692. "application/yaml",
  4693. "application/vnd.kubernetes.protobuf"
  4694. ],
  4695. "consumes": [
  4696. "*/*"
  4697. ]
  4698. },
  4699. {
  4700. "type": "v1.Status",
  4701. "method": "DELETE",
  4702. "summary": "delete collection of ReplicaSet",
  4703. "nickname": "deletecollectionNamespacedReplicaSet",
  4704. "parameters": [
  4705. {
  4706. "type": "string",
  4707. "paramType": "query",
  4708. "name": "pretty",
  4709. "description": "If 'true', then the output is pretty printed.",
  4710. "required": false,
  4711. "allowMultiple": false
  4712. },
  4713. {
  4714. "type": "string",
  4715. "paramType": "query",
  4716. "name": "labelSelector",
  4717. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4718. "required": false,
  4719. "allowMultiple": false
  4720. },
  4721. {
  4722. "type": "string",
  4723. "paramType": "query",
  4724. "name": "fieldSelector",
  4725. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4726. "required": false,
  4727. "allowMultiple": false
  4728. },
  4729. {
  4730. "type": "boolean",
  4731. "paramType": "query",
  4732. "name": "watch",
  4733. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4734. "required": false,
  4735. "allowMultiple": false
  4736. },
  4737. {
  4738. "type": "string",
  4739. "paramType": "query",
  4740. "name": "resourceVersion",
  4741. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4742. "required": false,
  4743. "allowMultiple": false
  4744. },
  4745. {
  4746. "type": "integer",
  4747. "paramType": "query",
  4748. "name": "timeoutSeconds",
  4749. "description": "Timeout for the list/watch call.",
  4750. "required": false,
  4751. "allowMultiple": false
  4752. },
  4753. {
  4754. "type": "string",
  4755. "paramType": "path",
  4756. "name": "namespace",
  4757. "description": "object name and auth scope, such as for teams and projects",
  4758. "required": true,
  4759. "allowMultiple": false
  4760. }
  4761. ],
  4762. "responseMessages": [
  4763. {
  4764. "code": 200,
  4765. "message": "OK",
  4766. "responseModel": "v1.Status"
  4767. }
  4768. ],
  4769. "produces": [
  4770. "application/json",
  4771. "application/yaml",
  4772. "application/vnd.kubernetes.protobuf"
  4773. ],
  4774. "consumes": [
  4775. "*/*"
  4776. ]
  4777. }
  4778. ]
  4779. },
  4780. {
  4781. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets",
  4782. "description": "API at /apis/extensions/v1beta1",
  4783. "operations": [
  4784. {
  4785. "type": "v1.WatchEvent",
  4786. "method": "GET",
  4787. "summary": "watch individual changes to a list of ReplicaSet",
  4788. "nickname": "watchNamespacedReplicaSetList",
  4789. "parameters": [
  4790. {
  4791. "type": "string",
  4792. "paramType": "query",
  4793. "name": "pretty",
  4794. "description": "If 'true', then the output is pretty printed.",
  4795. "required": false,
  4796. "allowMultiple": false
  4797. },
  4798. {
  4799. "type": "string",
  4800. "paramType": "query",
  4801. "name": "labelSelector",
  4802. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  4803. "required": false,
  4804. "allowMultiple": false
  4805. },
  4806. {
  4807. "type": "string",
  4808. "paramType": "query",
  4809. "name": "fieldSelector",
  4810. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  4811. "required": false,
  4812. "allowMultiple": false
  4813. },
  4814. {
  4815. "type": "boolean",
  4816. "paramType": "query",
  4817. "name": "watch",
  4818. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  4819. "required": false,
  4820. "allowMultiple": false
  4821. },
  4822. {
  4823. "type": "string",
  4824. "paramType": "query",
  4825. "name": "resourceVersion",
  4826. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  4827. "required": false,
  4828. "allowMultiple": false
  4829. },
  4830. {
  4831. "type": "integer",
  4832. "paramType": "query",
  4833. "name": "timeoutSeconds",
  4834. "description": "Timeout for the list/watch call.",
  4835. "required": false,
  4836. "allowMultiple": false
  4837. },
  4838. {
  4839. "type": "string",
  4840. "paramType": "path",
  4841. "name": "namespace",
  4842. "description": "object name and auth scope, such as for teams and projects",
  4843. "required": true,
  4844. "allowMultiple": false
  4845. }
  4846. ],
  4847. "responseMessages": [
  4848. {
  4849. "code": 200,
  4850. "message": "OK",
  4851. "responseModel": "v1.WatchEvent"
  4852. }
  4853. ],
  4854. "produces": [
  4855. "application/json",
  4856. "application/yaml",
  4857. "application/vnd.kubernetes.protobuf",
  4858. "application/json;stream=watch",
  4859. "application/vnd.kubernetes.protobuf;stream=watch"
  4860. ],
  4861. "consumes": [
  4862. "*/*"
  4863. ]
  4864. }
  4865. ]
  4866. },
  4867. {
  4868. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}",
  4869. "description": "API at /apis/extensions/v1beta1",
  4870. "operations": [
  4871. {
  4872. "type": "v1beta1.ReplicaSet",
  4873. "method": "GET",
  4874. "summary": "read the specified ReplicaSet",
  4875. "nickname": "readNamespacedReplicaSet",
  4876. "parameters": [
  4877. {
  4878. "type": "string",
  4879. "paramType": "query",
  4880. "name": "pretty",
  4881. "description": "If 'true', then the output is pretty printed.",
  4882. "required": false,
  4883. "allowMultiple": false
  4884. },
  4885. {
  4886. "type": "boolean",
  4887. "paramType": "query",
  4888. "name": "export",
  4889. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  4890. "required": false,
  4891. "allowMultiple": false
  4892. },
  4893. {
  4894. "type": "boolean",
  4895. "paramType": "query",
  4896. "name": "exact",
  4897. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  4898. "required": false,
  4899. "allowMultiple": false
  4900. },
  4901. {
  4902. "type": "string",
  4903. "paramType": "path",
  4904. "name": "namespace",
  4905. "description": "object name and auth scope, such as for teams and projects",
  4906. "required": true,
  4907. "allowMultiple": false
  4908. },
  4909. {
  4910. "type": "string",
  4911. "paramType": "path",
  4912. "name": "name",
  4913. "description": "name of the ReplicaSet",
  4914. "required": true,
  4915. "allowMultiple": false
  4916. }
  4917. ],
  4918. "responseMessages": [
  4919. {
  4920. "code": 200,
  4921. "message": "OK",
  4922. "responseModel": "v1beta1.ReplicaSet"
  4923. }
  4924. ],
  4925. "produces": [
  4926. "application/json",
  4927. "application/yaml",
  4928. "application/vnd.kubernetes.protobuf"
  4929. ],
  4930. "consumes": [
  4931. "*/*"
  4932. ]
  4933. },
  4934. {
  4935. "type": "v1beta1.ReplicaSet",
  4936. "method": "PUT",
  4937. "summary": "replace the specified ReplicaSet",
  4938. "nickname": "replaceNamespacedReplicaSet",
  4939. "parameters": [
  4940. {
  4941. "type": "string",
  4942. "paramType": "query",
  4943. "name": "pretty",
  4944. "description": "If 'true', then the output is pretty printed.",
  4945. "required": false,
  4946. "allowMultiple": false
  4947. },
  4948. {
  4949. "type": "v1beta1.ReplicaSet",
  4950. "paramType": "body",
  4951. "name": "body",
  4952. "description": "",
  4953. "required": true,
  4954. "allowMultiple": false
  4955. },
  4956. {
  4957. "type": "string",
  4958. "paramType": "path",
  4959. "name": "namespace",
  4960. "description": "object name and auth scope, such as for teams and projects",
  4961. "required": true,
  4962. "allowMultiple": false
  4963. },
  4964. {
  4965. "type": "string",
  4966. "paramType": "path",
  4967. "name": "name",
  4968. "description": "name of the ReplicaSet",
  4969. "required": true,
  4970. "allowMultiple": false
  4971. }
  4972. ],
  4973. "responseMessages": [
  4974. {
  4975. "code": 200,
  4976. "message": "OK",
  4977. "responseModel": "v1beta1.ReplicaSet"
  4978. }
  4979. ],
  4980. "produces": [
  4981. "application/json",
  4982. "application/yaml",
  4983. "application/vnd.kubernetes.protobuf"
  4984. ],
  4985. "consumes": [
  4986. "*/*"
  4987. ]
  4988. },
  4989. {
  4990. "type": "v1beta1.ReplicaSet",
  4991. "method": "PATCH",
  4992. "summary": "partially update the specified ReplicaSet",
  4993. "nickname": "patchNamespacedReplicaSet",
  4994. "parameters": [
  4995. {
  4996. "type": "string",
  4997. "paramType": "query",
  4998. "name": "pretty",
  4999. "description": "If 'true', then the output is pretty printed.",
  5000. "required": false,
  5001. "allowMultiple": false
  5002. },
  5003. {
  5004. "type": "v1.Patch",
  5005. "paramType": "body",
  5006. "name": "body",
  5007. "description": "",
  5008. "required": true,
  5009. "allowMultiple": false
  5010. },
  5011. {
  5012. "type": "string",
  5013. "paramType": "path",
  5014. "name": "namespace",
  5015. "description": "object name and auth scope, such as for teams and projects",
  5016. "required": true,
  5017. "allowMultiple": false
  5018. },
  5019. {
  5020. "type": "string",
  5021. "paramType": "path",
  5022. "name": "name",
  5023. "description": "name of the ReplicaSet",
  5024. "required": true,
  5025. "allowMultiple": false
  5026. }
  5027. ],
  5028. "responseMessages": [
  5029. {
  5030. "code": 200,
  5031. "message": "OK",
  5032. "responseModel": "v1beta1.ReplicaSet"
  5033. }
  5034. ],
  5035. "produces": [
  5036. "application/json",
  5037. "application/yaml",
  5038. "application/vnd.kubernetes.protobuf"
  5039. ],
  5040. "consumes": [
  5041. "application/json-patch+json",
  5042. "application/merge-patch+json",
  5043. "application/strategic-merge-patch+json"
  5044. ]
  5045. },
  5046. {
  5047. "type": "v1.Status",
  5048. "method": "DELETE",
  5049. "summary": "delete a ReplicaSet",
  5050. "nickname": "deleteNamespacedReplicaSet",
  5051. "parameters": [
  5052. {
  5053. "type": "string",
  5054. "paramType": "query",
  5055. "name": "pretty",
  5056. "description": "If 'true', then the output is pretty printed.",
  5057. "required": false,
  5058. "allowMultiple": false
  5059. },
  5060. {
  5061. "type": "v1.DeleteOptions",
  5062. "paramType": "body",
  5063. "name": "body",
  5064. "description": "",
  5065. "required": true,
  5066. "allowMultiple": false
  5067. },
  5068. {
  5069. "type": "integer",
  5070. "paramType": "query",
  5071. "name": "gracePeriodSeconds",
  5072. "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.",
  5073. "required": false,
  5074. "allowMultiple": false
  5075. },
  5076. {
  5077. "type": "boolean",
  5078. "paramType": "query",
  5079. "name": "orphanDependents",
  5080. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  5081. "required": false,
  5082. "allowMultiple": false
  5083. },
  5084. {
  5085. "type": "string",
  5086. "paramType": "query",
  5087. "name": "propagationPolicy",
  5088. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  5089. "required": false,
  5090. "allowMultiple": false
  5091. },
  5092. {
  5093. "type": "string",
  5094. "paramType": "path",
  5095. "name": "namespace",
  5096. "description": "object name and auth scope, such as for teams and projects",
  5097. "required": true,
  5098. "allowMultiple": false
  5099. },
  5100. {
  5101. "type": "string",
  5102. "paramType": "path",
  5103. "name": "name",
  5104. "description": "name of the ReplicaSet",
  5105. "required": true,
  5106. "allowMultiple": false
  5107. }
  5108. ],
  5109. "responseMessages": [
  5110. {
  5111. "code": 200,
  5112. "message": "OK",
  5113. "responseModel": "v1.Status"
  5114. }
  5115. ],
  5116. "produces": [
  5117. "application/json",
  5118. "application/yaml",
  5119. "application/vnd.kubernetes.protobuf"
  5120. ],
  5121. "consumes": [
  5122. "*/*"
  5123. ]
  5124. }
  5125. ]
  5126. },
  5127. {
  5128. "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}",
  5129. "description": "API at /apis/extensions/v1beta1",
  5130. "operations": [
  5131. {
  5132. "type": "v1.WatchEvent",
  5133. "method": "GET",
  5134. "summary": "watch changes to an object of kind ReplicaSet",
  5135. "nickname": "watchNamespacedReplicaSet",
  5136. "parameters": [
  5137. {
  5138. "type": "string",
  5139. "paramType": "query",
  5140. "name": "pretty",
  5141. "description": "If 'true', then the output is pretty printed.",
  5142. "required": false,
  5143. "allowMultiple": false
  5144. },
  5145. {
  5146. "type": "string",
  5147. "paramType": "query",
  5148. "name": "labelSelector",
  5149. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5150. "required": false,
  5151. "allowMultiple": false
  5152. },
  5153. {
  5154. "type": "string",
  5155. "paramType": "query",
  5156. "name": "fieldSelector",
  5157. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5158. "required": false,
  5159. "allowMultiple": false
  5160. },
  5161. {
  5162. "type": "boolean",
  5163. "paramType": "query",
  5164. "name": "watch",
  5165. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5166. "required": false,
  5167. "allowMultiple": false
  5168. },
  5169. {
  5170. "type": "string",
  5171. "paramType": "query",
  5172. "name": "resourceVersion",
  5173. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  5174. "required": false,
  5175. "allowMultiple": false
  5176. },
  5177. {
  5178. "type": "integer",
  5179. "paramType": "query",
  5180. "name": "timeoutSeconds",
  5181. "description": "Timeout for the list/watch call.",
  5182. "required": false,
  5183. "allowMultiple": false
  5184. },
  5185. {
  5186. "type": "string",
  5187. "paramType": "path",
  5188. "name": "namespace",
  5189. "description": "object name and auth scope, such as for teams and projects",
  5190. "required": true,
  5191. "allowMultiple": false
  5192. },
  5193. {
  5194. "type": "string",
  5195. "paramType": "path",
  5196. "name": "name",
  5197. "description": "name of the ReplicaSet",
  5198. "required": true,
  5199. "allowMultiple": false
  5200. }
  5201. ],
  5202. "responseMessages": [
  5203. {
  5204. "code": 200,
  5205. "message": "OK",
  5206. "responseModel": "v1.WatchEvent"
  5207. }
  5208. ],
  5209. "produces": [
  5210. "application/json",
  5211. "application/yaml",
  5212. "application/vnd.kubernetes.protobuf",
  5213. "application/json;stream=watch",
  5214. "application/vnd.kubernetes.protobuf;stream=watch"
  5215. ],
  5216. "consumes": [
  5217. "*/*"
  5218. ]
  5219. }
  5220. ]
  5221. },
  5222. {
  5223. "path": "/apis/extensions/v1beta1/replicasets",
  5224. "description": "API at /apis/extensions/v1beta1",
  5225. "operations": [
  5226. {
  5227. "type": "v1beta1.ReplicaSetList",
  5228. "method": "GET",
  5229. "summary": "list or watch objects of kind ReplicaSet",
  5230. "nickname": "listReplicaSetForAllNamespaces",
  5231. "parameters": [
  5232. {
  5233. "type": "string",
  5234. "paramType": "query",
  5235. "name": "pretty",
  5236. "description": "If 'true', then the output is pretty printed.",
  5237. "required": false,
  5238. "allowMultiple": false
  5239. },
  5240. {
  5241. "type": "string",
  5242. "paramType": "query",
  5243. "name": "labelSelector",
  5244. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5245. "required": false,
  5246. "allowMultiple": false
  5247. },
  5248. {
  5249. "type": "string",
  5250. "paramType": "query",
  5251. "name": "fieldSelector",
  5252. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5253. "required": false,
  5254. "allowMultiple": false
  5255. },
  5256. {
  5257. "type": "boolean",
  5258. "paramType": "query",
  5259. "name": "watch",
  5260. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5261. "required": false,
  5262. "allowMultiple": false
  5263. },
  5264. {
  5265. "type": "string",
  5266. "paramType": "query",
  5267. "name": "resourceVersion",
  5268. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  5269. "required": false,
  5270. "allowMultiple": false
  5271. },
  5272. {
  5273. "type": "integer",
  5274. "paramType": "query",
  5275. "name": "timeoutSeconds",
  5276. "description": "Timeout for the list/watch call.",
  5277. "required": false,
  5278. "allowMultiple": false
  5279. }
  5280. ],
  5281. "responseMessages": [
  5282. {
  5283. "code": 200,
  5284. "message": "OK",
  5285. "responseModel": "v1beta1.ReplicaSetList"
  5286. }
  5287. ],
  5288. "produces": [
  5289. "application/json",
  5290. "application/yaml",
  5291. "application/vnd.kubernetes.protobuf",
  5292. "application/json;stream=watch",
  5293. "application/vnd.kubernetes.protobuf;stream=watch"
  5294. ],
  5295. "consumes": [
  5296. "*/*"
  5297. ]
  5298. }
  5299. ]
  5300. },
  5301. {
  5302. "path": "/apis/extensions/v1beta1/watch/replicasets",
  5303. "description": "API at /apis/extensions/v1beta1",
  5304. "operations": [
  5305. {
  5306. "type": "v1.WatchEvent",
  5307. "method": "GET",
  5308. "summary": "watch individual changes to a list of ReplicaSet",
  5309. "nickname": "watchReplicaSetListForAllNamespaces",
  5310. "parameters": [
  5311. {
  5312. "type": "string",
  5313. "paramType": "query",
  5314. "name": "pretty",
  5315. "description": "If 'true', then the output is pretty printed.",
  5316. "required": false,
  5317. "allowMultiple": false
  5318. },
  5319. {
  5320. "type": "string",
  5321. "paramType": "query",
  5322. "name": "labelSelector",
  5323. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5324. "required": false,
  5325. "allowMultiple": false
  5326. },
  5327. {
  5328. "type": "string",
  5329. "paramType": "query",
  5330. "name": "fieldSelector",
  5331. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5332. "required": false,
  5333. "allowMultiple": false
  5334. },
  5335. {
  5336. "type": "boolean",
  5337. "paramType": "query",
  5338. "name": "watch",
  5339. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5340. "required": false,
  5341. "allowMultiple": false
  5342. },
  5343. {
  5344. "type": "string",
  5345. "paramType": "query",
  5346. "name": "resourceVersion",
  5347. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  5348. "required": false,
  5349. "allowMultiple": false
  5350. },
  5351. {
  5352. "type": "integer",
  5353. "paramType": "query",
  5354. "name": "timeoutSeconds",
  5355. "description": "Timeout for the list/watch call.",
  5356. "required": false,
  5357. "allowMultiple": false
  5358. }
  5359. ],
  5360. "responseMessages": [
  5361. {
  5362. "code": 200,
  5363. "message": "OK",
  5364. "responseModel": "v1.WatchEvent"
  5365. }
  5366. ],
  5367. "produces": [
  5368. "application/json",
  5369. "application/yaml",
  5370. "application/vnd.kubernetes.protobuf",
  5371. "application/json;stream=watch",
  5372. "application/vnd.kubernetes.protobuf;stream=watch"
  5373. ],
  5374. "consumes": [
  5375. "*/*"
  5376. ]
  5377. }
  5378. ]
  5379. },
  5380. {
  5381. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale",
  5382. "description": "API at /apis/extensions/v1beta1",
  5383. "operations": [
  5384. {
  5385. "type": "v1beta1.Scale",
  5386. "method": "GET",
  5387. "summary": "read scale of the specified Scale",
  5388. "nickname": "readNamespacedScaleScale",
  5389. "parameters": [
  5390. {
  5391. "type": "string",
  5392. "paramType": "query",
  5393. "name": "pretty",
  5394. "description": "If 'true', then the output is pretty printed.",
  5395. "required": false,
  5396. "allowMultiple": false
  5397. },
  5398. {
  5399. "type": "string",
  5400. "paramType": "path",
  5401. "name": "namespace",
  5402. "description": "object name and auth scope, such as for teams and projects",
  5403. "required": true,
  5404. "allowMultiple": false
  5405. },
  5406. {
  5407. "type": "string",
  5408. "paramType": "path",
  5409. "name": "name",
  5410. "description": "name of the Scale",
  5411. "required": true,
  5412. "allowMultiple": false
  5413. }
  5414. ],
  5415. "responseMessages": [
  5416. {
  5417. "code": 200,
  5418. "message": "OK",
  5419. "responseModel": "v1beta1.Scale"
  5420. }
  5421. ],
  5422. "produces": [
  5423. "application/json",
  5424. "application/yaml",
  5425. "application/vnd.kubernetes.protobuf"
  5426. ],
  5427. "consumes": [
  5428. "*/*"
  5429. ]
  5430. },
  5431. {
  5432. "type": "v1beta1.Scale",
  5433. "method": "PUT",
  5434. "summary": "replace scale of the specified Scale",
  5435. "nickname": "replaceNamespacedScaleScale",
  5436. "parameters": [
  5437. {
  5438. "type": "string",
  5439. "paramType": "query",
  5440. "name": "pretty",
  5441. "description": "If 'true', then the output is pretty printed.",
  5442. "required": false,
  5443. "allowMultiple": false
  5444. },
  5445. {
  5446. "type": "v1beta1.Scale",
  5447. "paramType": "body",
  5448. "name": "body",
  5449. "description": "",
  5450. "required": true,
  5451. "allowMultiple": false
  5452. },
  5453. {
  5454. "type": "string",
  5455. "paramType": "path",
  5456. "name": "namespace",
  5457. "description": "object name and auth scope, such as for teams and projects",
  5458. "required": true,
  5459. "allowMultiple": false
  5460. },
  5461. {
  5462. "type": "string",
  5463. "paramType": "path",
  5464. "name": "name",
  5465. "description": "name of the Scale",
  5466. "required": true,
  5467. "allowMultiple": false
  5468. }
  5469. ],
  5470. "responseMessages": [
  5471. {
  5472. "code": 200,
  5473. "message": "OK",
  5474. "responseModel": "v1beta1.Scale"
  5475. }
  5476. ],
  5477. "produces": [
  5478. "application/json",
  5479. "application/yaml",
  5480. "application/vnd.kubernetes.protobuf"
  5481. ],
  5482. "consumes": [
  5483. "*/*"
  5484. ]
  5485. },
  5486. {
  5487. "type": "v1beta1.Scale",
  5488. "method": "PATCH",
  5489. "summary": "partially update scale of the specified Scale",
  5490. "nickname": "patchNamespacedScaleScale",
  5491. "parameters": [
  5492. {
  5493. "type": "string",
  5494. "paramType": "query",
  5495. "name": "pretty",
  5496. "description": "If 'true', then the output is pretty printed.",
  5497. "required": false,
  5498. "allowMultiple": false
  5499. },
  5500. {
  5501. "type": "v1.Patch",
  5502. "paramType": "body",
  5503. "name": "body",
  5504. "description": "",
  5505. "required": true,
  5506. "allowMultiple": false
  5507. },
  5508. {
  5509. "type": "string",
  5510. "paramType": "path",
  5511. "name": "namespace",
  5512. "description": "object name and auth scope, such as for teams and projects",
  5513. "required": true,
  5514. "allowMultiple": false
  5515. },
  5516. {
  5517. "type": "string",
  5518. "paramType": "path",
  5519. "name": "name",
  5520. "description": "name of the Scale",
  5521. "required": true,
  5522. "allowMultiple": false
  5523. }
  5524. ],
  5525. "responseMessages": [
  5526. {
  5527. "code": 200,
  5528. "message": "OK",
  5529. "responseModel": "v1beta1.Scale"
  5530. }
  5531. ],
  5532. "produces": [
  5533. "application/json",
  5534. "application/yaml",
  5535. "application/vnd.kubernetes.protobuf"
  5536. ],
  5537. "consumes": [
  5538. "application/json-patch+json",
  5539. "application/merge-patch+json",
  5540. "application/strategic-merge-patch+json"
  5541. ]
  5542. }
  5543. ]
  5544. },
  5545. {
  5546. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status",
  5547. "description": "API at /apis/extensions/v1beta1",
  5548. "operations": [
  5549. {
  5550. "type": "v1beta1.ReplicaSet",
  5551. "method": "GET",
  5552. "summary": "read status of the specified ReplicaSet",
  5553. "nickname": "readNamespacedReplicaSetStatus",
  5554. "parameters": [
  5555. {
  5556. "type": "string",
  5557. "paramType": "query",
  5558. "name": "pretty",
  5559. "description": "If 'true', then the output is pretty printed.",
  5560. "required": false,
  5561. "allowMultiple": false
  5562. },
  5563. {
  5564. "type": "string",
  5565. "paramType": "path",
  5566. "name": "namespace",
  5567. "description": "object name and auth scope, such as for teams and projects",
  5568. "required": true,
  5569. "allowMultiple": false
  5570. },
  5571. {
  5572. "type": "string",
  5573. "paramType": "path",
  5574. "name": "name",
  5575. "description": "name of the ReplicaSet",
  5576. "required": true,
  5577. "allowMultiple": false
  5578. }
  5579. ],
  5580. "responseMessages": [
  5581. {
  5582. "code": 200,
  5583. "message": "OK",
  5584. "responseModel": "v1beta1.ReplicaSet"
  5585. }
  5586. ],
  5587. "produces": [
  5588. "application/json",
  5589. "application/yaml",
  5590. "application/vnd.kubernetes.protobuf"
  5591. ],
  5592. "consumes": [
  5593. "*/*"
  5594. ]
  5595. },
  5596. {
  5597. "type": "v1beta1.ReplicaSet",
  5598. "method": "PUT",
  5599. "summary": "replace status of the specified ReplicaSet",
  5600. "nickname": "replaceNamespacedReplicaSetStatus",
  5601. "parameters": [
  5602. {
  5603. "type": "string",
  5604. "paramType": "query",
  5605. "name": "pretty",
  5606. "description": "If 'true', then the output is pretty printed.",
  5607. "required": false,
  5608. "allowMultiple": false
  5609. },
  5610. {
  5611. "type": "v1beta1.ReplicaSet",
  5612. "paramType": "body",
  5613. "name": "body",
  5614. "description": "",
  5615. "required": true,
  5616. "allowMultiple": false
  5617. },
  5618. {
  5619. "type": "string",
  5620. "paramType": "path",
  5621. "name": "namespace",
  5622. "description": "object name and auth scope, such as for teams and projects",
  5623. "required": true,
  5624. "allowMultiple": false
  5625. },
  5626. {
  5627. "type": "string",
  5628. "paramType": "path",
  5629. "name": "name",
  5630. "description": "name of the ReplicaSet",
  5631. "required": true,
  5632. "allowMultiple": false
  5633. }
  5634. ],
  5635. "responseMessages": [
  5636. {
  5637. "code": 200,
  5638. "message": "OK",
  5639. "responseModel": "v1beta1.ReplicaSet"
  5640. }
  5641. ],
  5642. "produces": [
  5643. "application/json",
  5644. "application/yaml",
  5645. "application/vnd.kubernetes.protobuf"
  5646. ],
  5647. "consumes": [
  5648. "*/*"
  5649. ]
  5650. },
  5651. {
  5652. "type": "v1beta1.ReplicaSet",
  5653. "method": "PATCH",
  5654. "summary": "partially update status of the specified ReplicaSet",
  5655. "nickname": "patchNamespacedReplicaSetStatus",
  5656. "parameters": [
  5657. {
  5658. "type": "string",
  5659. "paramType": "query",
  5660. "name": "pretty",
  5661. "description": "If 'true', then the output is pretty printed.",
  5662. "required": false,
  5663. "allowMultiple": false
  5664. },
  5665. {
  5666. "type": "v1.Patch",
  5667. "paramType": "body",
  5668. "name": "body",
  5669. "description": "",
  5670. "required": true,
  5671. "allowMultiple": false
  5672. },
  5673. {
  5674. "type": "string",
  5675. "paramType": "path",
  5676. "name": "namespace",
  5677. "description": "object name and auth scope, such as for teams and projects",
  5678. "required": true,
  5679. "allowMultiple": false
  5680. },
  5681. {
  5682. "type": "string",
  5683. "paramType": "path",
  5684. "name": "name",
  5685. "description": "name of the ReplicaSet",
  5686. "required": true,
  5687. "allowMultiple": false
  5688. }
  5689. ],
  5690. "responseMessages": [
  5691. {
  5692. "code": 200,
  5693. "message": "OK",
  5694. "responseModel": "v1beta1.ReplicaSet"
  5695. }
  5696. ],
  5697. "produces": [
  5698. "application/json",
  5699. "application/yaml",
  5700. "application/vnd.kubernetes.protobuf"
  5701. ],
  5702. "consumes": [
  5703. "application/json-patch+json",
  5704. "application/merge-patch+json",
  5705. "application/strategic-merge-patch+json"
  5706. ]
  5707. }
  5708. ]
  5709. },
  5710. {
  5711. "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale",
  5712. "description": "API at /apis/extensions/v1beta1",
  5713. "operations": [
  5714. {
  5715. "type": "v1beta1.Scale",
  5716. "method": "GET",
  5717. "summary": "read scale of the specified Scale",
  5718. "nickname": "readNamespacedScaleScale",
  5719. "parameters": [
  5720. {
  5721. "type": "string",
  5722. "paramType": "query",
  5723. "name": "pretty",
  5724. "description": "If 'true', then the output is pretty printed.",
  5725. "required": false,
  5726. "allowMultiple": false
  5727. },
  5728. {
  5729. "type": "string",
  5730. "paramType": "path",
  5731. "name": "namespace",
  5732. "description": "object name and auth scope, such as for teams and projects",
  5733. "required": true,
  5734. "allowMultiple": false
  5735. },
  5736. {
  5737. "type": "string",
  5738. "paramType": "path",
  5739. "name": "name",
  5740. "description": "name of the Scale",
  5741. "required": true,
  5742. "allowMultiple": false
  5743. }
  5744. ],
  5745. "responseMessages": [
  5746. {
  5747. "code": 200,
  5748. "message": "OK",
  5749. "responseModel": "v1beta1.Scale"
  5750. }
  5751. ],
  5752. "produces": [
  5753. "application/json",
  5754. "application/yaml",
  5755. "application/vnd.kubernetes.protobuf"
  5756. ],
  5757. "consumes": [
  5758. "*/*"
  5759. ]
  5760. },
  5761. {
  5762. "type": "v1beta1.Scale",
  5763. "method": "PUT",
  5764. "summary": "replace scale of the specified Scale",
  5765. "nickname": "replaceNamespacedScaleScale",
  5766. "parameters": [
  5767. {
  5768. "type": "string",
  5769. "paramType": "query",
  5770. "name": "pretty",
  5771. "description": "If 'true', then the output is pretty printed.",
  5772. "required": false,
  5773. "allowMultiple": false
  5774. },
  5775. {
  5776. "type": "v1beta1.Scale",
  5777. "paramType": "body",
  5778. "name": "body",
  5779. "description": "",
  5780. "required": true,
  5781. "allowMultiple": false
  5782. },
  5783. {
  5784. "type": "string",
  5785. "paramType": "path",
  5786. "name": "namespace",
  5787. "description": "object name and auth scope, such as for teams and projects",
  5788. "required": true,
  5789. "allowMultiple": false
  5790. },
  5791. {
  5792. "type": "string",
  5793. "paramType": "path",
  5794. "name": "name",
  5795. "description": "name of the Scale",
  5796. "required": true,
  5797. "allowMultiple": false
  5798. }
  5799. ],
  5800. "responseMessages": [
  5801. {
  5802. "code": 200,
  5803. "message": "OK",
  5804. "responseModel": "v1beta1.Scale"
  5805. }
  5806. ],
  5807. "produces": [
  5808. "application/json",
  5809. "application/yaml",
  5810. "application/vnd.kubernetes.protobuf"
  5811. ],
  5812. "consumes": [
  5813. "*/*"
  5814. ]
  5815. },
  5816. {
  5817. "type": "v1beta1.Scale",
  5818. "method": "PATCH",
  5819. "summary": "partially update scale of the specified Scale",
  5820. "nickname": "patchNamespacedScaleScale",
  5821. "parameters": [
  5822. {
  5823. "type": "string",
  5824. "paramType": "query",
  5825. "name": "pretty",
  5826. "description": "If 'true', then the output is pretty printed.",
  5827. "required": false,
  5828. "allowMultiple": false
  5829. },
  5830. {
  5831. "type": "v1.Patch",
  5832. "paramType": "body",
  5833. "name": "body",
  5834. "description": "",
  5835. "required": true,
  5836. "allowMultiple": false
  5837. },
  5838. {
  5839. "type": "string",
  5840. "paramType": "path",
  5841. "name": "namespace",
  5842. "description": "object name and auth scope, such as for teams and projects",
  5843. "required": true,
  5844. "allowMultiple": false
  5845. },
  5846. {
  5847. "type": "string",
  5848. "paramType": "path",
  5849. "name": "name",
  5850. "description": "name of the Scale",
  5851. "required": true,
  5852. "allowMultiple": false
  5853. }
  5854. ],
  5855. "responseMessages": [
  5856. {
  5857. "code": 200,
  5858. "message": "OK",
  5859. "responseModel": "v1beta1.Scale"
  5860. }
  5861. ],
  5862. "produces": [
  5863. "application/json",
  5864. "application/yaml",
  5865. "application/vnd.kubernetes.protobuf"
  5866. ],
  5867. "consumes": [
  5868. "application/json-patch+json",
  5869. "application/merge-patch+json",
  5870. "application/strategic-merge-patch+json"
  5871. ]
  5872. }
  5873. ]
  5874. },
  5875. {
  5876. "path": "/apis/extensions/v1beta1/thirdpartyresources",
  5877. "description": "API at /apis/extensions/v1beta1",
  5878. "operations": [
  5879. {
  5880. "type": "v1beta1.ThirdPartyResourceList",
  5881. "method": "GET",
  5882. "summary": "list or watch objects of kind ThirdPartyResource",
  5883. "nickname": "listThirdPartyResource",
  5884. "parameters": [
  5885. {
  5886. "type": "string",
  5887. "paramType": "query",
  5888. "name": "pretty",
  5889. "description": "If 'true', then the output is pretty printed.",
  5890. "required": false,
  5891. "allowMultiple": false
  5892. },
  5893. {
  5894. "type": "string",
  5895. "paramType": "query",
  5896. "name": "labelSelector",
  5897. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  5898. "required": false,
  5899. "allowMultiple": false
  5900. },
  5901. {
  5902. "type": "string",
  5903. "paramType": "query",
  5904. "name": "fieldSelector",
  5905. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  5906. "required": false,
  5907. "allowMultiple": false
  5908. },
  5909. {
  5910. "type": "boolean",
  5911. "paramType": "query",
  5912. "name": "watch",
  5913. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  5914. "required": false,
  5915. "allowMultiple": false
  5916. },
  5917. {
  5918. "type": "string",
  5919. "paramType": "query",
  5920. "name": "resourceVersion",
  5921. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  5922. "required": false,
  5923. "allowMultiple": false
  5924. },
  5925. {
  5926. "type": "integer",
  5927. "paramType": "query",
  5928. "name": "timeoutSeconds",
  5929. "description": "Timeout for the list/watch call.",
  5930. "required": false,
  5931. "allowMultiple": false
  5932. }
  5933. ],
  5934. "responseMessages": [
  5935. {
  5936. "code": 200,
  5937. "message": "OK",
  5938. "responseModel": "v1beta1.ThirdPartyResourceList"
  5939. }
  5940. ],
  5941. "produces": [
  5942. "application/json",
  5943. "application/yaml",
  5944. "application/vnd.kubernetes.protobuf",
  5945. "application/json;stream=watch",
  5946. "application/vnd.kubernetes.protobuf;stream=watch"
  5947. ],
  5948. "consumes": [
  5949. "*/*"
  5950. ]
  5951. },
  5952. {
  5953. "type": "v1beta1.ThirdPartyResource",
  5954. "method": "POST",
  5955. "summary": "create a ThirdPartyResource",
  5956. "nickname": "createThirdPartyResource",
  5957. "parameters": [
  5958. {
  5959. "type": "string",
  5960. "paramType": "query",
  5961. "name": "pretty",
  5962. "description": "If 'true', then the output is pretty printed.",
  5963. "required": false,
  5964. "allowMultiple": false
  5965. },
  5966. {
  5967. "type": "v1beta1.ThirdPartyResource",
  5968. "paramType": "body",
  5969. "name": "body",
  5970. "description": "",
  5971. "required": true,
  5972. "allowMultiple": false
  5973. }
  5974. ],
  5975. "responseMessages": [
  5976. {
  5977. "code": 200,
  5978. "message": "OK",
  5979. "responseModel": "v1beta1.ThirdPartyResource"
  5980. }
  5981. ],
  5982. "produces": [
  5983. "application/json",
  5984. "application/yaml",
  5985. "application/vnd.kubernetes.protobuf"
  5986. ],
  5987. "consumes": [
  5988. "*/*"
  5989. ]
  5990. },
  5991. {
  5992. "type": "v1.Status",
  5993. "method": "DELETE",
  5994. "summary": "delete collection of ThirdPartyResource",
  5995. "nickname": "deletecollectionThirdPartyResource",
  5996. "parameters": [
  5997. {
  5998. "type": "string",
  5999. "paramType": "query",
  6000. "name": "pretty",
  6001. "description": "If 'true', then the output is pretty printed.",
  6002. "required": false,
  6003. "allowMultiple": false
  6004. },
  6005. {
  6006. "type": "string",
  6007. "paramType": "query",
  6008. "name": "labelSelector",
  6009. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6010. "required": false,
  6011. "allowMultiple": false
  6012. },
  6013. {
  6014. "type": "string",
  6015. "paramType": "query",
  6016. "name": "fieldSelector",
  6017. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6018. "required": false,
  6019. "allowMultiple": false
  6020. },
  6021. {
  6022. "type": "boolean",
  6023. "paramType": "query",
  6024. "name": "watch",
  6025. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6026. "required": false,
  6027. "allowMultiple": false
  6028. },
  6029. {
  6030. "type": "string",
  6031. "paramType": "query",
  6032. "name": "resourceVersion",
  6033. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  6034. "required": false,
  6035. "allowMultiple": false
  6036. },
  6037. {
  6038. "type": "integer",
  6039. "paramType": "query",
  6040. "name": "timeoutSeconds",
  6041. "description": "Timeout for the list/watch call.",
  6042. "required": false,
  6043. "allowMultiple": false
  6044. }
  6045. ],
  6046. "responseMessages": [
  6047. {
  6048. "code": 200,
  6049. "message": "OK",
  6050. "responseModel": "v1.Status"
  6051. }
  6052. ],
  6053. "produces": [
  6054. "application/json",
  6055. "application/yaml",
  6056. "application/vnd.kubernetes.protobuf"
  6057. ],
  6058. "consumes": [
  6059. "*/*"
  6060. ]
  6061. }
  6062. ]
  6063. },
  6064. {
  6065. "path": "/apis/extensions/v1beta1/watch/thirdpartyresources",
  6066. "description": "API at /apis/extensions/v1beta1",
  6067. "operations": [
  6068. {
  6069. "type": "v1.WatchEvent",
  6070. "method": "GET",
  6071. "summary": "watch individual changes to a list of ThirdPartyResource",
  6072. "nickname": "watchThirdPartyResourceList",
  6073. "parameters": [
  6074. {
  6075. "type": "string",
  6076. "paramType": "query",
  6077. "name": "pretty",
  6078. "description": "If 'true', then the output is pretty printed.",
  6079. "required": false,
  6080. "allowMultiple": false
  6081. },
  6082. {
  6083. "type": "string",
  6084. "paramType": "query",
  6085. "name": "labelSelector",
  6086. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6087. "required": false,
  6088. "allowMultiple": false
  6089. },
  6090. {
  6091. "type": "string",
  6092. "paramType": "query",
  6093. "name": "fieldSelector",
  6094. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6095. "required": false,
  6096. "allowMultiple": false
  6097. },
  6098. {
  6099. "type": "boolean",
  6100. "paramType": "query",
  6101. "name": "watch",
  6102. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6103. "required": false,
  6104. "allowMultiple": false
  6105. },
  6106. {
  6107. "type": "string",
  6108. "paramType": "query",
  6109. "name": "resourceVersion",
  6110. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  6111. "required": false,
  6112. "allowMultiple": false
  6113. },
  6114. {
  6115. "type": "integer",
  6116. "paramType": "query",
  6117. "name": "timeoutSeconds",
  6118. "description": "Timeout for the list/watch call.",
  6119. "required": false,
  6120. "allowMultiple": false
  6121. }
  6122. ],
  6123. "responseMessages": [
  6124. {
  6125. "code": 200,
  6126. "message": "OK",
  6127. "responseModel": "v1.WatchEvent"
  6128. }
  6129. ],
  6130. "produces": [
  6131. "application/json",
  6132. "application/yaml",
  6133. "application/vnd.kubernetes.protobuf",
  6134. "application/json;stream=watch",
  6135. "application/vnd.kubernetes.protobuf;stream=watch"
  6136. ],
  6137. "consumes": [
  6138. "*/*"
  6139. ]
  6140. }
  6141. ]
  6142. },
  6143. {
  6144. "path": "/apis/extensions/v1beta1/thirdpartyresources/{name}",
  6145. "description": "API at /apis/extensions/v1beta1",
  6146. "operations": [
  6147. {
  6148. "type": "v1beta1.ThirdPartyResource",
  6149. "method": "GET",
  6150. "summary": "read the specified ThirdPartyResource",
  6151. "nickname": "readThirdPartyResource",
  6152. "parameters": [
  6153. {
  6154. "type": "string",
  6155. "paramType": "query",
  6156. "name": "pretty",
  6157. "description": "If 'true', then the output is pretty printed.",
  6158. "required": false,
  6159. "allowMultiple": false
  6160. },
  6161. {
  6162. "type": "boolean",
  6163. "paramType": "query",
  6164. "name": "export",
  6165. "description": "Should this value be exported. Export strips fields that a user can not specify.",
  6166. "required": false,
  6167. "allowMultiple": false
  6168. },
  6169. {
  6170. "type": "boolean",
  6171. "paramType": "query",
  6172. "name": "exact",
  6173. "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
  6174. "required": false,
  6175. "allowMultiple": false
  6176. },
  6177. {
  6178. "type": "string",
  6179. "paramType": "path",
  6180. "name": "name",
  6181. "description": "name of the ThirdPartyResource",
  6182. "required": true,
  6183. "allowMultiple": false
  6184. }
  6185. ],
  6186. "responseMessages": [
  6187. {
  6188. "code": 200,
  6189. "message": "OK",
  6190. "responseModel": "v1beta1.ThirdPartyResource"
  6191. }
  6192. ],
  6193. "produces": [
  6194. "application/json",
  6195. "application/yaml",
  6196. "application/vnd.kubernetes.protobuf"
  6197. ],
  6198. "consumes": [
  6199. "*/*"
  6200. ]
  6201. },
  6202. {
  6203. "type": "v1beta1.ThirdPartyResource",
  6204. "method": "PUT",
  6205. "summary": "replace the specified ThirdPartyResource",
  6206. "nickname": "replaceThirdPartyResource",
  6207. "parameters": [
  6208. {
  6209. "type": "string",
  6210. "paramType": "query",
  6211. "name": "pretty",
  6212. "description": "If 'true', then the output is pretty printed.",
  6213. "required": false,
  6214. "allowMultiple": false
  6215. },
  6216. {
  6217. "type": "v1beta1.ThirdPartyResource",
  6218. "paramType": "body",
  6219. "name": "body",
  6220. "description": "",
  6221. "required": true,
  6222. "allowMultiple": false
  6223. },
  6224. {
  6225. "type": "string",
  6226. "paramType": "path",
  6227. "name": "name",
  6228. "description": "name of the ThirdPartyResource",
  6229. "required": true,
  6230. "allowMultiple": false
  6231. }
  6232. ],
  6233. "responseMessages": [
  6234. {
  6235. "code": 200,
  6236. "message": "OK",
  6237. "responseModel": "v1beta1.ThirdPartyResource"
  6238. }
  6239. ],
  6240. "produces": [
  6241. "application/json",
  6242. "application/yaml",
  6243. "application/vnd.kubernetes.protobuf"
  6244. ],
  6245. "consumes": [
  6246. "*/*"
  6247. ]
  6248. },
  6249. {
  6250. "type": "v1beta1.ThirdPartyResource",
  6251. "method": "PATCH",
  6252. "summary": "partially update the specified ThirdPartyResource",
  6253. "nickname": "patchThirdPartyResource",
  6254. "parameters": [
  6255. {
  6256. "type": "string",
  6257. "paramType": "query",
  6258. "name": "pretty",
  6259. "description": "If 'true', then the output is pretty printed.",
  6260. "required": false,
  6261. "allowMultiple": false
  6262. },
  6263. {
  6264. "type": "v1.Patch",
  6265. "paramType": "body",
  6266. "name": "body",
  6267. "description": "",
  6268. "required": true,
  6269. "allowMultiple": false
  6270. },
  6271. {
  6272. "type": "string",
  6273. "paramType": "path",
  6274. "name": "name",
  6275. "description": "name of the ThirdPartyResource",
  6276. "required": true,
  6277. "allowMultiple": false
  6278. }
  6279. ],
  6280. "responseMessages": [
  6281. {
  6282. "code": 200,
  6283. "message": "OK",
  6284. "responseModel": "v1beta1.ThirdPartyResource"
  6285. }
  6286. ],
  6287. "produces": [
  6288. "application/json",
  6289. "application/yaml",
  6290. "application/vnd.kubernetes.protobuf"
  6291. ],
  6292. "consumes": [
  6293. "application/json-patch+json",
  6294. "application/merge-patch+json",
  6295. "application/strategic-merge-patch+json"
  6296. ]
  6297. },
  6298. {
  6299. "type": "v1.Status",
  6300. "method": "DELETE",
  6301. "summary": "delete a ThirdPartyResource",
  6302. "nickname": "deleteThirdPartyResource",
  6303. "parameters": [
  6304. {
  6305. "type": "string",
  6306. "paramType": "query",
  6307. "name": "pretty",
  6308. "description": "If 'true', then the output is pretty printed.",
  6309. "required": false,
  6310. "allowMultiple": false
  6311. },
  6312. {
  6313. "type": "v1.DeleteOptions",
  6314. "paramType": "body",
  6315. "name": "body",
  6316. "description": "",
  6317. "required": true,
  6318. "allowMultiple": false
  6319. },
  6320. {
  6321. "type": "integer",
  6322. "paramType": "query",
  6323. "name": "gracePeriodSeconds",
  6324. "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.",
  6325. "required": false,
  6326. "allowMultiple": false
  6327. },
  6328. {
  6329. "type": "boolean",
  6330. "paramType": "query",
  6331. "name": "orphanDependents",
  6332. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
  6333. "required": false,
  6334. "allowMultiple": false
  6335. },
  6336. {
  6337. "type": "string",
  6338. "paramType": "query",
  6339. "name": "propagationPolicy",
  6340. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
  6341. "required": false,
  6342. "allowMultiple": false
  6343. },
  6344. {
  6345. "type": "string",
  6346. "paramType": "path",
  6347. "name": "name",
  6348. "description": "name of the ThirdPartyResource",
  6349. "required": true,
  6350. "allowMultiple": false
  6351. }
  6352. ],
  6353. "responseMessages": [
  6354. {
  6355. "code": 200,
  6356. "message": "OK",
  6357. "responseModel": "v1.Status"
  6358. }
  6359. ],
  6360. "produces": [
  6361. "application/json",
  6362. "application/yaml",
  6363. "application/vnd.kubernetes.protobuf"
  6364. ],
  6365. "consumes": [
  6366. "*/*"
  6367. ]
  6368. }
  6369. ]
  6370. },
  6371. {
  6372. "path": "/apis/extensions/v1beta1/watch/thirdpartyresources/{name}",
  6373. "description": "API at /apis/extensions/v1beta1",
  6374. "operations": [
  6375. {
  6376. "type": "v1.WatchEvent",
  6377. "method": "GET",
  6378. "summary": "watch changes to an object of kind ThirdPartyResource",
  6379. "nickname": "watchThirdPartyResource",
  6380. "parameters": [
  6381. {
  6382. "type": "string",
  6383. "paramType": "query",
  6384. "name": "pretty",
  6385. "description": "If 'true', then the output is pretty printed.",
  6386. "required": false,
  6387. "allowMultiple": false
  6388. },
  6389. {
  6390. "type": "string",
  6391. "paramType": "query",
  6392. "name": "labelSelector",
  6393. "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
  6394. "required": false,
  6395. "allowMultiple": false
  6396. },
  6397. {
  6398. "type": "string",
  6399. "paramType": "query",
  6400. "name": "fieldSelector",
  6401. "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
  6402. "required": false,
  6403. "allowMultiple": false
  6404. },
  6405. {
  6406. "type": "boolean",
  6407. "paramType": "query",
  6408. "name": "watch",
  6409. "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
  6410. "required": false,
  6411. "allowMultiple": false
  6412. },
  6413. {
  6414. "type": "string",
  6415. "paramType": "query",
  6416. "name": "resourceVersion",
  6417. "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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
  6418. "required": false,
  6419. "allowMultiple": false
  6420. },
  6421. {
  6422. "type": "integer",
  6423. "paramType": "query",
  6424. "name": "timeoutSeconds",
  6425. "description": "Timeout for the list/watch call.",
  6426. "required": false,
  6427. "allowMultiple": false
  6428. },
  6429. {
  6430. "type": "string",
  6431. "paramType": "path",
  6432. "name": "name",
  6433. "description": "name of the ThirdPartyResource",
  6434. "required": true,
  6435. "allowMultiple": false
  6436. }
  6437. ],
  6438. "responseMessages": [
  6439. {
  6440. "code": 200,
  6441. "message": "OK",
  6442. "responseModel": "v1.WatchEvent"
  6443. }
  6444. ],
  6445. "produces": [
  6446. "application/json",
  6447. "application/yaml",
  6448. "application/vnd.kubernetes.protobuf",
  6449. "application/json;stream=watch",
  6450. "application/vnd.kubernetes.protobuf;stream=watch"
  6451. ],
  6452. "consumes": [
  6453. "*/*"
  6454. ]
  6455. }
  6456. ]
  6457. },
  6458. {
  6459. "path": "/apis/extensions/v1beta1",
  6460. "description": "API at /apis/extensions/v1beta1",
  6461. "operations": [
  6462. {
  6463. "type": "v1.APIResourceList",
  6464. "method": "GET",
  6465. "summary": "get available resources",
  6466. "nickname": "getAPIResources",
  6467. "parameters": [],
  6468. "produces": [
  6469. "application/json",
  6470. "application/yaml",
  6471. "application/vnd.kubernetes.protobuf"
  6472. ],
  6473. "consumes": [
  6474. "application/json",
  6475. "application/yaml",
  6476. "application/vnd.kubernetes.protobuf"
  6477. ]
  6478. }
  6479. ]
  6480. }
  6481. ],
  6482. "models": {
  6483. "v1beta1.DaemonSetList": {
  6484. "id": "v1beta1.DaemonSetList",
  6485. "description": "DaemonSetList is a collection of daemon sets.",
  6486. "required": [
  6487. "items"
  6488. ],
  6489. "properties": {
  6490. "kind": {
  6491. "type": "string",
  6492. "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"
  6493. },
  6494. "apiVersion": {
  6495. "type": "string",
  6496. "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"
  6497. },
  6498. "metadata": {
  6499. "$ref": "v1.ListMeta",
  6500. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  6501. },
  6502. "items": {
  6503. "type": "array",
  6504. "items": {
  6505. "$ref": "v1beta1.DaemonSet"
  6506. },
  6507. "description": "A list of daemon sets."
  6508. }
  6509. }
  6510. },
  6511. "v1.ListMeta": {
  6512. "id": "v1.ListMeta",
  6513. "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
  6514. "properties": {
  6515. "selfLink": {
  6516. "type": "string",
  6517. "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
  6518. },
  6519. "resourceVersion": {
  6520. "type": "string",
  6521. "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"
  6522. }
  6523. }
  6524. },
  6525. "v1beta1.DaemonSet": {
  6526. "id": "v1beta1.DaemonSet",
  6527. "description": "DaemonSet represents the configuration of a daemon set.",
  6528. "properties": {
  6529. "kind": {
  6530. "type": "string",
  6531. "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"
  6532. },
  6533. "apiVersion": {
  6534. "type": "string",
  6535. "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"
  6536. },
  6537. "metadata": {
  6538. "$ref": "v1.ObjectMeta",
  6539. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  6540. },
  6541. "spec": {
  6542. "$ref": "v1beta1.DaemonSetSpec",
  6543. "description": "The desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  6544. },
  6545. "status": {
  6546. "$ref": "v1beta1.DaemonSetStatus",
  6547. "description": "The current status of this daemon set. 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"
  6548. }
  6549. }
  6550. },
  6551. "v1.ObjectMeta": {
  6552. "id": "v1.ObjectMeta",
  6553. "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
  6554. "properties": {
  6555. "name": {
  6556. "type": "string",
  6557. "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"
  6558. },
  6559. "generateName": {
  6560. "type": "string",
  6561. "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"
  6562. },
  6563. "namespace": {
  6564. "type": "string",
  6565. "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"
  6566. },
  6567. "selfLink": {
  6568. "type": "string",
  6569. "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
  6570. },
  6571. "uid": {
  6572. "type": "string",
  6573. "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"
  6574. },
  6575. "resourceVersion": {
  6576. "type": "string",
  6577. "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"
  6578. },
  6579. "generation": {
  6580. "type": "integer",
  6581. "format": "int64",
  6582. "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
  6583. },
  6584. "creationTimestamp": {
  6585. "type": "string",
  6586. "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"
  6587. },
  6588. "deletionTimestamp": {
  6589. "type": "string",
  6590. "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"
  6591. },
  6592. "deletionGracePeriodSeconds": {
  6593. "type": "integer",
  6594. "format": "int64",
  6595. "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."
  6596. },
  6597. "labels": {
  6598. "type": "object",
  6599. "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"
  6600. },
  6601. "annotations": {
  6602. "type": "object",
  6603. "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"
  6604. },
  6605. "ownerReferences": {
  6606. "type": "array",
  6607. "items": {
  6608. "$ref": "v1.OwnerReference"
  6609. },
  6610. "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."
  6611. },
  6612. "finalizers": {
  6613. "type": "array",
  6614. "items": {
  6615. "type": "string"
  6616. },
  6617. "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."
  6618. },
  6619. "clusterName": {
  6620. "type": "string",
  6621. "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."
  6622. }
  6623. }
  6624. },
  6625. "v1.OwnerReference": {
  6626. "id": "v1.OwnerReference",
  6627. "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.",
  6628. "required": [
  6629. "apiVersion",
  6630. "kind",
  6631. "name",
  6632. "uid"
  6633. ],
  6634. "properties": {
  6635. "apiVersion": {
  6636. "type": "string",
  6637. "description": "API version of the referent."
  6638. },
  6639. "kind": {
  6640. "type": "string",
  6641. "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  6642. },
  6643. "name": {
  6644. "type": "string",
  6645. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  6646. },
  6647. "uid": {
  6648. "type": "string",
  6649. "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
  6650. },
  6651. "controller": {
  6652. "type": "boolean",
  6653. "description": "If true, this reference points to the managing controller."
  6654. },
  6655. "blockOwnerDeletion": {
  6656. "type": "boolean",
  6657. "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned."
  6658. }
  6659. }
  6660. },
  6661. "v1beta1.DaemonSetSpec": {
  6662. "id": "v1beta1.DaemonSetSpec",
  6663. "description": "DaemonSetSpec is the specification of a daemon set.",
  6664. "required": [
  6665. "template"
  6666. ],
  6667. "properties": {
  6668. "selector": {
  6669. "$ref": "v1.LabelSelector",
  6670. "description": "A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
  6671. },
  6672. "template": {
  6673. "$ref": "v1.PodTemplateSpec",
  6674. "description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
  6675. },
  6676. "updateStrategy": {
  6677. "$ref": "v1beta1.DaemonSetUpdateStrategy",
  6678. "description": "An update strategy to replace existing DaemonSet pods with new pods."
  6679. },
  6680. "minReadySeconds": {
  6681. "type": "integer",
  6682. "format": "int32",
  6683. "description": "The minimum number of seconds for which a newly created DaemonSet 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)."
  6684. },
  6685. "templateGeneration": {
  6686. "type": "integer",
  6687. "format": "int64",
  6688. "description": "A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation."
  6689. }
  6690. }
  6691. },
  6692. "v1.LabelSelector": {
  6693. "id": "v1.LabelSelector",
  6694. "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.",
  6695. "properties": {
  6696. "matchLabels": {
  6697. "type": "object",
  6698. "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."
  6699. },
  6700. "matchExpressions": {
  6701. "type": "array",
  6702. "items": {
  6703. "$ref": "v1.LabelSelectorRequirement"
  6704. },
  6705. "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed."
  6706. }
  6707. }
  6708. },
  6709. "v1.LabelSelectorRequirement": {
  6710. "id": "v1.LabelSelectorRequirement",
  6711. "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
  6712. "required": [
  6713. "key",
  6714. "operator"
  6715. ],
  6716. "properties": {
  6717. "key": {
  6718. "type": "string",
  6719. "description": "key is the label key that the selector applies to."
  6720. },
  6721. "operator": {
  6722. "type": "string",
  6723. "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
  6724. },
  6725. "values": {
  6726. "type": "array",
  6727. "items": {
  6728. "type": "string"
  6729. },
  6730. "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."
  6731. }
  6732. }
  6733. },
  6734. "v1.PodTemplateSpec": {
  6735. "id": "v1.PodTemplateSpec",
  6736. "description": "PodTemplateSpec describes the data a pod should have when created from a template",
  6737. "properties": {
  6738. "metadata": {
  6739. "$ref": "v1.ObjectMeta",
  6740. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  6741. },
  6742. "spec": {
  6743. "$ref": "v1.PodSpec",
  6744. "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  6745. }
  6746. }
  6747. },
  6748. "v1.PodSpec": {
  6749. "id": "v1.PodSpec",
  6750. "description": "PodSpec is a description of a pod.",
  6751. "required": [
  6752. "containers"
  6753. ],
  6754. "properties": {
  6755. "volumes": {
  6756. "type": "array",
  6757. "items": {
  6758. "$ref": "v1.Volume"
  6759. },
  6760. "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes"
  6761. },
  6762. "initContainers": {
  6763. "type": "array",
  6764. "items": {
  6765. "$ref": "v1.Container"
  6766. },
  6767. "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
  6768. },
  6769. "containers": {
  6770. "type": "array",
  6771. "items": {
  6772. "$ref": "v1.Container"
  6773. },
  6774. "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"
  6775. },
  6776. "restartPolicy": {
  6777. "type": "string",
  6778. "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"
  6779. },
  6780. "terminationGracePeriodSeconds": {
  6781. "type": "integer",
  6782. "format": "int64",
  6783. "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."
  6784. },
  6785. "activeDeadlineSeconds": {
  6786. "type": "integer",
  6787. "format": "int64",
  6788. "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."
  6789. },
  6790. "dnsPolicy": {
  6791. "type": "string",
  6792. "description": "Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'."
  6793. },
  6794. "nodeSelector": {
  6795. "type": "object",
  6796. "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"
  6797. },
  6798. "serviceAccountName": {
  6799. "type": "string",
  6800. "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"
  6801. },
  6802. "serviceAccount": {
  6803. "type": "string",
  6804. "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead."
  6805. },
  6806. "automountServiceAccountToken": {
  6807. "type": "boolean",
  6808. "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted."
  6809. },
  6810. "nodeName": {
  6811. "type": "string",
  6812. "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."
  6813. },
  6814. "hostNetwork": {
  6815. "type": "boolean",
  6816. "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."
  6817. },
  6818. "hostPID": {
  6819. "type": "boolean",
  6820. "description": "Use the host's pid namespace. Optional: Default to false."
  6821. },
  6822. "hostIPC": {
  6823. "type": "boolean",
  6824. "description": "Use the host's ipc namespace. Optional: Default to false."
  6825. },
  6826. "securityContext": {
  6827. "$ref": "v1.PodSecurityContext",
  6828. "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field."
  6829. },
  6830. "imagePullSecrets": {
  6831. "type": "array",
  6832. "items": {
  6833. "$ref": "v1.LocalObjectReference"
  6834. },
  6835. "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"
  6836. },
  6837. "hostname": {
  6838. "type": "string",
  6839. "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value."
  6840. },
  6841. "subdomain": {
  6842. "type": "string",
  6843. "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."
  6844. },
  6845. "affinity": {
  6846. "$ref": "v1.Affinity",
  6847. "description": "If specified, the pod's scheduling constraints"
  6848. },
  6849. "schedulerName": {
  6850. "type": "string",
  6851. "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler."
  6852. },
  6853. "tolerations": {
  6854. "type": "array",
  6855. "items": {
  6856. "$ref": "v1.Toleration"
  6857. },
  6858. "description": "If specified, the pod's tolerations."
  6859. }
  6860. }
  6861. },
  6862. "v1.Volume": {
  6863. "id": "v1.Volume",
  6864. "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
  6865. "required": [
  6866. "name"
  6867. ],
  6868. "properties": {
  6869. "name": {
  6870. "type": "string",
  6871. "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  6872. },
  6873. "hostPath": {
  6874. "$ref": "v1.HostPathVolumeSource",
  6875. "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"
  6876. },
  6877. "emptyDir": {
  6878. "$ref": "v1.EmptyDirVolumeSource",
  6879. "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
  6880. },
  6881. "gcePersistentDisk": {
  6882. "$ref": "v1.GCEPersistentDiskVolumeSource",
  6883. "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"
  6884. },
  6885. "awsElasticBlockStore": {
  6886. "$ref": "v1.AWSElasticBlockStoreVolumeSource",
  6887. "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"
  6888. },
  6889. "gitRepo": {
  6890. "$ref": "v1.GitRepoVolumeSource",
  6891. "description": "GitRepo represents a git repository at a particular revision."
  6892. },
  6893. "secret": {
  6894. "$ref": "v1.SecretVolumeSource",
  6895. "description": "Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
  6896. },
  6897. "nfs": {
  6898. "$ref": "v1.NFSVolumeSource",
  6899. "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"
  6900. },
  6901. "iscsi": {
  6902. "$ref": "v1.ISCSIVolumeSource",
  6903. "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"
  6904. },
  6905. "glusterfs": {
  6906. "$ref": "v1.GlusterfsVolumeSource",
  6907. "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"
  6908. },
  6909. "persistentVolumeClaim": {
  6910. "$ref": "v1.PersistentVolumeClaimVolumeSource",
  6911. "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
  6912. },
  6913. "rbd": {
  6914. "$ref": "v1.RBDVolumeSource",
  6915. "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"
  6916. },
  6917. "flexVolume": {
  6918. "$ref": "v1.FlexVolumeSource",
  6919. "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."
  6920. },
  6921. "cinder": {
  6922. "$ref": "v1.CinderVolumeSource",
  6923. "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"
  6924. },
  6925. "cephfs": {
  6926. "$ref": "v1.CephFSVolumeSource",
  6927. "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
  6928. },
  6929. "flocker": {
  6930. "$ref": "v1.FlockerVolumeSource",
  6931. "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
  6932. },
  6933. "downwardAPI": {
  6934. "$ref": "v1.DownwardAPIVolumeSource",
  6935. "description": "DownwardAPI represents downward API about the pod that should populate this volume"
  6936. },
  6937. "fc": {
  6938. "$ref": "v1.FCVolumeSource",
  6939. "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
  6940. },
  6941. "azureFile": {
  6942. "$ref": "v1.AzureFileVolumeSource",
  6943. "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
  6944. },
  6945. "configMap": {
  6946. "$ref": "v1.ConfigMapVolumeSource",
  6947. "description": "ConfigMap represents a configMap that should populate this volume"
  6948. },
  6949. "vsphereVolume": {
  6950. "$ref": "v1.VsphereVirtualDiskVolumeSource",
  6951. "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
  6952. },
  6953. "quobyte": {
  6954. "$ref": "v1.QuobyteVolumeSource",
  6955. "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
  6956. },
  6957. "azureDisk": {
  6958. "$ref": "v1.AzureDiskVolumeSource",
  6959. "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
  6960. },
  6961. "photonPersistentDisk": {
  6962. "$ref": "v1.PhotonPersistentDiskVolumeSource",
  6963. "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
  6964. },
  6965. "projected": {
  6966. "$ref": "v1.ProjectedVolumeSource",
  6967. "description": "Items for all in one resources secrets, configmaps, and downward API"
  6968. },
  6969. "portworxVolume": {
  6970. "$ref": "v1.PortworxVolumeSource",
  6971. "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
  6972. },
  6973. "scaleIO": {
  6974. "$ref": "v1.ScaleIOVolumeSource",
  6975. "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
  6976. }
  6977. }
  6978. },
  6979. "v1.HostPathVolumeSource": {
  6980. "id": "v1.HostPathVolumeSource",
  6981. "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
  6982. "required": [
  6983. "path"
  6984. ],
  6985. "properties": {
  6986. "path": {
  6987. "type": "string",
  6988. "description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
  6989. }
  6990. }
  6991. },
  6992. "v1.EmptyDirVolumeSource": {
  6993. "id": "v1.EmptyDirVolumeSource",
  6994. "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
  6995. "properties": {
  6996. "medium": {
  6997. "type": "string",
  6998. "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"
  6999. }
  7000. }
  7001. },
  7002. "v1.GCEPersistentDiskVolumeSource": {
  7003. "id": "v1.GCEPersistentDiskVolumeSource",
  7004. "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.",
  7005. "required": [
  7006. "pdName"
  7007. ],
  7008. "properties": {
  7009. "pdName": {
  7010. "type": "string",
  7011. "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"
  7012. },
  7013. "fsType": {
  7014. "type": "string",
  7015. "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"
  7016. },
  7017. "partition": {
  7018. "type": "integer",
  7019. "format": "int32",
  7020. "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"
  7021. },
  7022. "readOnly": {
  7023. "type": "boolean",
  7024. "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
  7025. }
  7026. }
  7027. },
  7028. "v1.AWSElasticBlockStoreVolumeSource": {
  7029. "id": "v1.AWSElasticBlockStoreVolumeSource",
  7030. "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.",
  7031. "required": [
  7032. "volumeID"
  7033. ],
  7034. "properties": {
  7035. "volumeID": {
  7036. "type": "string",
  7037. "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
  7038. },
  7039. "fsType": {
  7040. "type": "string",
  7041. "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"
  7042. },
  7043. "partition": {
  7044. "type": "integer",
  7045. "format": "int32",
  7046. "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)."
  7047. },
  7048. "readOnly": {
  7049. "type": "boolean",
  7050. "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"
  7051. }
  7052. }
  7053. },
  7054. "v1.GitRepoVolumeSource": {
  7055. "id": "v1.GitRepoVolumeSource",
  7056. "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.",
  7057. "required": [
  7058. "repository"
  7059. ],
  7060. "properties": {
  7061. "repository": {
  7062. "type": "string",
  7063. "description": "Repository URL"
  7064. },
  7065. "revision": {
  7066. "type": "string",
  7067. "description": "Commit hash for the specified revision."
  7068. },
  7069. "directory": {
  7070. "type": "string",
  7071. "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."
  7072. }
  7073. }
  7074. },
  7075. "v1.SecretVolumeSource": {
  7076. "id": "v1.SecretVolumeSource",
  7077. "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.",
  7078. "properties": {
  7079. "secretName": {
  7080. "type": "string",
  7081. "description": "Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
  7082. },
  7083. "items": {
  7084. "type": "array",
  7085. "items": {
  7086. "$ref": "v1.KeyToPath"
  7087. },
  7088. "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 unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
  7089. },
  7090. "defaultMode": {
  7091. "type": "integer",
  7092. "format": "int32",
  7093. "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."
  7094. },
  7095. "optional": {
  7096. "type": "boolean",
  7097. "description": "Specify whether the Secret or it's keys must be defined"
  7098. }
  7099. }
  7100. },
  7101. "v1.KeyToPath": {
  7102. "id": "v1.KeyToPath",
  7103. "description": "Maps a string key to a path within a volume.",
  7104. "required": [
  7105. "key",
  7106. "path"
  7107. ],
  7108. "properties": {
  7109. "key": {
  7110. "type": "string",
  7111. "description": "The key to project."
  7112. },
  7113. "path": {
  7114. "type": "string",
  7115. "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 '..'."
  7116. },
  7117. "mode": {
  7118. "type": "integer",
  7119. "format": "int32",
  7120. "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."
  7121. }
  7122. }
  7123. },
  7124. "v1.NFSVolumeSource": {
  7125. "id": "v1.NFSVolumeSource",
  7126. "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
  7127. "required": [
  7128. "server",
  7129. "path"
  7130. ],
  7131. "properties": {
  7132. "server": {
  7133. "type": "string",
  7134. "description": "Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  7135. },
  7136. "path": {
  7137. "type": "string",
  7138. "description": "Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
  7139. },
  7140. "readOnly": {
  7141. "type": "boolean",
  7142. "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"
  7143. }
  7144. }
  7145. },
  7146. "v1.ISCSIVolumeSource": {
  7147. "id": "v1.ISCSIVolumeSource",
  7148. "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
  7149. "required": [
  7150. "targetPortal",
  7151. "iqn",
  7152. "lun"
  7153. ],
  7154. "properties": {
  7155. "targetPortal": {
  7156. "type": "string",
  7157. "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)."
  7158. },
  7159. "iqn": {
  7160. "type": "string",
  7161. "description": "Target iSCSI Qualified Name."
  7162. },
  7163. "lun": {
  7164. "type": "integer",
  7165. "format": "int32",
  7166. "description": "iSCSI target lun number."
  7167. },
  7168. "iscsiInterface": {
  7169. "type": "string",
  7170. "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
  7171. },
  7172. "fsType": {
  7173. "type": "string",
  7174. "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"
  7175. },
  7176. "readOnly": {
  7177. "type": "boolean",
  7178. "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false."
  7179. },
  7180. "portals": {
  7181. "type": "array",
  7182. "items": {
  7183. "type": "string"
  7184. },
  7185. "description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
  7186. }
  7187. }
  7188. },
  7189. "v1.GlusterfsVolumeSource": {
  7190. "id": "v1.GlusterfsVolumeSource",
  7191. "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
  7192. "required": [
  7193. "endpoints",
  7194. "path"
  7195. ],
  7196. "properties": {
  7197. "endpoints": {
  7198. "type": "string",
  7199. "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"
  7200. },
  7201. "path": {
  7202. "type": "string",
  7203. "description": "Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
  7204. },
  7205. "readOnly": {
  7206. "type": "boolean",
  7207. "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"
  7208. }
  7209. }
  7210. },
  7211. "v1.PersistentVolumeClaimVolumeSource": {
  7212. "id": "v1.PersistentVolumeClaimVolumeSource",
  7213. "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).",
  7214. "required": [
  7215. "claimName"
  7216. ],
  7217. "properties": {
  7218. "claimName": {
  7219. "type": "string",
  7220. "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"
  7221. },
  7222. "readOnly": {
  7223. "type": "boolean",
  7224. "description": "Will force the ReadOnly setting in VolumeMounts. Default false."
  7225. }
  7226. }
  7227. },
  7228. "v1.RBDVolumeSource": {
  7229. "id": "v1.RBDVolumeSource",
  7230. "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
  7231. "required": [
  7232. "monitors",
  7233. "image"
  7234. ],
  7235. "properties": {
  7236. "monitors": {
  7237. "type": "array",
  7238. "items": {
  7239. "type": "string"
  7240. },
  7241. "description": "A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  7242. },
  7243. "image": {
  7244. "type": "string",
  7245. "description": "The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  7246. },
  7247. "fsType": {
  7248. "type": "string",
  7249. "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"
  7250. },
  7251. "pool": {
  7252. "type": "string",
  7253. "description": "The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it."
  7254. },
  7255. "user": {
  7256. "type": "string",
  7257. "description": "The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
  7258. },
  7259. "keyring": {
  7260. "type": "string",
  7261. "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"
  7262. },
  7263. "secretRef": {
  7264. "$ref": "v1.LocalObjectReference",
  7265. "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"
  7266. },
  7267. "readOnly": {
  7268. "type": "boolean",
  7269. "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"
  7270. }
  7271. }
  7272. },
  7273. "v1.LocalObjectReference": {
  7274. "id": "v1.LocalObjectReference",
  7275. "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
  7276. "properties": {
  7277. "name": {
  7278. "type": "string",
  7279. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  7280. }
  7281. }
  7282. },
  7283. "v1.FlexVolumeSource": {
  7284. "id": "v1.FlexVolumeSource",
  7285. "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.",
  7286. "required": [
  7287. "driver"
  7288. ],
  7289. "properties": {
  7290. "driver": {
  7291. "type": "string",
  7292. "description": "Driver is the name of the driver to use for this volume."
  7293. },
  7294. "fsType": {
  7295. "type": "string",
  7296. "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."
  7297. },
  7298. "secretRef": {
  7299. "$ref": "v1.LocalObjectReference",
  7300. "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."
  7301. },
  7302. "readOnly": {
  7303. "type": "boolean",
  7304. "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  7305. },
  7306. "options": {
  7307. "type": "object",
  7308. "description": "Optional: Extra command options if any."
  7309. }
  7310. }
  7311. },
  7312. "v1.CinderVolumeSource": {
  7313. "id": "v1.CinderVolumeSource",
  7314. "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.",
  7315. "required": [
  7316. "volumeID"
  7317. ],
  7318. "properties": {
  7319. "volumeID": {
  7320. "type": "string",
  7321. "description": "volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
  7322. },
  7323. "fsType": {
  7324. "type": "string",
  7325. "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"
  7326. },
  7327. "readOnly": {
  7328. "type": "boolean",
  7329. "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"
  7330. }
  7331. }
  7332. },
  7333. "v1.CephFSVolumeSource": {
  7334. "id": "v1.CephFSVolumeSource",
  7335. "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
  7336. "required": [
  7337. "monitors"
  7338. ],
  7339. "properties": {
  7340. "monitors": {
  7341. "type": "array",
  7342. "items": {
  7343. "type": "string"
  7344. },
  7345. "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"
  7346. },
  7347. "path": {
  7348. "type": "string",
  7349. "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /"
  7350. },
  7351. "user": {
  7352. "type": "string",
  7353. "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"
  7354. },
  7355. "secretFile": {
  7356. "type": "string",
  7357. "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"
  7358. },
  7359. "secretRef": {
  7360. "$ref": "v1.LocalObjectReference",
  7361. "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"
  7362. },
  7363. "readOnly": {
  7364. "type": "boolean",
  7365. "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"
  7366. }
  7367. }
  7368. },
  7369. "v1.FlockerVolumeSource": {
  7370. "id": "v1.FlockerVolumeSource",
  7371. "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.",
  7372. "properties": {
  7373. "datasetName": {
  7374. "type": "string",
  7375. "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
  7376. },
  7377. "datasetUUID": {
  7378. "type": "string",
  7379. "description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
  7380. }
  7381. }
  7382. },
  7383. "v1.DownwardAPIVolumeSource": {
  7384. "id": "v1.DownwardAPIVolumeSource",
  7385. "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
  7386. "properties": {
  7387. "items": {
  7388. "type": "array",
  7389. "items": {
  7390. "$ref": "v1.DownwardAPIVolumeFile"
  7391. },
  7392. "description": "Items is a list of downward API volume file"
  7393. },
  7394. "defaultMode": {
  7395. "type": "integer",
  7396. "format": "int32",
  7397. "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."
  7398. }
  7399. }
  7400. },
  7401. "v1.DownwardAPIVolumeFile": {
  7402. "id": "v1.DownwardAPIVolumeFile",
  7403. "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
  7404. "required": [
  7405. "path"
  7406. ],
  7407. "properties": {
  7408. "path": {
  7409. "type": "string",
  7410. "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 '..'"
  7411. },
  7412. "fieldRef": {
  7413. "$ref": "v1.ObjectFieldSelector",
  7414. "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported."
  7415. },
  7416. "resourceFieldRef": {
  7417. "$ref": "v1.ResourceFieldSelector",
  7418. "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
  7419. },
  7420. "mode": {
  7421. "type": "integer",
  7422. "format": "int32",
  7423. "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."
  7424. }
  7425. }
  7426. },
  7427. "v1.ObjectFieldSelector": {
  7428. "id": "v1.ObjectFieldSelector",
  7429. "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
  7430. "required": [
  7431. "fieldPath"
  7432. ],
  7433. "properties": {
  7434. "apiVersion": {
  7435. "type": "string",
  7436. "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"."
  7437. },
  7438. "fieldPath": {
  7439. "type": "string",
  7440. "description": "Path of the field to select in the specified API version."
  7441. }
  7442. }
  7443. },
  7444. "v1.ResourceFieldSelector": {
  7445. "id": "v1.ResourceFieldSelector",
  7446. "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
  7447. "required": [
  7448. "resource"
  7449. ],
  7450. "properties": {
  7451. "containerName": {
  7452. "type": "string",
  7453. "description": "Container name: required for volumes, optional for env vars"
  7454. },
  7455. "resource": {
  7456. "type": "string",
  7457. "description": "Required: resource to select"
  7458. },
  7459. "divisor": {
  7460. "type": "string",
  7461. "description": "Specifies the output format of the exposed resources, defaults to \"1\""
  7462. }
  7463. }
  7464. },
  7465. "v1.FCVolumeSource": {
  7466. "id": "v1.FCVolumeSource",
  7467. "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.",
  7468. "required": [
  7469. "targetWWNs",
  7470. "lun"
  7471. ],
  7472. "properties": {
  7473. "targetWWNs": {
  7474. "type": "array",
  7475. "items": {
  7476. "type": "string"
  7477. },
  7478. "description": "Required: FC target worldwide names (WWNs)"
  7479. },
  7480. "lun": {
  7481. "type": "integer",
  7482. "format": "int32",
  7483. "description": "Required: FC target lun number"
  7484. },
  7485. "fsType": {
  7486. "type": "string",
  7487. "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."
  7488. },
  7489. "readOnly": {
  7490. "type": "boolean",
  7491. "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  7492. }
  7493. }
  7494. },
  7495. "v1.AzureFileVolumeSource": {
  7496. "id": "v1.AzureFileVolumeSource",
  7497. "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
  7498. "required": [
  7499. "secretName",
  7500. "shareName"
  7501. ],
  7502. "properties": {
  7503. "secretName": {
  7504. "type": "string",
  7505. "description": "the name of secret that contains Azure Storage Account Name and Key"
  7506. },
  7507. "shareName": {
  7508. "type": "string",
  7509. "description": "Share Name"
  7510. },
  7511. "readOnly": {
  7512. "type": "boolean",
  7513. "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  7514. }
  7515. }
  7516. },
  7517. "v1.ConfigMapVolumeSource": {
  7518. "id": "v1.ConfigMapVolumeSource",
  7519. "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.",
  7520. "properties": {
  7521. "name": {
  7522. "type": "string",
  7523. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  7524. },
  7525. "items": {
  7526. "type": "array",
  7527. "items": {
  7528. "$ref": "v1.KeyToPath"
  7529. },
  7530. "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 unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
  7531. },
  7532. "defaultMode": {
  7533. "type": "integer",
  7534. "format": "int32",
  7535. "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."
  7536. },
  7537. "optional": {
  7538. "type": "boolean",
  7539. "description": "Specify whether the ConfigMap or it's keys must be defined"
  7540. }
  7541. }
  7542. },
  7543. "v1.VsphereVirtualDiskVolumeSource": {
  7544. "id": "v1.VsphereVirtualDiskVolumeSource",
  7545. "description": "Represents a vSphere volume resource.",
  7546. "required": [
  7547. "volumePath"
  7548. ],
  7549. "properties": {
  7550. "volumePath": {
  7551. "type": "string",
  7552. "description": "Path that identifies vSphere volume vmdk"
  7553. },
  7554. "fsType": {
  7555. "type": "string",
  7556. "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."
  7557. }
  7558. }
  7559. },
  7560. "v1.QuobyteVolumeSource": {
  7561. "id": "v1.QuobyteVolumeSource",
  7562. "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
  7563. "required": [
  7564. "registry",
  7565. "volume"
  7566. ],
  7567. "properties": {
  7568. "registry": {
  7569. "type": "string",
  7570. "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"
  7571. },
  7572. "volume": {
  7573. "type": "string",
  7574. "description": "Volume is a string that references an already created Quobyte volume by name."
  7575. },
  7576. "readOnly": {
  7577. "type": "boolean",
  7578. "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false."
  7579. },
  7580. "user": {
  7581. "type": "string",
  7582. "description": "User to map volume access to Defaults to serivceaccount user"
  7583. },
  7584. "group": {
  7585. "type": "string",
  7586. "description": "Group to map volume access to Default is no group"
  7587. }
  7588. }
  7589. },
  7590. "v1.AzureDiskVolumeSource": {
  7591. "id": "v1.AzureDiskVolumeSource",
  7592. "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
  7593. "required": [
  7594. "diskName",
  7595. "diskURI"
  7596. ],
  7597. "properties": {
  7598. "diskName": {
  7599. "type": "string",
  7600. "description": "The Name of the data disk in the blob storage"
  7601. },
  7602. "diskURI": {
  7603. "type": "string",
  7604. "description": "The URI the data disk in the blob storage"
  7605. },
  7606. "cachingMode": {
  7607. "$ref": "v1.AzureDataDiskCachingMode",
  7608. "description": "Host Caching mode: None, Read Only, Read Write."
  7609. },
  7610. "fsType": {
  7611. "type": "string",
  7612. "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."
  7613. },
  7614. "readOnly": {
  7615. "type": "boolean",
  7616. "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  7617. }
  7618. }
  7619. },
  7620. "v1.AzureDataDiskCachingMode": {
  7621. "id": "v1.AzureDataDiskCachingMode",
  7622. "properties": {}
  7623. },
  7624. "v1.PhotonPersistentDiskVolumeSource": {
  7625. "id": "v1.PhotonPersistentDiskVolumeSource",
  7626. "description": "Represents a Photon Controller persistent disk resource.",
  7627. "required": [
  7628. "pdID"
  7629. ],
  7630. "properties": {
  7631. "pdID": {
  7632. "type": "string",
  7633. "description": "ID that identifies Photon Controller persistent disk"
  7634. },
  7635. "fsType": {
  7636. "type": "string",
  7637. "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."
  7638. }
  7639. }
  7640. },
  7641. "v1.ProjectedVolumeSource": {
  7642. "id": "v1.ProjectedVolumeSource",
  7643. "description": "Represents a projected volume source",
  7644. "required": [
  7645. "sources"
  7646. ],
  7647. "properties": {
  7648. "sources": {
  7649. "type": "array",
  7650. "items": {
  7651. "$ref": "v1.VolumeProjection"
  7652. },
  7653. "description": "list of volume projections"
  7654. },
  7655. "defaultMode": {
  7656. "type": "integer",
  7657. "format": "int32",
  7658. "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. 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."
  7659. }
  7660. }
  7661. },
  7662. "v1.VolumeProjection": {
  7663. "id": "v1.VolumeProjection",
  7664. "description": "Projection that may be projected along with other supported volume types",
  7665. "properties": {
  7666. "secret": {
  7667. "$ref": "v1.SecretProjection",
  7668. "description": "information about the secret data to project"
  7669. },
  7670. "downwardAPI": {
  7671. "$ref": "v1.DownwardAPIProjection",
  7672. "description": "information about the downwardAPI data to project"
  7673. },
  7674. "configMap": {
  7675. "$ref": "v1.ConfigMapProjection",
  7676. "description": "information about the configMap data to project"
  7677. }
  7678. }
  7679. },
  7680. "v1.SecretProjection": {
  7681. "id": "v1.SecretProjection",
  7682. "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.",
  7683. "properties": {
  7684. "name": {
  7685. "type": "string",
  7686. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  7687. },
  7688. "items": {
  7689. "type": "array",
  7690. "items": {
  7691. "$ref": "v1.KeyToPath"
  7692. },
  7693. "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 unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
  7694. },
  7695. "optional": {
  7696. "type": "boolean",
  7697. "description": "Specify whether the Secret or its key must be defined"
  7698. }
  7699. }
  7700. },
  7701. "v1.DownwardAPIProjection": {
  7702. "id": "v1.DownwardAPIProjection",
  7703. "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.",
  7704. "properties": {
  7705. "items": {
  7706. "type": "array",
  7707. "items": {
  7708. "$ref": "v1.DownwardAPIVolumeFile"
  7709. },
  7710. "description": "Items is a list of DownwardAPIVolume file"
  7711. }
  7712. }
  7713. },
  7714. "v1.ConfigMapProjection": {
  7715. "id": "v1.ConfigMapProjection",
  7716. "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected 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. Note that this is identical to a configmap volume source without the default mode.",
  7717. "properties": {
  7718. "name": {
  7719. "type": "string",
  7720. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  7721. },
  7722. "items": {
  7723. "type": "array",
  7724. "items": {
  7725. "$ref": "v1.KeyToPath"
  7726. },
  7727. "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 unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
  7728. },
  7729. "optional": {
  7730. "type": "boolean",
  7731. "description": "Specify whether the ConfigMap or it's keys must be defined"
  7732. }
  7733. }
  7734. },
  7735. "v1.PortworxVolumeSource": {
  7736. "id": "v1.PortworxVolumeSource",
  7737. "description": "PortworxVolumeSource represents a Portworx volume resource.",
  7738. "required": [
  7739. "volumeID"
  7740. ],
  7741. "properties": {
  7742. "volumeID": {
  7743. "type": "string",
  7744. "description": "VolumeID uniquely identifies a Portworx volume"
  7745. },
  7746. "fsType": {
  7747. "type": "string",
  7748. "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified."
  7749. },
  7750. "readOnly": {
  7751. "type": "boolean",
  7752. "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  7753. }
  7754. }
  7755. },
  7756. "v1.ScaleIOVolumeSource": {
  7757. "id": "v1.ScaleIOVolumeSource",
  7758. "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume",
  7759. "required": [
  7760. "gateway",
  7761. "system",
  7762. "secretRef"
  7763. ],
  7764. "properties": {
  7765. "gateway": {
  7766. "type": "string",
  7767. "description": "The host address of the ScaleIO API Gateway."
  7768. },
  7769. "system": {
  7770. "type": "string",
  7771. "description": "The name of the storage system as configured in ScaleIO."
  7772. },
  7773. "secretRef": {
  7774. "$ref": "v1.LocalObjectReference",
  7775. "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
  7776. },
  7777. "sslEnabled": {
  7778. "type": "boolean",
  7779. "description": "Flag to enable/disable SSL communication with Gateway, default false"
  7780. },
  7781. "protectionDomain": {
  7782. "type": "string",
  7783. "description": "The name of the Protection Domain for the configured storage (defaults to \"default\")."
  7784. },
  7785. "storagePool": {
  7786. "type": "string",
  7787. "description": "The Storage Pool associated with the protection domain (defaults to \"default\")."
  7788. },
  7789. "storageMode": {
  7790. "type": "string",
  7791. "description": "Indicates whether the storage for a volume should be thick or thin (defaults to \"thin\")."
  7792. },
  7793. "volumeName": {
  7794. "type": "string",
  7795. "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source."
  7796. },
  7797. "fsType": {
  7798. "type": "string",
  7799. "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."
  7800. },
  7801. "readOnly": {
  7802. "type": "boolean",
  7803. "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
  7804. }
  7805. }
  7806. },
  7807. "v1.Container": {
  7808. "id": "v1.Container",
  7809. "description": "A single application container that you want to run within a pod.",
  7810. "required": [
  7811. "name"
  7812. ],
  7813. "properties": {
  7814. "name": {
  7815. "type": "string",
  7816. "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."
  7817. },
  7818. "image": {
  7819. "type": "string",
  7820. "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images"
  7821. },
  7822. "command": {
  7823. "type": "array",
  7824. "items": {
  7825. "type": "string"
  7826. },
  7827. "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"
  7828. },
  7829. "args": {
  7830. "type": "array",
  7831. "items": {
  7832. "type": "string"
  7833. },
  7834. "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"
  7835. },
  7836. "workingDir": {
  7837. "type": "string",
  7838. "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."
  7839. },
  7840. "ports": {
  7841. "type": "array",
  7842. "items": {
  7843. "$ref": "v1.ContainerPort"
  7844. },
  7845. "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."
  7846. },
  7847. "envFrom": {
  7848. "type": "array",
  7849. "items": {
  7850. "$ref": "v1.EnvFromSource"
  7851. },
  7852. "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
  7853. },
  7854. "env": {
  7855. "type": "array",
  7856. "items": {
  7857. "$ref": "v1.EnvVar"
  7858. },
  7859. "description": "List of environment variables to set in the container. Cannot be updated."
  7860. },
  7861. "resources": {
  7862. "$ref": "v1.ResourceRequirements",
  7863. "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
  7864. },
  7865. "volumeMounts": {
  7866. "type": "array",
  7867. "items": {
  7868. "$ref": "v1.VolumeMount"
  7869. },
  7870. "description": "Pod volumes to mount into the container's filesystem. Cannot be updated."
  7871. },
  7872. "livenessProbe": {
  7873. "$ref": "v1.Probe",
  7874. "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"
  7875. },
  7876. "readinessProbe": {
  7877. "$ref": "v1.Probe",
  7878. "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"
  7879. },
  7880. "lifecycle": {
  7881. "$ref": "v1.Lifecycle",
  7882. "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated."
  7883. },
  7884. "terminationMessagePath": {
  7885. "type": "string",
  7886. "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. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated."
  7887. },
  7888. "terminationMessagePolicy": {
  7889. "type": "string",
  7890. "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated."
  7891. },
  7892. "imagePullPolicy": {
  7893. "type": "string",
  7894. "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"
  7895. },
  7896. "securityContext": {
  7897. "$ref": "v1.SecurityContext",
  7898. "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md"
  7899. },
  7900. "stdin": {
  7901. "type": "boolean",
  7902. "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."
  7903. },
  7904. "stdinOnce": {
  7905. "type": "boolean",
  7906. "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"
  7907. },
  7908. "tty": {
  7909. "type": "boolean",
  7910. "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false."
  7911. }
  7912. }
  7913. },
  7914. "v1.ContainerPort": {
  7915. "id": "v1.ContainerPort",
  7916. "description": "ContainerPort represents a network port in a single container.",
  7917. "required": [
  7918. "containerPort"
  7919. ],
  7920. "properties": {
  7921. "name": {
  7922. "type": "string",
  7923. "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."
  7924. },
  7925. "hostPort": {
  7926. "type": "integer",
  7927. "format": "int32",
  7928. "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."
  7929. },
  7930. "containerPort": {
  7931. "type": "integer",
  7932. "format": "int32",
  7933. "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536."
  7934. },
  7935. "protocol": {
  7936. "type": "string",
  7937. "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"."
  7938. },
  7939. "hostIP": {
  7940. "type": "string",
  7941. "description": "What host IP to bind the external port to."
  7942. }
  7943. }
  7944. },
  7945. "v1.EnvFromSource": {
  7946. "id": "v1.EnvFromSource",
  7947. "description": "EnvFromSource represents the source of a set of ConfigMaps",
  7948. "properties": {
  7949. "prefix": {
  7950. "type": "string",
  7951. "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
  7952. },
  7953. "configMapRef": {
  7954. "$ref": "v1.ConfigMapEnvSource",
  7955. "description": "The ConfigMap to select from"
  7956. },
  7957. "secretRef": {
  7958. "$ref": "v1.SecretEnvSource",
  7959. "description": "The Secret to select from"
  7960. }
  7961. }
  7962. },
  7963. "v1.ConfigMapEnvSource": {
  7964. "id": "v1.ConfigMapEnvSource",
  7965. "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
  7966. "properties": {
  7967. "name": {
  7968. "type": "string",
  7969. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  7970. },
  7971. "optional": {
  7972. "type": "boolean",
  7973. "description": "Specify whether the ConfigMap must be defined"
  7974. }
  7975. }
  7976. },
  7977. "v1.SecretEnvSource": {
  7978. "id": "v1.SecretEnvSource",
  7979. "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
  7980. "properties": {
  7981. "name": {
  7982. "type": "string",
  7983. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  7984. },
  7985. "optional": {
  7986. "type": "boolean",
  7987. "description": "Specify whether the Secret must be defined"
  7988. }
  7989. }
  7990. },
  7991. "v1.EnvVar": {
  7992. "id": "v1.EnvVar",
  7993. "description": "EnvVar represents an environment variable present in a Container.",
  7994. "required": [
  7995. "name"
  7996. ],
  7997. "properties": {
  7998. "name": {
  7999. "type": "string",
  8000. "description": "Name of the environment variable. Must be a C_IDENTIFIER."
  8001. },
  8002. "value": {
  8003. "type": "string",
  8004. "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 \"\"."
  8005. },
  8006. "valueFrom": {
  8007. "$ref": "v1.EnvVarSource",
  8008. "description": "Source for the environment variable's value. Cannot be used if value is not empty."
  8009. }
  8010. }
  8011. },
  8012. "v1.EnvVarSource": {
  8013. "id": "v1.EnvVarSource",
  8014. "description": "EnvVarSource represents a source for the value of an EnvVar.",
  8015. "properties": {
  8016. "fieldRef": {
  8017. "$ref": "v1.ObjectFieldSelector",
  8018. "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP."
  8019. },
  8020. "resourceFieldRef": {
  8021. "$ref": "v1.ResourceFieldSelector",
  8022. "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
  8023. },
  8024. "configMapKeyRef": {
  8025. "$ref": "v1.ConfigMapKeySelector",
  8026. "description": "Selects a key of a ConfigMap."
  8027. },
  8028. "secretKeyRef": {
  8029. "$ref": "v1.SecretKeySelector",
  8030. "description": "Selects a key of a secret in the pod's namespace"
  8031. }
  8032. }
  8033. },
  8034. "v1.ConfigMapKeySelector": {
  8035. "id": "v1.ConfigMapKeySelector",
  8036. "description": "Selects a key from a ConfigMap.",
  8037. "required": [
  8038. "key"
  8039. ],
  8040. "properties": {
  8041. "name": {
  8042. "type": "string",
  8043. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  8044. },
  8045. "key": {
  8046. "type": "string",
  8047. "description": "The key to select."
  8048. },
  8049. "optional": {
  8050. "type": "boolean",
  8051. "description": "Specify whether the ConfigMap or it's key must be defined"
  8052. }
  8053. }
  8054. },
  8055. "v1.SecretKeySelector": {
  8056. "id": "v1.SecretKeySelector",
  8057. "description": "SecretKeySelector selects a key of a Secret.",
  8058. "required": [
  8059. "key"
  8060. ],
  8061. "properties": {
  8062. "name": {
  8063. "type": "string",
  8064. "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
  8065. },
  8066. "key": {
  8067. "type": "string",
  8068. "description": "The key of the secret to select from. Must be a valid secret key."
  8069. },
  8070. "optional": {
  8071. "type": "boolean",
  8072. "description": "Specify whether the Secret or it's key must be defined"
  8073. }
  8074. }
  8075. },
  8076. "v1.ResourceRequirements": {
  8077. "id": "v1.ResourceRequirements",
  8078. "description": "ResourceRequirements describes the compute resource requirements.",
  8079. "properties": {
  8080. "limits": {
  8081. "type": "object",
  8082. "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
  8083. },
  8084. "requests": {
  8085. "type": "object",
  8086. "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/"
  8087. }
  8088. }
  8089. },
  8090. "v1.VolumeMount": {
  8091. "id": "v1.VolumeMount",
  8092. "description": "VolumeMount describes a mounting of a Volume within a container.",
  8093. "required": [
  8094. "name",
  8095. "mountPath"
  8096. ],
  8097. "properties": {
  8098. "name": {
  8099. "type": "string",
  8100. "description": "This must match the Name of a Volume."
  8101. },
  8102. "readOnly": {
  8103. "type": "boolean",
  8104. "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false."
  8105. },
  8106. "mountPath": {
  8107. "type": "string",
  8108. "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
  8109. },
  8110. "subPath": {
  8111. "type": "string",
  8112. "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
  8113. }
  8114. }
  8115. },
  8116. "v1.Probe": {
  8117. "id": "v1.Probe",
  8118. "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
  8119. "properties": {
  8120. "exec": {
  8121. "$ref": "v1.ExecAction",
  8122. "description": "One and only one of the following should be specified. Exec specifies the action to take."
  8123. },
  8124. "httpGet": {
  8125. "$ref": "v1.HTTPGetAction",
  8126. "description": "HTTPGet specifies the http request to perform."
  8127. },
  8128. "tcpSocket": {
  8129. "$ref": "v1.TCPSocketAction",
  8130. "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
  8131. },
  8132. "initialDelaySeconds": {
  8133. "type": "integer",
  8134. "format": "int32",
  8135. "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"
  8136. },
  8137. "timeoutSeconds": {
  8138. "type": "integer",
  8139. "format": "int32",
  8140. "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"
  8141. },
  8142. "periodSeconds": {
  8143. "type": "integer",
  8144. "format": "int32",
  8145. "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
  8146. },
  8147. "successThreshold": {
  8148. "type": "integer",
  8149. "format": "int32",
  8150. "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."
  8151. },
  8152. "failureThreshold": {
  8153. "type": "integer",
  8154. "format": "int32",
  8155. "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."
  8156. }
  8157. }
  8158. },
  8159. "v1.ExecAction": {
  8160. "id": "v1.ExecAction",
  8161. "description": "ExecAction describes a \"run in container\" action.",
  8162. "properties": {
  8163. "command": {
  8164. "type": "array",
  8165. "items": {
  8166. "type": "string"
  8167. },
  8168. "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."
  8169. }
  8170. }
  8171. },
  8172. "v1.HTTPGetAction": {
  8173. "id": "v1.HTTPGetAction",
  8174. "description": "HTTPGetAction describes an action based on HTTP Get requests.",
  8175. "required": [
  8176. "port"
  8177. ],
  8178. "properties": {
  8179. "path": {
  8180. "type": "string",
  8181. "description": "Path to access on the HTTP server."
  8182. },
  8183. "port": {
  8184. "type": "string",
  8185. "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."
  8186. },
  8187. "host": {
  8188. "type": "string",
  8189. "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead."
  8190. },
  8191. "scheme": {
  8192. "type": "string",
  8193. "description": "Scheme to use for connecting to the host. Defaults to HTTP."
  8194. },
  8195. "httpHeaders": {
  8196. "type": "array",
  8197. "items": {
  8198. "$ref": "v1.HTTPHeader"
  8199. },
  8200. "description": "Custom headers to set in the request. HTTP allows repeated headers."
  8201. }
  8202. }
  8203. },
  8204. "v1.HTTPHeader": {
  8205. "id": "v1.HTTPHeader",
  8206. "description": "HTTPHeader describes a custom header to be used in HTTP probes",
  8207. "required": [
  8208. "name",
  8209. "value"
  8210. ],
  8211. "properties": {
  8212. "name": {
  8213. "type": "string",
  8214. "description": "The header field name"
  8215. },
  8216. "value": {
  8217. "type": "string",
  8218. "description": "The header field value"
  8219. }
  8220. }
  8221. },
  8222. "v1.TCPSocketAction": {
  8223. "id": "v1.TCPSocketAction",
  8224. "description": "TCPSocketAction describes an action based on opening a socket",
  8225. "required": [
  8226. "port"
  8227. ],
  8228. "properties": {
  8229. "port": {
  8230. "type": "string",
  8231. "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."
  8232. }
  8233. }
  8234. },
  8235. "v1.Lifecycle": {
  8236. "id": "v1.Lifecycle",
  8237. "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.",
  8238. "properties": {
  8239. "postStart": {
  8240. "$ref": "v1.Handler",
  8241. "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"
  8242. },
  8243. "preStop": {
  8244. "$ref": "v1.Handler",
  8245. "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"
  8246. }
  8247. }
  8248. },
  8249. "v1.Handler": {
  8250. "id": "v1.Handler",
  8251. "description": "Handler defines a specific action that should be taken",
  8252. "properties": {
  8253. "exec": {
  8254. "$ref": "v1.ExecAction",
  8255. "description": "One and only one of the following should be specified. Exec specifies the action to take."
  8256. },
  8257. "httpGet": {
  8258. "$ref": "v1.HTTPGetAction",
  8259. "description": "HTTPGet specifies the http request to perform."
  8260. },
  8261. "tcpSocket": {
  8262. "$ref": "v1.TCPSocketAction",
  8263. "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
  8264. }
  8265. }
  8266. },
  8267. "v1.SecurityContext": {
  8268. "id": "v1.SecurityContext",
  8269. "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.",
  8270. "properties": {
  8271. "capabilities": {
  8272. "$ref": "v1.Capabilities",
  8273. "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
  8274. },
  8275. "privileged": {
  8276. "type": "boolean",
  8277. "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false."
  8278. },
  8279. "seLinuxOptions": {
  8280. "$ref": "v1.SELinuxOptions",
  8281. "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."
  8282. },
  8283. "runAsUser": {
  8284. "type": "integer",
  8285. "format": "int64",
  8286. "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."
  8287. },
  8288. "runAsNonRoot": {
  8289. "type": "boolean",
  8290. "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."
  8291. },
  8292. "readOnlyRootFilesystem": {
  8293. "type": "boolean",
  8294. "description": "Whether this container has a read-only root filesystem. Default is false."
  8295. }
  8296. }
  8297. },
  8298. "v1.Capabilities": {
  8299. "id": "v1.Capabilities",
  8300. "description": "Adds and removes POSIX capabilities from running containers.",
  8301. "properties": {
  8302. "add": {
  8303. "type": "array",
  8304. "items": {
  8305. "$ref": "v1.Capability"
  8306. },
  8307. "description": "Added capabilities"
  8308. },
  8309. "drop": {
  8310. "type": "array",
  8311. "items": {
  8312. "$ref": "v1.Capability"
  8313. },
  8314. "description": "Removed capabilities"
  8315. }
  8316. }
  8317. },
  8318. "v1.Capability": {
  8319. "id": "v1.Capability",
  8320. "properties": {}
  8321. },
  8322. "v1.SELinuxOptions": {
  8323. "id": "v1.SELinuxOptions",
  8324. "description": "SELinuxOptions are the labels to be applied to the container",
  8325. "properties": {
  8326. "user": {
  8327. "type": "string",
  8328. "description": "User is a SELinux user label that applies to the container."
  8329. },
  8330. "role": {
  8331. "type": "string",
  8332. "description": "Role is a SELinux role label that applies to the container."
  8333. },
  8334. "type": {
  8335. "type": "string",
  8336. "description": "Type is a SELinux type label that applies to the container."
  8337. },
  8338. "level": {
  8339. "type": "string",
  8340. "description": "Level is SELinux level label that applies to the container."
  8341. }
  8342. }
  8343. },
  8344. "v1.PodSecurityContext": {
  8345. "id": "v1.PodSecurityContext",
  8346. "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.",
  8347. "properties": {
  8348. "seLinuxOptions": {
  8349. "$ref": "v1.SELinuxOptions",
  8350. "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."
  8351. },
  8352. "runAsUser": {
  8353. "type": "integer",
  8354. "format": "int64",
  8355. "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."
  8356. },
  8357. "runAsNonRoot": {
  8358. "type": "boolean",
  8359. "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."
  8360. },
  8361. "supplementalGroups": {
  8362. "type": "array",
  8363. "items": {
  8364. "type": "integer"
  8365. },
  8366. "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."
  8367. },
  8368. "fsGroup": {
  8369. "type": "integer",
  8370. "format": "int64",
  8371. "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 "
  8372. }
  8373. }
  8374. },
  8375. "v1.Affinity": {
  8376. "id": "v1.Affinity",
  8377. "description": "Affinity is a group of affinity scheduling rules.",
  8378. "properties": {
  8379. "nodeAffinity": {
  8380. "$ref": "v1.NodeAffinity",
  8381. "description": "Describes node affinity scheduling rules for the pod."
  8382. },
  8383. "podAffinity": {
  8384. "$ref": "v1.PodAffinity",
  8385. "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
  8386. },
  8387. "podAntiAffinity": {
  8388. "$ref": "v1.PodAntiAffinity",
  8389. "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
  8390. }
  8391. }
  8392. },
  8393. "v1.NodeAffinity": {
  8394. "id": "v1.NodeAffinity",
  8395. "description": "Node affinity is a group of node affinity scheduling rules.",
  8396. "properties": {
  8397. "requiredDuringSchedulingIgnoredDuringExecution": {
  8398. "$ref": "v1.NodeSelector",
  8399. "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node."
  8400. },
  8401. "preferredDuringSchedulingIgnoredDuringExecution": {
  8402. "type": "array",
  8403. "items": {
  8404. "$ref": "v1.PreferredSchedulingTerm"
  8405. },
  8406. "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred."
  8407. }
  8408. }
  8409. },
  8410. "v1.NodeSelector": {
  8411. "id": "v1.NodeSelector",
  8412. "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
  8413. "required": [
  8414. "nodeSelectorTerms"
  8415. ],
  8416. "properties": {
  8417. "nodeSelectorTerms": {
  8418. "type": "array",
  8419. "items": {
  8420. "$ref": "v1.NodeSelectorTerm"
  8421. },
  8422. "description": "Required. A list of node selector terms. The terms are ORed."
  8423. }
  8424. }
  8425. },
  8426. "v1.NodeSelectorTerm": {
  8427. "id": "v1.NodeSelectorTerm",
  8428. "description": "A null or empty node selector term matches no objects.",
  8429. "required": [
  8430. "matchExpressions"
  8431. ],
  8432. "properties": {
  8433. "matchExpressions": {
  8434. "type": "array",
  8435. "items": {
  8436. "$ref": "v1.NodeSelectorRequirement"
  8437. },
  8438. "description": "Required. A list of node selector requirements. The requirements are ANDed."
  8439. }
  8440. }
  8441. },
  8442. "v1.NodeSelectorRequirement": {
  8443. "id": "v1.NodeSelectorRequirement",
  8444. "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
  8445. "required": [
  8446. "key",
  8447. "operator"
  8448. ],
  8449. "properties": {
  8450. "key": {
  8451. "type": "string",
  8452. "description": "The label key that the selector applies to."
  8453. },
  8454. "operator": {
  8455. "type": "string",
  8456. "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt."
  8457. },
  8458. "values": {
  8459. "type": "array",
  8460. "items": {
  8461. "type": "string"
  8462. },
  8463. "description": "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. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch."
  8464. }
  8465. }
  8466. },
  8467. "v1.PreferredSchedulingTerm": {
  8468. "id": "v1.PreferredSchedulingTerm",
  8469. "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
  8470. "required": [
  8471. "weight",
  8472. "preference"
  8473. ],
  8474. "properties": {
  8475. "weight": {
  8476. "type": "integer",
  8477. "format": "int32",
  8478. "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100."
  8479. },
  8480. "preference": {
  8481. "$ref": "v1.NodeSelectorTerm",
  8482. "description": "A node selector term, associated with the corresponding weight."
  8483. }
  8484. }
  8485. },
  8486. "v1.PodAffinity": {
  8487. "id": "v1.PodAffinity",
  8488. "description": "Pod affinity is a group of inter pod affinity scheduling rules.",
  8489. "properties": {
  8490. "requiredDuringSchedulingIgnoredDuringExecution": {
  8491. "type": "array",
  8492. "items": {
  8493. "$ref": "v1.PodAffinityTerm"
  8494. },
  8495. "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
  8496. },
  8497. "preferredDuringSchedulingIgnoredDuringExecution": {
  8498. "type": "array",
  8499. "items": {
  8500. "$ref": "v1.WeightedPodAffinityTerm"
  8501. },
  8502. "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
  8503. }
  8504. }
  8505. },
  8506. "v1.PodAffinityTerm": {
  8507. "id": "v1.PodAffinityTerm",
  8508. "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e tches that of any node on which a pod of the set of pods is running",
  8509. "properties": {
  8510. "labelSelector": {
  8511. "$ref": "v1.LabelSelector",
  8512. "description": "A label query over a set of resources, in this case pods."
  8513. },
  8514. "namespaces": {
  8515. "type": "array",
  8516. "items": {
  8517. "type": "string"
  8518. },
  8519. "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\""
  8520. },
  8521. "topologyKey": {
  8522. "type": "string",
  8523. "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. For PreferredDuringScheduling pod anti-affinity, empty topologyKey is interpreted as \"all topologies\" (\"all topologies\" here means all the topologyKeys indicated by scheduler command-line argument --failure-domains); for affinity and for RequiredDuringScheduling pod anti-affinity, empty topologyKey is not allowed."
  8524. }
  8525. }
  8526. },
  8527. "v1.WeightedPodAffinityTerm": {
  8528. "id": "v1.WeightedPodAffinityTerm",
  8529. "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
  8530. "required": [
  8531. "weight",
  8532. "podAffinityTerm"
  8533. ],
  8534. "properties": {
  8535. "weight": {
  8536. "type": "integer",
  8537. "format": "int32",
  8538. "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100."
  8539. },
  8540. "podAffinityTerm": {
  8541. "$ref": "v1.PodAffinityTerm",
  8542. "description": "Required. A pod affinity term, associated with the corresponding weight."
  8543. }
  8544. }
  8545. },
  8546. "v1.PodAntiAffinity": {
  8547. "id": "v1.PodAntiAffinity",
  8548. "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
  8549. "properties": {
  8550. "requiredDuringSchedulingIgnoredDuringExecution": {
  8551. "type": "array",
  8552. "items": {
  8553. "$ref": "v1.PodAffinityTerm"
  8554. },
  8555. "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
  8556. },
  8557. "preferredDuringSchedulingIgnoredDuringExecution": {
  8558. "type": "array",
  8559. "items": {
  8560. "$ref": "v1.WeightedPodAffinityTerm"
  8561. },
  8562. "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
  8563. }
  8564. }
  8565. },
  8566. "v1.Toleration": {
  8567. "id": "v1.Toleration",
  8568. "description": "The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.",
  8569. "properties": {
  8570. "key": {
  8571. "type": "string",
  8572. "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys."
  8573. },
  8574. "operator": {
  8575. "type": "string",
  8576. "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category."
  8577. },
  8578. "value": {
  8579. "type": "string",
  8580. "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string."
  8581. },
  8582. "effect": {
  8583. "type": "string",
  8584. "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute."
  8585. },
  8586. "tolerationSeconds": {
  8587. "type": "integer",
  8588. "format": "int64",
  8589. "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system."
  8590. }
  8591. }
  8592. },
  8593. "v1beta1.DaemonSetUpdateStrategy": {
  8594. "id": "v1beta1.DaemonSetUpdateStrategy",
  8595. "properties": {
  8596. "type": {
  8597. "type": "string",
  8598. "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete."
  8599. },
  8600. "rollingUpdate": {
  8601. "$ref": "v1beta1.RollingUpdateDaemonSet",
  8602. "description": "Rolling update config params. Present only if type = \"RollingUpdate\"."
  8603. }
  8604. }
  8605. },
  8606. "v1beta1.RollingUpdateDaemonSet": {
  8607. "id": "v1beta1.RollingUpdateDaemonSet",
  8608. "description": "Spec to control the desired behavior of daemon set rolling update.",
  8609. "properties": {
  8610. "maxUnavailable": {
  8611. "type": "string",
  8612. "description": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update."
  8613. }
  8614. }
  8615. },
  8616. "v1beta1.DaemonSetStatus": {
  8617. "id": "v1beta1.DaemonSetStatus",
  8618. "description": "DaemonSetStatus represents the current status of a daemon set.",
  8619. "required": [
  8620. "currentNumberScheduled",
  8621. "numberMisscheduled",
  8622. "desiredNumberScheduled",
  8623. "numberReady"
  8624. ],
  8625. "properties": {
  8626. "currentNumberScheduled": {
  8627. "type": "integer",
  8628. "format": "int32",
  8629. "description": "The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
  8630. },
  8631. "numberMisscheduled": {
  8632. "type": "integer",
  8633. "format": "int32",
  8634. "description": "The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
  8635. },
  8636. "desiredNumberScheduled": {
  8637. "type": "integer",
  8638. "format": "int32",
  8639. "description": "The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
  8640. },
  8641. "numberReady": {
  8642. "type": "integer",
  8643. "format": "int32",
  8644. "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready."
  8645. },
  8646. "observedGeneration": {
  8647. "type": "integer",
  8648. "format": "int64",
  8649. "description": "The most recent generation observed by the daemon set controller."
  8650. },
  8651. "updatedNumberScheduled": {
  8652. "type": "integer",
  8653. "format": "int32",
  8654. "description": "The total number of nodes that are running updated daemon pod"
  8655. },
  8656. "numberAvailable": {
  8657. "type": "integer",
  8658. "format": "int32",
  8659. "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)"
  8660. },
  8661. "numberUnavailable": {
  8662. "type": "integer",
  8663. "format": "int32",
  8664. "description": "The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)"
  8665. }
  8666. }
  8667. },
  8668. "v1.Status": {
  8669. "id": "v1.Status",
  8670. "description": "Status is a return value for calls that don't return other objects.",
  8671. "properties": {
  8672. "kind": {
  8673. "type": "string",
  8674. "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"
  8675. },
  8676. "apiVersion": {
  8677. "type": "string",
  8678. "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"
  8679. },
  8680. "metadata": {
  8681. "$ref": "v1.ListMeta",
  8682. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  8683. },
  8684. "status": {
  8685. "type": "string",
  8686. "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"
  8687. },
  8688. "message": {
  8689. "type": "string",
  8690. "description": "A human-readable description of the status of this operation."
  8691. },
  8692. "reason": {
  8693. "type": "string",
  8694. "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."
  8695. },
  8696. "details": {
  8697. "$ref": "v1.StatusDetails",
  8698. "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."
  8699. },
  8700. "code": {
  8701. "type": "integer",
  8702. "format": "int32",
  8703. "description": "Suggested HTTP return code for this status, 0 if not set."
  8704. }
  8705. }
  8706. },
  8707. "v1.StatusDetails": {
  8708. "id": "v1.StatusDetails",
  8709. "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.",
  8710. "properties": {
  8711. "name": {
  8712. "type": "string",
  8713. "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
  8714. },
  8715. "group": {
  8716. "type": "string",
  8717. "description": "The group attribute of the resource associated with the status StatusReason."
  8718. },
  8719. "kind": {
  8720. "type": "string",
  8721. "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"
  8722. },
  8723. "causes": {
  8724. "type": "array",
  8725. "items": {
  8726. "$ref": "v1.StatusCause"
  8727. },
  8728. "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
  8729. },
  8730. "retryAfterSeconds": {
  8731. "type": "integer",
  8732. "format": "int32",
  8733. "description": "If specified, the time in seconds before the operation should be retried."
  8734. }
  8735. }
  8736. },
  8737. "v1.StatusCause": {
  8738. "id": "v1.StatusCause",
  8739. "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
  8740. "properties": {
  8741. "reason": {
  8742. "type": "string",
  8743. "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available."
  8744. },
  8745. "message": {
  8746. "type": "string",
  8747. "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader."
  8748. },
  8749. "field": {
  8750. "type": "string",
  8751. "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\""
  8752. }
  8753. }
  8754. },
  8755. "v1.WatchEvent": {
  8756. "id": "v1.WatchEvent",
  8757. "required": [
  8758. "type",
  8759. "object"
  8760. ],
  8761. "properties": {
  8762. "type": {
  8763. "type": "string"
  8764. },
  8765. "object": {
  8766. "type": "string"
  8767. }
  8768. }
  8769. },
  8770. "v1.Patch": {
  8771. "id": "v1.Patch",
  8772. "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
  8773. "properties": {}
  8774. },
  8775. "v1.DeleteOptions": {
  8776. "id": "v1.DeleteOptions",
  8777. "description": "DeleteOptions may be provided when deleting an API object.",
  8778. "properties": {
  8779. "kind": {
  8780. "type": "string",
  8781. "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"
  8782. },
  8783. "apiVersion": {
  8784. "type": "string",
  8785. "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"
  8786. },
  8787. "gracePeriodSeconds": {
  8788. "type": "integer",
  8789. "format": "int64",
  8790. "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."
  8791. },
  8792. "preconditions": {
  8793. "$ref": "v1.Preconditions",
  8794. "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
  8795. },
  8796. "orphanDependents": {
  8797. "type": "boolean",
  8798. "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."
  8799. },
  8800. "propagationPolicy": {
  8801. "$ref": "v1.DeletionPropagation",
  8802. "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy."
  8803. }
  8804. }
  8805. },
  8806. "v1.Preconditions": {
  8807. "id": "v1.Preconditions",
  8808. "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
  8809. "properties": {
  8810. "uid": {
  8811. "$ref": "types.UID",
  8812. "description": "Specifies the target UID."
  8813. }
  8814. }
  8815. },
  8816. "types.UID": {
  8817. "id": "types.UID",
  8818. "properties": {}
  8819. },
  8820. "v1.DeletionPropagation": {
  8821. "id": "v1.DeletionPropagation",
  8822. "properties": {}
  8823. },
  8824. "v1beta1.DeploymentList": {
  8825. "id": "v1beta1.DeploymentList",
  8826. "description": "DeploymentList is a list of Deployments.",
  8827. "required": [
  8828. "items"
  8829. ],
  8830. "properties": {
  8831. "kind": {
  8832. "type": "string",
  8833. "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"
  8834. },
  8835. "apiVersion": {
  8836. "type": "string",
  8837. "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"
  8838. },
  8839. "metadata": {
  8840. "$ref": "v1.ListMeta",
  8841. "description": "Standard list metadata."
  8842. },
  8843. "items": {
  8844. "type": "array",
  8845. "items": {
  8846. "$ref": "v1beta1.Deployment"
  8847. },
  8848. "description": "Items is the list of Deployments."
  8849. }
  8850. }
  8851. },
  8852. "v1beta1.Deployment": {
  8853. "id": "v1beta1.Deployment",
  8854. "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
  8855. "properties": {
  8856. "kind": {
  8857. "type": "string",
  8858. "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"
  8859. },
  8860. "apiVersion": {
  8861. "type": "string",
  8862. "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"
  8863. },
  8864. "metadata": {
  8865. "$ref": "v1.ObjectMeta",
  8866. "description": "Standard object metadata."
  8867. },
  8868. "spec": {
  8869. "$ref": "v1beta1.DeploymentSpec",
  8870. "description": "Specification of the desired behavior of the Deployment."
  8871. },
  8872. "status": {
  8873. "$ref": "v1beta1.DeploymentStatus",
  8874. "description": "Most recently observed status of the Deployment."
  8875. }
  8876. }
  8877. },
  8878. "v1beta1.DeploymentSpec": {
  8879. "id": "v1beta1.DeploymentSpec",
  8880. "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
  8881. "required": [
  8882. "template"
  8883. ],
  8884. "properties": {
  8885. "replicas": {
  8886. "type": "integer",
  8887. "format": "int32",
  8888. "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1."
  8889. },
  8890. "selector": {
  8891. "$ref": "v1.LabelSelector",
  8892. "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment."
  8893. },
  8894. "template": {
  8895. "$ref": "v1.PodTemplateSpec",
  8896. "description": "Template describes the pods that will be created."
  8897. },
  8898. "strategy": {
  8899. "$ref": "v1beta1.DeploymentStrategy",
  8900. "description": "The deployment strategy to use to replace existing pods with new ones."
  8901. },
  8902. "minReadySeconds": {
  8903. "type": "integer",
  8904. "format": "int32",
  8905. "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)"
  8906. },
  8907. "revisionHistoryLimit": {
  8908. "type": "integer",
  8909. "format": "int32",
  8910. "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified."
  8911. },
  8912. "paused": {
  8913. "type": "boolean",
  8914. "description": "Indicates that the deployment is paused and will not be processed by the deployment controller."
  8915. },
  8916. "rollbackTo": {
  8917. "$ref": "v1beta1.RollbackConfig",
  8918. "description": "The config this deployment is rolling back to. Will be cleared after rollback is done."
  8919. },
  8920. "progressDeadlineSeconds": {
  8921. "type": "integer",
  8922. "format": "int32",
  8923. "description": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. This is not set by default."
  8924. }
  8925. }
  8926. },
  8927. "v1beta1.DeploymentStrategy": {
  8928. "id": "v1beta1.DeploymentStrategy",
  8929. "description": "DeploymentStrategy describes how to replace existing pods with new ones.",
  8930. "properties": {
  8931. "type": {
  8932. "type": "string",
  8933. "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate."
  8934. },
  8935. "rollingUpdate": {
  8936. "$ref": "v1beta1.RollingUpdateDeployment",
  8937. "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate."
  8938. }
  8939. }
  8940. },
  8941. "v1beta1.RollingUpdateDeployment": {
  8942. "id": "v1beta1.RollingUpdateDeployment",
  8943. "description": "Spec to control the desired behavior of rolling update.",
  8944. "properties": {
  8945. "maxUnavailable": {
  8946. "type": "string",
  8947. "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods."
  8948. },
  8949. "maxSurge": {
  8950. "type": "string",
  8951. "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods."
  8952. }
  8953. }
  8954. },
  8955. "v1beta1.RollbackConfig": {
  8956. "id": "v1beta1.RollbackConfig",
  8957. "properties": {
  8958. "revision": {
  8959. "type": "integer",
  8960. "format": "int64",
  8961. "description": "The revision to rollback to. If set to 0, rollbck to the last revision."
  8962. }
  8963. }
  8964. },
  8965. "v1beta1.DeploymentStatus": {
  8966. "id": "v1beta1.DeploymentStatus",
  8967. "description": "DeploymentStatus is the most recently observed status of the Deployment.",
  8968. "properties": {
  8969. "observedGeneration": {
  8970. "type": "integer",
  8971. "format": "int64",
  8972. "description": "The generation observed by the deployment controller."
  8973. },
  8974. "replicas": {
  8975. "type": "integer",
  8976. "format": "int32",
  8977. "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector)."
  8978. },
  8979. "updatedReplicas": {
  8980. "type": "integer",
  8981. "format": "int32",
  8982. "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec."
  8983. },
  8984. "readyReplicas": {
  8985. "type": "integer",
  8986. "format": "int32",
  8987. "description": "Total number of ready pods targeted by this deployment."
  8988. },
  8989. "availableReplicas": {
  8990. "type": "integer",
  8991. "format": "int32",
  8992. "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment."
  8993. },
  8994. "unavailableReplicas": {
  8995. "type": "integer",
  8996. "format": "int32",
  8997. "description": "Total number of unavailable pods targeted by this deployment."
  8998. },
  8999. "conditions": {
  9000. "type": "array",
  9001. "items": {
  9002. "$ref": "v1beta1.DeploymentCondition"
  9003. },
  9004. "description": "Represents the latest available observations of a deployment's current state."
  9005. }
  9006. }
  9007. },
  9008. "v1beta1.DeploymentCondition": {
  9009. "id": "v1beta1.DeploymentCondition",
  9010. "description": "DeploymentCondition describes the state of a deployment at a certain point.",
  9011. "required": [
  9012. "type",
  9013. "status"
  9014. ],
  9015. "properties": {
  9016. "type": {
  9017. "type": "string",
  9018. "description": "Type of deployment condition."
  9019. },
  9020. "status": {
  9021. "type": "string",
  9022. "description": "Status of the condition, one of True, False, Unknown."
  9023. },
  9024. "lastUpdateTime": {
  9025. "type": "string",
  9026. "description": "The last time this condition was updated."
  9027. },
  9028. "lastTransitionTime": {
  9029. "type": "string",
  9030. "description": "Last time the condition transitioned from one status to another."
  9031. },
  9032. "reason": {
  9033. "type": "string",
  9034. "description": "The reason for the condition's last transition."
  9035. },
  9036. "message": {
  9037. "type": "string",
  9038. "description": "A human readable message indicating details about the transition."
  9039. }
  9040. }
  9041. },
  9042. "v1beta1.DeploymentRollback": {
  9043. "id": "v1beta1.DeploymentRollback",
  9044. "description": "DeploymentRollback stores the information required to rollback a deployment.",
  9045. "required": [
  9046. "name",
  9047. "rollbackTo"
  9048. ],
  9049. "properties": {
  9050. "kind": {
  9051. "type": "string",
  9052. "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"
  9053. },
  9054. "apiVersion": {
  9055. "type": "string",
  9056. "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"
  9057. },
  9058. "name": {
  9059. "type": "string",
  9060. "description": "Required: This must match the Name of a deployment."
  9061. },
  9062. "updatedAnnotations": {
  9063. "type": "object",
  9064. "description": "The annotations to be updated to a deployment"
  9065. },
  9066. "rollbackTo": {
  9067. "$ref": "v1beta1.RollbackConfig",
  9068. "description": "The config of this deployment rollback."
  9069. }
  9070. }
  9071. },
  9072. "v1beta1.Scale": {
  9073. "id": "v1beta1.Scale",
  9074. "description": "represents a scaling request for a resource.",
  9075. "properties": {
  9076. "kind": {
  9077. "type": "string",
  9078. "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"
  9079. },
  9080. "apiVersion": {
  9081. "type": "string",
  9082. "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"
  9083. },
  9084. "metadata": {
  9085. "$ref": "v1.ObjectMeta",
  9086. "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata."
  9087. },
  9088. "spec": {
  9089. "$ref": "v1beta1.ScaleSpec",
  9090. "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status."
  9091. },
  9092. "status": {
  9093. "$ref": "v1beta1.ScaleStatus",
  9094. "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only."
  9095. }
  9096. }
  9097. },
  9098. "v1beta1.ScaleSpec": {
  9099. "id": "v1beta1.ScaleSpec",
  9100. "description": "describes the attributes of a scale subresource",
  9101. "properties": {
  9102. "replicas": {
  9103. "type": "integer",
  9104. "format": "int32",
  9105. "description": "desired number of instances for the scaled object."
  9106. }
  9107. }
  9108. },
  9109. "v1beta1.ScaleStatus": {
  9110. "id": "v1beta1.ScaleStatus",
  9111. "description": "represents the current status of a scale subresource.",
  9112. "required": [
  9113. "replicas"
  9114. ],
  9115. "properties": {
  9116. "replicas": {
  9117. "type": "integer",
  9118. "format": "int32",
  9119. "description": "actual number of observed instances of the scaled object."
  9120. },
  9121. "selector": {
  9122. "type": "object",
  9123. "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
  9124. },
  9125. "targetSelector": {
  9126. "type": "string",
  9127. "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
  9128. }
  9129. }
  9130. },
  9131. "v1beta1.IngressList": {
  9132. "id": "v1beta1.IngressList",
  9133. "description": "IngressList is a collection of Ingress.",
  9134. "required": [
  9135. "items"
  9136. ],
  9137. "properties": {
  9138. "kind": {
  9139. "type": "string",
  9140. "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"
  9141. },
  9142. "apiVersion": {
  9143. "type": "string",
  9144. "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"
  9145. },
  9146. "metadata": {
  9147. "$ref": "v1.ListMeta",
  9148. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9149. },
  9150. "items": {
  9151. "type": "array",
  9152. "items": {
  9153. "$ref": "v1beta1.Ingress"
  9154. },
  9155. "description": "Items is the list of Ingress."
  9156. }
  9157. }
  9158. },
  9159. "v1beta1.Ingress": {
  9160. "id": "v1beta1.Ingress",
  9161. "description": "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.",
  9162. "properties": {
  9163. "kind": {
  9164. "type": "string",
  9165. "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"
  9166. },
  9167. "apiVersion": {
  9168. "type": "string",
  9169. "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"
  9170. },
  9171. "metadata": {
  9172. "$ref": "v1.ObjectMeta",
  9173. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9174. },
  9175. "spec": {
  9176. "$ref": "v1beta1.IngressSpec",
  9177. "description": "Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  9178. },
  9179. "status": {
  9180. "$ref": "v1beta1.IngressStatus",
  9181. "description": "Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  9182. }
  9183. }
  9184. },
  9185. "v1beta1.IngressSpec": {
  9186. "id": "v1beta1.IngressSpec",
  9187. "description": "IngressSpec describes the Ingress the user wishes to exist.",
  9188. "properties": {
  9189. "backend": {
  9190. "$ref": "v1beta1.IngressBackend",
  9191. "description": "A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default."
  9192. },
  9193. "tls": {
  9194. "type": "array",
  9195. "items": {
  9196. "$ref": "v1beta1.IngressTLS"
  9197. },
  9198. "description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI."
  9199. },
  9200. "rules": {
  9201. "type": "array",
  9202. "items": {
  9203. "$ref": "v1beta1.IngressRule"
  9204. },
  9205. "description": "A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend."
  9206. }
  9207. }
  9208. },
  9209. "v1beta1.IngressBackend": {
  9210. "id": "v1beta1.IngressBackend",
  9211. "description": "IngressBackend describes all endpoints for a given service and port.",
  9212. "required": [
  9213. "serviceName",
  9214. "servicePort"
  9215. ],
  9216. "properties": {
  9217. "serviceName": {
  9218. "type": "string",
  9219. "description": "Specifies the name of the referenced service."
  9220. },
  9221. "servicePort": {
  9222. "type": "string",
  9223. "description": "Specifies the port of the referenced service."
  9224. }
  9225. }
  9226. },
  9227. "v1beta1.IngressTLS": {
  9228. "id": "v1beta1.IngressTLS",
  9229. "description": "IngressTLS describes the transport layer security associated with an Ingress.",
  9230. "properties": {
  9231. "hosts": {
  9232. "type": "array",
  9233. "items": {
  9234. "type": "string"
  9235. },
  9236. "description": "Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified."
  9237. },
  9238. "secretName": {
  9239. "type": "string",
  9240. "description": "SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing."
  9241. }
  9242. }
  9243. },
  9244. "v1beta1.IngressRule": {
  9245. "id": "v1beta1.IngressRule",
  9246. "description": "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.",
  9247. "properties": {
  9248. "host": {
  9249. "type": "string",
  9250. "description": "Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the\n\t IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue."
  9251. },
  9252. "http": {
  9253. "$ref": "v1beta1.HTTPIngressRuleValue"
  9254. }
  9255. }
  9256. },
  9257. "v1beta1.HTTPIngressRuleValue": {
  9258. "id": "v1beta1.HTTPIngressRuleValue",
  9259. "description": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://\u003chost\u003e/\u003cpath\u003e?\u003csearchpart\u003e -\u003e backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.",
  9260. "required": [
  9261. "paths"
  9262. ],
  9263. "properties": {
  9264. "paths": {
  9265. "type": "array",
  9266. "items": {
  9267. "$ref": "v1beta1.HTTPIngressPath"
  9268. },
  9269. "description": "A collection of paths that map requests to backends."
  9270. }
  9271. }
  9272. },
  9273. "v1beta1.HTTPIngressPath": {
  9274. "id": "v1beta1.HTTPIngressPath",
  9275. "description": "HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.",
  9276. "required": [
  9277. "backend"
  9278. ],
  9279. "properties": {
  9280. "path": {
  9281. "type": "string",
  9282. "description": "Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend."
  9283. },
  9284. "backend": {
  9285. "$ref": "v1beta1.IngressBackend",
  9286. "description": "Backend defines the referenced service endpoint to which the traffic will be forwarded to."
  9287. }
  9288. }
  9289. },
  9290. "v1beta1.IngressStatus": {
  9291. "id": "v1beta1.IngressStatus",
  9292. "description": "IngressStatus describe the current state of the Ingress.",
  9293. "properties": {
  9294. "loadBalancer": {
  9295. "$ref": "v1.LoadBalancerStatus",
  9296. "description": "LoadBalancer contains the current status of the load-balancer."
  9297. }
  9298. }
  9299. },
  9300. "v1.LoadBalancerStatus": {
  9301. "id": "v1.LoadBalancerStatus",
  9302. "description": "LoadBalancerStatus represents the status of a load-balancer.",
  9303. "properties": {
  9304. "ingress": {
  9305. "type": "array",
  9306. "items": {
  9307. "$ref": "v1.LoadBalancerIngress"
  9308. },
  9309. "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
  9310. }
  9311. }
  9312. },
  9313. "v1.LoadBalancerIngress": {
  9314. "id": "v1.LoadBalancerIngress",
  9315. "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
  9316. "properties": {
  9317. "ip": {
  9318. "type": "string",
  9319. "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)"
  9320. },
  9321. "hostname": {
  9322. "type": "string",
  9323. "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)"
  9324. }
  9325. }
  9326. },
  9327. "v1beta1.NetworkPolicyList": {
  9328. "id": "v1beta1.NetworkPolicyList",
  9329. "description": "Network Policy List is a list of NetworkPolicy objects.",
  9330. "required": [
  9331. "items"
  9332. ],
  9333. "properties": {
  9334. "kind": {
  9335. "type": "string",
  9336. "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"
  9337. },
  9338. "apiVersion": {
  9339. "type": "string",
  9340. "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"
  9341. },
  9342. "metadata": {
  9343. "$ref": "v1.ListMeta",
  9344. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9345. },
  9346. "items": {
  9347. "type": "array",
  9348. "items": {
  9349. "$ref": "v1beta1.NetworkPolicy"
  9350. },
  9351. "description": "Items is a list of schema objects."
  9352. }
  9353. }
  9354. },
  9355. "v1beta1.NetworkPolicy": {
  9356. "id": "v1beta1.NetworkPolicy",
  9357. "properties": {
  9358. "kind": {
  9359. "type": "string",
  9360. "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"
  9361. },
  9362. "apiVersion": {
  9363. "type": "string",
  9364. "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"
  9365. },
  9366. "metadata": {
  9367. "$ref": "v1.ObjectMeta",
  9368. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9369. },
  9370. "spec": {
  9371. "$ref": "v1beta1.NetworkPolicySpec",
  9372. "description": "Specification of the desired behavior for this NetworkPolicy."
  9373. }
  9374. }
  9375. },
  9376. "v1beta1.NetworkPolicySpec": {
  9377. "id": "v1beta1.NetworkPolicySpec",
  9378. "required": [
  9379. "podSelector"
  9380. ],
  9381. "properties": {
  9382. "podSelector": {
  9383. "$ref": "v1.LabelSelector",
  9384. "description": "Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace."
  9385. },
  9386. "ingress": {
  9387. "type": "array",
  9388. "items": {
  9389. "$ref": "v1beta1.NetworkPolicyIngressRule"
  9390. },
  9391. "description": "List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if namespace.networkPolicy.ingress.isolation is undefined and cluster policy allows it, OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not affect ingress isolation. If this field is present and contains at least one rule, this policy allows any traffic which matches at least one of the ingress rules in this list."
  9392. }
  9393. }
  9394. },
  9395. "v1beta1.NetworkPolicyIngressRule": {
  9396. "id": "v1beta1.NetworkPolicyIngressRule",
  9397. "description": "This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.",
  9398. "properties": {
  9399. "ports": {
  9400. "type": "array",
  9401. "items": {
  9402. "$ref": "v1beta1.NetworkPolicyPort"
  9403. },
  9404. "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is not provided, this rule matches all ports (traffic not restricted by port). If this field is empty, this rule matches no ports (no traffic matches). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list."
  9405. },
  9406. "from": {
  9407. "type": "array",
  9408. "items": {
  9409. "$ref": "v1beta1.NetworkPolicyPeer"
  9410. },
  9411. "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is not provided, this rule matches all sources (traffic not restricted by source). If this field is empty, this rule matches no sources (no traffic matches). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list."
  9412. }
  9413. }
  9414. },
  9415. "v1beta1.NetworkPolicyPort": {
  9416. "id": "v1beta1.NetworkPolicyPort",
  9417. "properties": {
  9418. "protocol": {
  9419. "$ref": "v1.Protocol",
  9420. "description": "Optional. The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP."
  9421. },
  9422. "port": {
  9423. "type": "string",
  9424. "description": "If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched."
  9425. }
  9426. }
  9427. },
  9428. "v1.Protocol": {
  9429. "id": "v1.Protocol",
  9430. "properties": {}
  9431. },
  9432. "v1beta1.NetworkPolicyPeer": {
  9433. "id": "v1beta1.NetworkPolicyPeer",
  9434. "properties": {
  9435. "podSelector": {
  9436. "$ref": "v1.LabelSelector",
  9437. "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If not provided, this selector selects no pods. If present but empty, this selector selects all pods in this namespace."
  9438. },
  9439. "namespaceSelector": {
  9440. "$ref": "v1.LabelSelector",
  9441. "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If omitted, this selector selects no namespaces. If present but empty, this selector selects all namespaces."
  9442. }
  9443. }
  9444. },
  9445. "v1beta1.PodSecurityPolicyList": {
  9446. "id": "v1beta1.PodSecurityPolicyList",
  9447. "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.",
  9448. "required": [
  9449. "items"
  9450. ],
  9451. "properties": {
  9452. "kind": {
  9453. "type": "string",
  9454. "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"
  9455. },
  9456. "apiVersion": {
  9457. "type": "string",
  9458. "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"
  9459. },
  9460. "metadata": {
  9461. "$ref": "v1.ListMeta",
  9462. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9463. },
  9464. "items": {
  9465. "type": "array",
  9466. "items": {
  9467. "$ref": "v1beta1.PodSecurityPolicy"
  9468. },
  9469. "description": "Items is a list of schema objects."
  9470. }
  9471. }
  9472. },
  9473. "v1beta1.PodSecurityPolicy": {
  9474. "id": "v1beta1.PodSecurityPolicy",
  9475. "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.",
  9476. "properties": {
  9477. "kind": {
  9478. "type": "string",
  9479. "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"
  9480. },
  9481. "apiVersion": {
  9482. "type": "string",
  9483. "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"
  9484. },
  9485. "metadata": {
  9486. "$ref": "v1.ObjectMeta",
  9487. "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9488. },
  9489. "spec": {
  9490. "$ref": "v1beta1.PodSecurityPolicySpec",
  9491. "description": "spec defines the policy enforced."
  9492. }
  9493. }
  9494. },
  9495. "v1beta1.PodSecurityPolicySpec": {
  9496. "id": "v1beta1.PodSecurityPolicySpec",
  9497. "description": "Pod Security Policy Spec defines the policy enforced.",
  9498. "required": [
  9499. "seLinux",
  9500. "runAsUser",
  9501. "supplementalGroups",
  9502. "fsGroup"
  9503. ],
  9504. "properties": {
  9505. "privileged": {
  9506. "type": "boolean",
  9507. "description": "privileged determines if a pod can request to be run as privileged."
  9508. },
  9509. "defaultAddCapabilities": {
  9510. "type": "array",
  9511. "items": {
  9512. "$ref": "v1.Capability"
  9513. },
  9514. "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities."
  9515. },
  9516. "requiredDropCapabilities": {
  9517. "type": "array",
  9518. "items": {
  9519. "$ref": "v1.Capability"
  9520. },
  9521. "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added."
  9522. },
  9523. "allowedCapabilities": {
  9524. "type": "array",
  9525. "items": {
  9526. "$ref": "v1.Capability"
  9527. },
  9528. "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities."
  9529. },
  9530. "volumes": {
  9531. "type": "array",
  9532. "items": {
  9533. "$ref": "v1beta1.FSType"
  9534. },
  9535. "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used."
  9536. },
  9537. "hostNetwork": {
  9538. "type": "boolean",
  9539. "description": "hostNetwork determines if the policy allows the use of HostNetwork in the pod spec."
  9540. },
  9541. "hostPorts": {
  9542. "type": "array",
  9543. "items": {
  9544. "$ref": "v1beta1.HostPortRange"
  9545. },
  9546. "description": "hostPorts determines which host port ranges are allowed to be exposed."
  9547. },
  9548. "hostPID": {
  9549. "type": "boolean",
  9550. "description": "hostPID determines if the policy allows the use of HostPID in the pod spec."
  9551. },
  9552. "hostIPC": {
  9553. "type": "boolean",
  9554. "description": "hostIPC determines if the policy allows the use of HostIPC in the pod spec."
  9555. },
  9556. "seLinux": {
  9557. "$ref": "v1beta1.SELinuxStrategyOptions",
  9558. "description": "seLinux is the strategy that will dictate the allowable labels that may be set."
  9559. },
  9560. "runAsUser": {
  9561. "$ref": "v1beta1.RunAsUserStrategyOptions",
  9562. "description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set."
  9563. },
  9564. "supplementalGroups": {
  9565. "$ref": "v1beta1.SupplementalGroupsStrategyOptions",
  9566. "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext."
  9567. },
  9568. "fsGroup": {
  9569. "$ref": "v1beta1.FSGroupStrategyOptions",
  9570. "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext."
  9571. },
  9572. "readOnlyRootFilesystem": {
  9573. "type": "boolean",
  9574. "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to."
  9575. }
  9576. }
  9577. },
  9578. "v1beta1.FSType": {
  9579. "id": "v1beta1.FSType",
  9580. "properties": {}
  9581. },
  9582. "v1beta1.HostPortRange": {
  9583. "id": "v1beta1.HostPortRange",
  9584. "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.",
  9585. "required": [
  9586. "min",
  9587. "max"
  9588. ],
  9589. "properties": {
  9590. "min": {
  9591. "type": "integer",
  9592. "format": "int32",
  9593. "description": "min is the start of the range, inclusive."
  9594. },
  9595. "max": {
  9596. "type": "integer",
  9597. "format": "int32",
  9598. "description": "max is the end of the range, inclusive."
  9599. }
  9600. }
  9601. },
  9602. "v1beta1.SELinuxStrategyOptions": {
  9603. "id": "v1beta1.SELinuxStrategyOptions",
  9604. "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.",
  9605. "required": [
  9606. "rule"
  9607. ],
  9608. "properties": {
  9609. "rule": {
  9610. "type": "string",
  9611. "description": "type is the strategy that will dictate the allowable labels that may be set."
  9612. },
  9613. "seLinuxOptions": {
  9614. "$ref": "v1.SELinuxOptions",
  9615. "description": "seLinuxOptions required to run as; required for MustRunAs More info: http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context"
  9616. }
  9617. }
  9618. },
  9619. "v1beta1.RunAsUserStrategyOptions": {
  9620. "id": "v1beta1.RunAsUserStrategyOptions",
  9621. "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.",
  9622. "required": [
  9623. "rule"
  9624. ],
  9625. "properties": {
  9626. "rule": {
  9627. "type": "string",
  9628. "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set."
  9629. },
  9630. "ranges": {
  9631. "type": "array",
  9632. "items": {
  9633. "$ref": "v1beta1.IDRange"
  9634. },
  9635. "description": "Ranges are the allowed ranges of uids that may be used."
  9636. }
  9637. }
  9638. },
  9639. "v1beta1.IDRange": {
  9640. "id": "v1beta1.IDRange",
  9641. "description": "ID Range provides a min/max of an allowed range of IDs.",
  9642. "required": [
  9643. "min",
  9644. "max"
  9645. ],
  9646. "properties": {
  9647. "min": {
  9648. "type": "integer",
  9649. "format": "int64",
  9650. "description": "Min is the start of the range, inclusive."
  9651. },
  9652. "max": {
  9653. "type": "integer",
  9654. "format": "int64",
  9655. "description": "Max is the end of the range, inclusive."
  9656. }
  9657. }
  9658. },
  9659. "v1beta1.SupplementalGroupsStrategyOptions": {
  9660. "id": "v1beta1.SupplementalGroupsStrategyOptions",
  9661. "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
  9662. "properties": {
  9663. "rule": {
  9664. "type": "string",
  9665. "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext."
  9666. },
  9667. "ranges": {
  9668. "type": "array",
  9669. "items": {
  9670. "$ref": "v1beta1.IDRange"
  9671. },
  9672. "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end."
  9673. }
  9674. }
  9675. },
  9676. "v1beta1.FSGroupStrategyOptions": {
  9677. "id": "v1beta1.FSGroupStrategyOptions",
  9678. "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
  9679. "properties": {
  9680. "rule": {
  9681. "type": "string",
  9682. "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext."
  9683. },
  9684. "ranges": {
  9685. "type": "array",
  9686. "items": {
  9687. "$ref": "v1beta1.IDRange"
  9688. },
  9689. "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end."
  9690. }
  9691. }
  9692. },
  9693. "v1beta1.ReplicaSetList": {
  9694. "id": "v1beta1.ReplicaSetList",
  9695. "description": "ReplicaSetList is a collection of ReplicaSets.",
  9696. "required": [
  9697. "items"
  9698. ],
  9699. "properties": {
  9700. "kind": {
  9701. "type": "string",
  9702. "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"
  9703. },
  9704. "apiVersion": {
  9705. "type": "string",
  9706. "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"
  9707. },
  9708. "metadata": {
  9709. "$ref": "v1.ListMeta",
  9710. "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
  9711. },
  9712. "items": {
  9713. "type": "array",
  9714. "items": {
  9715. "$ref": "v1beta1.ReplicaSet"
  9716. },
  9717. "description": "List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller"
  9718. }
  9719. }
  9720. },
  9721. "v1beta1.ReplicaSet": {
  9722. "id": "v1beta1.ReplicaSet",
  9723. "description": "ReplicaSet represents the configuration of a ReplicaSet.",
  9724. "properties": {
  9725. "kind": {
  9726. "type": "string",
  9727. "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"
  9728. },
  9729. "apiVersion": {
  9730. "type": "string",
  9731. "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"
  9732. },
  9733. "metadata": {
  9734. "$ref": "v1.ObjectMeta",
  9735. "description": "If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
  9736. },
  9737. "spec": {
  9738. "$ref": "v1beta1.ReplicaSetSpec",
  9739. "description": "Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
  9740. },
  9741. "status": {
  9742. "$ref": "v1beta1.ReplicaSetStatus",
  9743. "description": "Status is the most recently observed status of the ReplicaSet. 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"
  9744. }
  9745. }
  9746. },
  9747. "v1beta1.ReplicaSetSpec": {
  9748. "id": "v1beta1.ReplicaSetSpec",
  9749. "description": "ReplicaSetSpec is the specification of a ReplicaSet.",
  9750. "properties": {
  9751. "replicas": {
  9752. "type": "integer",
  9753. "format": "int32",
  9754. "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"
  9755. },
  9756. "minReadySeconds": {
  9757. "type": "integer",
  9758. "format": "int32",
  9759. "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)"
  9760. },
  9761. "selector": {
  9762. "$ref": "v1.LabelSelector",
  9763. "description": "Selector is a label query over pods that should match the replica count. If the 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 replica set. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
  9764. },
  9765. "template": {
  9766. "$ref": "v1.PodTemplateSpec",
  9767. "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
  9768. }
  9769. }
  9770. },
  9771. "v1beta1.ReplicaSetStatus": {
  9772. "id": "v1beta1.ReplicaSetStatus",
  9773. "description": "ReplicaSetStatus represents the current status of a ReplicaSet.",
  9774. "required": [
  9775. "replicas"
  9776. ],
  9777. "properties": {
  9778. "replicas": {
  9779. "type": "integer",
  9780. "format": "int32",
  9781. "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"
  9782. },
  9783. "fullyLabeledReplicas": {
  9784. "type": "integer",
  9785. "format": "int32",
  9786. "description": "The number of pods that have labels matching the labels of the pod template of the replicaset."
  9787. },
  9788. "readyReplicas": {
  9789. "type": "integer",
  9790. "format": "int32",
  9791. "description": "The number of ready replicas for this replica set."
  9792. },
  9793. "availableReplicas": {
  9794. "type": "integer",
  9795. "format": "int32",
  9796. "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set."
  9797. },
  9798. "observedGeneration": {
  9799. "type": "integer",
  9800. "format": "int64",
  9801. "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet."
  9802. },
  9803. "conditions": {
  9804. "type": "array",
  9805. "items": {
  9806. "$ref": "v1beta1.ReplicaSetCondition"
  9807. },
  9808. "description": "Represents the latest available observations of a replica set's current state."
  9809. }
  9810. }
  9811. },
  9812. "v1beta1.ReplicaSetCondition": {
  9813. "id": "v1beta1.ReplicaSetCondition",
  9814. "description": "ReplicaSetCondition describes the state of a replica set at a certain point.",
  9815. "required": [
  9816. "type",
  9817. "status"
  9818. ],
  9819. "properties": {
  9820. "type": {
  9821. "type": "string",
  9822. "description": "Type of replica set condition."
  9823. },
  9824. "status": {
  9825. "type": "string",
  9826. "description": "Status of the condition, one of True, False, Unknown."
  9827. },
  9828. "lastTransitionTime": {
  9829. "type": "string",
  9830. "description": "The last time the condition transitioned from one status to another."
  9831. },
  9832. "reason": {
  9833. "type": "string",
  9834. "description": "The reason for the condition's last transition."
  9835. },
  9836. "message": {
  9837. "type": "string",
  9838. "description": "A human readable message indicating details about the transition."
  9839. }
  9840. }
  9841. },
  9842. "v1beta1.ThirdPartyResourceList": {
  9843. "id": "v1beta1.ThirdPartyResourceList",
  9844. "description": "ThirdPartyResourceList is a list of ThirdPartyResources.",
  9845. "required": [
  9846. "items"
  9847. ],
  9848. "properties": {
  9849. "kind": {
  9850. "type": "string",
  9851. "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"
  9852. },
  9853. "apiVersion": {
  9854. "type": "string",
  9855. "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"
  9856. },
  9857. "metadata": {
  9858. "$ref": "v1.ListMeta",
  9859. "description": "Standard list metadata."
  9860. },
  9861. "items": {
  9862. "type": "array",
  9863. "items": {
  9864. "$ref": "v1beta1.ThirdPartyResource"
  9865. },
  9866. "description": "Items is the list of ThirdPartyResources."
  9867. }
  9868. }
  9869. },
  9870. "v1beta1.ThirdPartyResource": {
  9871. "id": "v1beta1.ThirdPartyResource",
  9872. "description": "A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.",
  9873. "properties": {
  9874. "kind": {
  9875. "type": "string",
  9876. "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"
  9877. },
  9878. "apiVersion": {
  9879. "type": "string",
  9880. "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"
  9881. },
  9882. "metadata": {
  9883. "$ref": "v1.ObjectMeta",
  9884. "description": "Standard object metadata"
  9885. },
  9886. "description": {
  9887. "type": "string",
  9888. "description": "Description is the description of this object."
  9889. },
  9890. "versions": {
  9891. "type": "array",
  9892. "items": {
  9893. "$ref": "v1beta1.APIVersion"
  9894. },
  9895. "description": "Versions are versions for this third party object"
  9896. }
  9897. }
  9898. },
  9899. "v1beta1.APIVersion": {
  9900. "id": "v1beta1.APIVersion",
  9901. "description": "An APIVersion represents a single concrete version of an object model.",
  9902. "properties": {
  9903. "name": {
  9904. "type": "string",
  9905. "description": "Name of this version (e.g. 'v1')."
  9906. }
  9907. }
  9908. },
  9909. "v1.APIResourceList": {
  9910. "id": "v1.APIResourceList",
  9911. "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.",
  9912. "required": [
  9913. "groupVersion",
  9914. "resources"
  9915. ],
  9916. "properties": {
  9917. "kind": {
  9918. "type": "string",
  9919. "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"
  9920. },
  9921. "apiVersion": {
  9922. "type": "string",
  9923. "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"
  9924. },
  9925. "groupVersion": {
  9926. "type": "string",
  9927. "description": "groupVersion is the group and version this APIResourceList is for."
  9928. },
  9929. "resources": {
  9930. "type": "array",
  9931. "items": {
  9932. "$ref": "v1.APIResource"
  9933. },
  9934. "description": "resources contains the name of the resources and if they are namespaced."
  9935. }
  9936. }
  9937. },
  9938. "v1.APIResource": {
  9939. "id": "v1.APIResource",
  9940. "description": "APIResource specifies the name of a resource and whether it is namespaced.",
  9941. "required": [
  9942. "name",
  9943. "namespaced",
  9944. "kind",
  9945. "verbs"
  9946. ],
  9947. "properties": {
  9948. "name": {
  9949. "type": "string",
  9950. "description": "name is the name of the resource."
  9951. },
  9952. "namespaced": {
  9953. "type": "boolean",
  9954. "description": "namespaced indicates if a resource is namespaced or not."
  9955. },
  9956. "kind": {
  9957. "type": "string",
  9958. "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
  9959. },
  9960. "verbs": {
  9961. "type": "array",
  9962. "items": {
  9963. "type": "string"
  9964. },
  9965. "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
  9966. },
  9967. "shortNames": {
  9968. "type": "array",
  9969. "items": {
  9970. "type": "string"
  9971. },
  9972. "description": "shortNames is a list of suggested short names of the resource."
  9973. }
  9974. }
  9975. }
  9976. }
  9977. }