caBundle property

String? caBundle
final

CaBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

Implementation

final String? caBundle;