@itentialopensource/adapter-kubernetes
Version:
This adapter integrates with system described as: kubernetes.
33 lines • 1.17 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": "getBatchV2alpha1APIResources",
"enum": [
"getBatchV2alpha1APIResources",
"listBatchV2alpha1CronJobForAllNamespaces",
"deleteBatchV2alpha1CollectionNamespacedCronJob",
"listBatchV2alpha1NamespacedCronJob",
"createBatchV2alpha1NamespacedCronJob",
"deleteBatchV2alpha1NamespacedCronJob",
"readBatchV2alpha1NamespacedCronJob",
"patchBatchV2alpha1NamespacedCronJob",
"replaceBatchV2alpha1NamespacedCronJob",
"readBatchV2alpha1NamespacedCronJobStatus",
"patchBatchV2alpha1NamespacedCronJobStatus",
"replaceBatchV2alpha1NamespacedCronJobStatus",
"watchBatchV2alpha1CronJobListForAllNamespaces",
"watchBatchV2alpha1NamespacedCronJobList",
"watchBatchV2alpha1NamespacedCronJob"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}