UNPKG

@itentialopensource/adapter-kubernetes

Version:

This adapter integrates with system described as: kubernetes.

46 lines 1.28 kB
{ "actions": [ { "name": "getAuthenticationV1APIResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/apis/authentication.k8s.io/v1/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAuthenticationV1APIResources-default.json" } ] }, { "name": "createAuthenticationV1TokenReview", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/apis/authentication.k8s.io/v1/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/createAuthenticationV1TokenReview-default.json" } ] } ] }