Class: KubeDSL::DSL::Auditregistration::V1alpha1::WebhookThrottleConfig
Instance Method Summary
collapse
#initialize, #to_resource
extended
extended
Instance Method Details
#kind_sym ⇒ Object
16
17
18
|
# File 'lib/kube-dsl/dsl/auditregistration/v1alpha1/webhook_throttle_config.rb', line 16
def kind_sym
:webhook_throttle_config
end
|
#serialize ⇒ Object
9
10
11
12
13
14
|
# File 'lib/kube-dsl/dsl/auditregistration/v1alpha1/webhook_throttle_config.rb', line 9
def serialize
{}.tap do |result|
result[:burst] = burst
result[:qps] = qps
end
end
|