UNPKG

@itentialopensource/adapter-kubernetes

Version:

This adapter integrates with system described as: kubernetes.

28 lines 916 B
{ "$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": "getStorageV1alpha1APIResources", "enum": [ "getStorageV1alpha1APIResources", "deleteStorageV1alpha1CollectionVolumeAttachment", "listStorageV1alpha1VolumeAttachment", "createStorageV1alpha1VolumeAttachment", "deleteStorageV1alpha1VolumeAttachment", "readStorageV1alpha1VolumeAttachment", "patchStorageV1alpha1VolumeAttachment", "replaceStorageV1alpha1VolumeAttachment", "watchStorageV1alpha1VolumeAttachmentList", "watchStorageV1alpha1VolumeAttachment" ], "external_name": "ph_request_type" } }, "definitions": {} }