class Pyrite::Api::Auditregistration::V1alpha1::WebhookClientConfig
- Pyrite::Api::Auditregistration::V1alpha1::WebhookClientConfig
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
WebhookClientConfig contains the information to make a connection with the webhook
Defined in:
versions/v1.14/api/auditregistration/v1alpha1/webhook_client_config.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
WebhookClientConfig contains the information to make a connection with the webhook
-
.new(pull : JSON::PullParser)
WebhookClientConfig contains the information to make a connection with the webhook
- .new(*, ca_bundle : String? = nil, service : Api::Auditregistration::V1alpha1::ServiceReference? = nil, url : String? = nil)
Instance Method Summary
- #ca_bundle : String?
- #ca_bundle=(ca_bundle : String?)
- #service : Api::Auditregistration::V1alpha1::ServiceReference?
- #service=(service : Api::Auditregistration::V1alpha1::ServiceReference?)
- #url : String?
- #url=(url : String?)
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)
#