UNPKG

@jkcfg/kubernetes

Version:
23 lines 905 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "service", "caBundle" ], "type": "object", "description": "AdmissionHookClientConfig contains the information to make a TLS connection with the webhook", "properties": { "caBundle": { "type": [ "string", "null" ], "description": "CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate. Required", "format": "byte" }, "service": { "description": "Service is a reference to the service for this webhook. If there is only one port open for the service, that port will be used. If there are multiple ports open, port 443 will be used if it is open, otherwise it is an error. Required", "$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.apis.admissionregistration.v1alpha1.ServiceReference" } } }