class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::WebhookClientConfig

Overview

WebhookClientConfig contains the information to make a TLS connection with the webhook. It has the same field as admissionregistration.v1beta1.WebhookClientConfig.

Defined in:

versions/v1.14/apiextensions_apiserver/apis/apiextensions/v1beta1/webhook_client_config.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

WebhookClientConfig contains the information to make a TLS connection with the webhook. It has the same field as admissionregistration.v1beta1.WebhookClientConfig.


def self.new(pull : ::JSON::PullParser) #

WebhookClientConfig contains the information to make a TLS connection with the webhook. It has the same field as admissionregistration.v1beta1.WebhookClientConfig.


def self.new(*, ca_bundle : String? = nil, service : ApiextensionsApiserver::Apis::Apiextensions::V1beta1::ServiceReference? = nil, url : String? = nil) #

Instance Method Detail

def ca_bundle : String? #

def ca_bundle=(ca_bundle : String?) #



def url : String? #

def url=(url : String?) #