@itentialopensource/adapter-kubernetes
Version:
This adapter integrates with system described as: kubernetes.
33 lines • 1.4 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": "getAutoscalingV1APIResources",
"enum": [
"getAutoscalingV1APIResources",
"listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces",
"deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler",
"listAutoscalingV1NamespacedHorizontalPodAutoscaler",
"createAutoscalingV1NamespacedHorizontalPodAutoscaler",
"deleteAutoscalingV1NamespacedHorizontalPodAutoscaler",
"readAutoscalingV1NamespacedHorizontalPodAutoscaler",
"patchAutoscalingV1NamespacedHorizontalPodAutoscaler",
"replaceAutoscalingV1NamespacedHorizontalPodAutoscaler",
"readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus",
"patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus",
"replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus",
"watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces",
"watchAutoscalingV1NamespacedHorizontalPodAutoscalerList",
"watchAutoscalingV1NamespacedHorizontalPodAutoscaler"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}