UNPKG

@itentialopensource/adapter-kubernetes

Version:

This adapter integrates with system described as: kubernetes.

33 lines 1.02 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": false, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getBatchV1APIResources", "enum": [ "getBatchV1APIResources", "listBatchV1JobForAllNamespaces", "deleteBatchV1CollectionNamespacedJob", "listBatchV1NamespacedJob", "createBatchV1NamespacedJob", "deleteBatchV1NamespacedJob", "readBatchV1NamespacedJob", "patchBatchV1NamespacedJob", "replaceBatchV1NamespacedJob", "readBatchV1NamespacedJobStatus", "patchBatchV1NamespacedJobStatus", "replaceBatchV1NamespacedJobStatus", "watchBatchV1JobListForAllNamespaces", "watchBatchV1NamespacedJobList", "watchBatchV1NamespacedJob" ], "external_name": "ph_request_type" } }, "definitions": {} }