class Pyrite::Api::Auditregistration::V1alpha1::Webhook
Overview
Webhook holds the configuration of the webhook
Defined in:
versions/v1.14/api/auditregistration/v1alpha1/webhook.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Webhook holds the configuration of the webhook
-
.new(pull : JSON::PullParser)
Webhook holds the configuration of the webhook
- .new(*, client_config : Api::Auditregistration::V1alpha1::WebhookClientConfig, throttle : Api::Auditregistration::V1alpha1::WebhookThrottleConfig? = nil)
Instance Method Summary
- #client_config : Api::Auditregistration::V1alpha1::WebhookClientConfig
- #client_config=(client_config : Api::Auditregistration::V1alpha1::WebhookClientConfig)
- #throttle : Api::Auditregistration::V1alpha1::WebhookThrottleConfig?
- #throttle=(throttle : Api::Auditregistration::V1alpha1::WebhookThrottleConfig?)
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)
#
Webhook holds the configuration of the webhook
def self.new(*, client_config : Api::Auditregistration::V1alpha1::WebhookClientConfig, throttle : Api::Auditregistration::V1alpha1::WebhookThrottleConfig? = nil)
#