@itentialopensource/adapter-kubernetes
Version:
This adapter integrates with system described as: kubernetes.
30 lines • 1.07 kB
JSON
{
"$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": "getSettingsV1alpha1APIResources",
"enum": [
"getSettingsV1alpha1APIResources",
"deleteSettingsV1alpha1CollectionNamespacedPodPreset",
"listSettingsV1alpha1NamespacedPodPreset",
"createSettingsV1alpha1NamespacedPodPreset",
"deleteSettingsV1alpha1NamespacedPodPreset",
"readSettingsV1alpha1NamespacedPodPreset",
"patchSettingsV1alpha1NamespacedPodPreset",
"replaceSettingsV1alpha1NamespacedPodPreset",
"listSettingsV1alpha1PodPresetForAllNamespaces",
"watchSettingsV1alpha1NamespacedPodPresetList",
"watchSettingsV1alpha1NamespacedPodPreset",
"watchSettingsV1alpha1PodPresetListForAllNamespaces"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}