class Pyrite::Api::Auditregistration::V1alpha1::WebhookThrottleConfig

Overview

WebhookThrottleConfig holds the configuration for throttling events

Defined in:

versions/v1.14/api/auditregistration/v1alpha1/webhook_throttle_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) #

WebhookThrottleConfig holds the configuration for throttling events


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

WebhookThrottleConfig holds the configuration for throttling events


def self.new(*, burst : Int32? = nil, qps : Int32? = nil) #

Instance Method Detail

def burst : Int32? #

def burst=(burst : Int32?) #

def qps : Int32? #

def qps=(qps : Int32?) #