class K8S::Api::Auditregistration::V1alpha1::WebhookThrottleConfig

Overview

WebhookThrottleConfig holds the configuration for throttling events

Included Modules

Defined in:

versions/v1.13/api/auditregistration/v1alpha1/webhook_throttle_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

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

[View source]

Instance Method Detail

def burst : Int32? #

[View source]
def burst=(burst : Int32?) #

[View source]
def qps : Int32? #

[View source]
def qps=(qps : Int32?) #

[View source]