UNPKG

@itentialopensource/adapter-kubernetes

Version:

This adapter integrates with system described as: kubernetes.

46 lines 1.31 kB
{ "actions": [ { "name": "getAuthenticationV1beta1APIResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/apis/authentication.k8s.io/v1beta1/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAuthenticationV1beta1APIResources-default.json" } ] }, { "name": "createAuthenticationV1beta1TokenReview", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/apis/authentication.k8s.io/v1beta1/tokenreviews?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createAuthenticationV1beta1TokenReview-default.json" } ] } ] }