UNPKG

@itentialopensource/adapter-kubernetes

Version:

This adapter integrates with system described as: kubernetes.

30 lines 1.07 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": "getCoordinationV1beta1APIResources", "enum": [ "getCoordinationV1beta1APIResources", "listCoordinationV1beta1LeaseForAllNamespaces", "deleteCoordinationV1beta1CollectionNamespacedLease", "listCoordinationV1beta1NamespacedLease", "createCoordinationV1beta1NamespacedLease", "deleteCoordinationV1beta1NamespacedLease", "readCoordinationV1beta1NamespacedLease", "patchCoordinationV1beta1NamespacedLease", "replaceCoordinationV1beta1NamespacedLease", "watchCoordinationV1beta1LeaseListForAllNamespaces", "watchCoordinationV1beta1NamespacedLeaseList", "watchCoordinationV1beta1NamespacedLease" ], "external_name": "ph_request_type" } }, "definitions": {} }