class Pyrite::Api::Auditregistration::V1alpha1::WebhookClientConfig

Overview

WebhookClientConfig contains the information to make a connection with the webhook

Defined in:

versions/v1.14/api/auditregistration/v1alpha1/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 connection with the webhook


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

WebhookClientConfig contains the information to make a connection with the webhook


def self.new(*, ca_bundle : String? = nil, service : Api::Auditregistration::V1alpha1::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?) #