|
4589 | 4589 | } |
4590 | 4590 | ] |
4591 | 4591 | }, |
| 4592 | + { |
| 4593 | + "path": "/oapi/v1/clusterresourcequotas/{name}/status", |
| 4594 | + "description": "OpenShift REST API, version v1", |
| 4595 | + "operations": [ |
| 4596 | + { |
| 4597 | + "type": "v1.ClusterResourceQuota", |
| 4598 | + "method": "GET", |
| 4599 | + "summary": "read status of the specified ClusterResourceQuota", |
| 4600 | + "nickname": "readClusterResourceQuotaStatus", |
| 4601 | + "parameters": [ |
| 4602 | + { |
| 4603 | + "type": "string", |
| 4604 | + "paramType": "query", |
| 4605 | + "name": "pretty", |
| 4606 | + "description": "If 'true', then the output is pretty printed.", |
| 4607 | + "required": false, |
| 4608 | + "allowMultiple": false |
| 4609 | + }, |
| 4610 | + { |
| 4611 | + "type": "string", |
| 4612 | + "paramType": "path", |
| 4613 | + "name": "name", |
| 4614 | + "description": "name of the ClusterResourceQuota", |
| 4615 | + "required": true, |
| 4616 | + "allowMultiple": false |
| 4617 | + } |
| 4618 | + ], |
| 4619 | + "responseMessages": [ |
| 4620 | + { |
| 4621 | + "code": 200, |
| 4622 | + "message": "OK", |
| 4623 | + "responseModel": "v1.ClusterResourceQuota" |
| 4624 | + } |
| 4625 | + ], |
| 4626 | + "produces": [ |
| 4627 | + "application/json", |
| 4628 | + "application/yaml", |
| 4629 | + "application/vnd.kubernetes.protobuf" |
| 4630 | + ], |
| 4631 | + "consumes": [ |
| 4632 | + "*/*" |
| 4633 | + ] |
| 4634 | + }, |
| 4635 | + { |
| 4636 | + "type": "v1.ClusterResourceQuota", |
| 4637 | + "method": "PUT", |
| 4638 | + "summary": "replace status of the specified ClusterResourceQuota", |
| 4639 | + "nickname": "replaceClusterResourceQuotaStatus", |
| 4640 | + "parameters": [ |
| 4641 | + { |
| 4642 | + "type": "string", |
| 4643 | + "paramType": "query", |
| 4644 | + "name": "pretty", |
| 4645 | + "description": "If 'true', then the output is pretty printed.", |
| 4646 | + "required": false, |
| 4647 | + "allowMultiple": false |
| 4648 | + }, |
| 4649 | + { |
| 4650 | + "type": "v1.ClusterResourceQuota", |
| 4651 | + "paramType": "body", |
| 4652 | + "name": "body", |
| 4653 | + "description": "", |
| 4654 | + "required": true, |
| 4655 | + "allowMultiple": false |
| 4656 | + }, |
| 4657 | + { |
| 4658 | + "type": "string", |
| 4659 | + "paramType": "path", |
| 4660 | + "name": "name", |
| 4661 | + "description": "name of the ClusterResourceQuota", |
| 4662 | + "required": true, |
| 4663 | + "allowMultiple": false |
| 4664 | + } |
| 4665 | + ], |
| 4666 | + "responseMessages": [ |
| 4667 | + { |
| 4668 | + "code": 200, |
| 4669 | + "message": "OK", |
| 4670 | + "responseModel": "v1.ClusterResourceQuota" |
| 4671 | + } |
| 4672 | + ], |
| 4673 | + "produces": [ |
| 4674 | + "application/json", |
| 4675 | + "application/yaml", |
| 4676 | + "application/vnd.kubernetes.protobuf" |
| 4677 | + ], |
| 4678 | + "consumes": [ |
| 4679 | + "*/*" |
| 4680 | + ] |
| 4681 | + }, |
| 4682 | + { |
| 4683 | + "type": "v1.ClusterResourceQuota", |
| 4684 | + "method": "PATCH", |
| 4685 | + "summary": "partially update status of the specified ClusterResourceQuota", |
| 4686 | + "nickname": "patchClusterResourceQuotaStatus", |
| 4687 | + "parameters": [ |
| 4688 | + { |
| 4689 | + "type": "string", |
| 4690 | + "paramType": "query", |
| 4691 | + "name": "pretty", |
| 4692 | + "description": "If 'true', then the output is pretty printed.", |
| 4693 | + "required": false, |
| 4694 | + "allowMultiple": false |
| 4695 | + }, |
| 4696 | + { |
| 4697 | + "type": "unversioned.Patch", |
| 4698 | + "paramType": "body", |
| 4699 | + "name": "body", |
| 4700 | + "description": "", |
| 4701 | + "required": true, |
| 4702 | + "allowMultiple": false |
| 4703 | + }, |
| 4704 | + { |
| 4705 | + "type": "string", |
| 4706 | + "paramType": "path", |
| 4707 | + "name": "name", |
| 4708 | + "description": "name of the ClusterResourceQuota", |
| 4709 | + "required": true, |
| 4710 | + "allowMultiple": false |
| 4711 | + } |
| 4712 | + ], |
| 4713 | + "responseMessages": [ |
| 4714 | + { |
| 4715 | + "code": 200, |
| 4716 | + "message": "OK", |
| 4717 | + "responseModel": "v1.ClusterResourceQuota" |
| 4718 | + } |
| 4719 | + ], |
| 4720 | + "produces": [ |
| 4721 | + "application/json", |
| 4722 | + "application/yaml", |
| 4723 | + "application/vnd.kubernetes.protobuf" |
| 4724 | + ], |
| 4725 | + "consumes": [ |
| 4726 | + "application/json-patch+json", |
| 4727 | + "application/merge-patch+json", |
| 4728 | + "application/strategic-merge-patch+json" |
| 4729 | + ] |
| 4730 | + } |
| 4731 | + ] |
| 4732 | + }, |
4592 | 4733 | { |
4593 | 4734 | "path": "/oapi/v1/clusterrolebindings", |
4594 | 4735 | "description": "OpenShift REST API, version v1", |
|
0 commit comments