|
22627 | 22627 | }
|
22628 | 22628 | ]
|
22629 | 22629 | },
|
22630 |
| - "/apis/authorization.openshift.io/v1/namespaces/{namespace}/resourceaccessreviews": { |
22631 |
| - "post": { |
22632 |
| - "description": "create a ResourceAccessReview", |
22633 |
| - "consumes": [ |
22634 |
| - "*/*" |
22635 |
| - ], |
22636 |
| - "produces": [ |
22637 |
| - "application/json", |
22638 |
| - "application/yaml", |
22639 |
| - "application/vnd.kubernetes.protobuf" |
22640 |
| - ], |
22641 |
| - "schemes": [ |
22642 |
| - "https" |
22643 |
| - ], |
22644 |
| - "tags": [ |
22645 |
| - "authorizationOpenshiftIo_v1" |
22646 |
| - ], |
22647 |
| - "operationId": "createAuthorizationOpenshiftIoV1NamespacedResourceAccessReview", |
22648 |
| - "parameters": [ |
22649 |
| - { |
22650 |
| - "name": "body", |
22651 |
| - "in": "body", |
22652 |
| - "required": true, |
22653 |
| - "schema": { |
22654 |
| - "$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.ResourceAccessReview" |
22655 |
| - } |
22656 |
| - } |
22657 |
| - ], |
22658 |
| - "responses": { |
22659 |
| - "200": { |
22660 |
| - "description": "OK", |
22661 |
| - "schema": { |
22662 |
| - "$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.ResourceAccessReview" |
22663 |
| - } |
22664 |
| - }, |
22665 |
| - "401": { |
22666 |
| - "description": "Unauthorized" |
22667 |
| - } |
22668 |
| - } |
22669 |
| - }, |
22670 |
| - "parameters": [ |
22671 |
| - { |
22672 |
| - "uniqueItems": true, |
22673 |
| - "type": "string", |
22674 |
| - "description": "object name and auth scope, such as for teams and projects", |
22675 |
| - "name": "namespace", |
22676 |
| - "in": "path", |
22677 |
| - "required": true |
22678 |
| - }, |
22679 |
| - { |
22680 |
| - "uniqueItems": true, |
22681 |
| - "type": "string", |
22682 |
| - "description": "If 'true', then the output is pretty printed.", |
22683 |
| - "name": "pretty", |
22684 |
| - "in": "query" |
22685 |
| - } |
22686 |
| - ] |
22687 |
| - }, |
22688 | 22630 | "/apis/authorization.openshift.io/v1/namespaces/{namespace}/rolebindingrestrictions": {
|
22689 | 22631 | "get": {
|
22690 | 22632 | "description": "list or watch objects of kind RoleBindingRestriction",
|
|
23791 | 23733 | }
|
23792 | 23734 | ]
|
23793 | 23735 | },
|
23794 |
| - "/apis/authorization.openshift.io/v1/namespaces/{namespace}/subjectaccessreviews": { |
23795 |
| - "post": { |
23796 |
| - "description": "create a SubjectAccessReview", |
23797 |
| - "consumes": [ |
23798 |
| - "*/*" |
23799 |
| - ], |
23800 |
| - "produces": [ |
23801 |
| - "application/json", |
23802 |
| - "application/yaml", |
23803 |
| - "application/vnd.kubernetes.protobuf" |
23804 |
| - ], |
23805 |
| - "schemes": [ |
23806 |
| - "https" |
23807 |
| - ], |
23808 |
| - "tags": [ |
23809 |
| - "authorizationOpenshiftIo_v1" |
23810 |
| - ], |
23811 |
| - "operationId": "createAuthorizationOpenshiftIoV1NamespacedSubjectAccessReview", |
23812 |
| - "parameters": [ |
23813 |
| - { |
23814 |
| - "name": "body", |
23815 |
| - "in": "body", |
23816 |
| - "required": true, |
23817 |
| - "schema": { |
23818 |
| - "$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.SubjectAccessReview" |
23819 |
| - } |
23820 |
| - } |
23821 |
| - ], |
23822 |
| - "responses": { |
23823 |
| - "200": { |
23824 |
| - "description": "OK", |
23825 |
| - "schema": { |
23826 |
| - "$ref": "#/definitions/com.github.openshift.origin.pkg.authorization.apis.authorization.v1.SubjectAccessReview" |
23827 |
| - } |
23828 |
| - }, |
23829 |
| - "401": { |
23830 |
| - "description": "Unauthorized" |
23831 |
| - } |
23832 |
| - } |
23833 |
| - }, |
23834 |
| - "parameters": [ |
23835 |
| - { |
23836 |
| - "uniqueItems": true, |
23837 |
| - "type": "string", |
23838 |
| - "description": "object name and auth scope, such as for teams and projects", |
23839 |
| - "name": "namespace", |
23840 |
| - "in": "path", |
23841 |
| - "required": true |
23842 |
| - }, |
23843 |
| - { |
23844 |
| - "uniqueItems": true, |
23845 |
| - "type": "string", |
23846 |
| - "description": "If 'true', then the output is pretty printed.", |
23847 |
| - "name": "pretty", |
23848 |
| - "in": "query" |
23849 |
| - } |
23850 |
| - ] |
23851 |
| - }, |
23852 | 23736 | "/apis/authorization.openshift.io/v1/namespaces/{namespace}/subjectrulesreviews": {
|
23853 | 23737 | "post": {
|
23854 | 23738 | "description": "create a SubjectRulesReview",
|
|
24160 | 24044 | "tags": [
|
24161 | 24045 | "authorizationOpenshiftIo_v1"
|
24162 | 24046 | ],
|
24163 |
| - "operationId": "createAuthorizationOpenshiftIoV1ResourceAccessReviewForAllNamespaces", |
| 24047 | + "operationId": "createAuthorizationOpenshiftIoV1ResourceAccessReview", |
24164 | 24048 | "parameters": [
|
24165 | 24049 | {
|
24166 | 24050 | "name": "body",
|
|
24614 | 24498 | "tags": [
|
24615 | 24499 | "authorizationOpenshiftIo_v1"
|
24616 | 24500 | ],
|
24617 |
| - "operationId": "createAuthorizationOpenshiftIoV1SubjectAccessReviewForAllNamespaces", |
| 24501 | + "operationId": "createAuthorizationOpenshiftIoV1SubjectAccessReview", |
24618 | 24502 | "parameters": [
|
24619 | 24503 | {
|
24620 | 24504 | "name": "body",
|
|
0 commit comments