class K8S::Api::Admissionregistration::V1beta1::WebhookClientConfig

Overview

WebhookClientConfig contains the information to make a TLS connection with the webhook

Included Modules

Defined in:

versions/v1.15/api/admissionregistration/v1beta1/webhook_client_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, ca_bundle : String? = nil, service : Api::Admissionregistration::V1beta1::ServiceReference? = nil, url : String? = nil) #

[View source]

Instance Method Detail

def ca_bundle : String? #

[View source]
def ca_bundle=(ca_bundle : String?) #

[View source]

[View source]

[View source]
def url : String? #

[View source]
def url=(url : String?) #

[View source]