Class: KubeDSL::DSL::Auditregistration::V1alpha1::WebhookThrottleConfig

Inherits:
KubeDSL::DSLObject
  • Object
show all
Defined in:
lib/kube-dsl/dsl/auditregistration/v1alpha1/webhook_throttle_config.rb

Instance Method Summary collapse

Methods inherited from KubeDSL::DSLObject

#initialize, #to_resource

Methods included from ValueFields

#array_field, #object_field, #value_field, #value_fields

Constructor Details

This class inherits a constructor from KubeDSL::DSLObject

Instance Method Details

#kind_symObject



12
13
14
# File 'lib/kube-dsl/dsl/auditregistration/v1alpha1/webhook_throttle_config.rb', line 12

def kind_sym
  :webhook_throttle_config
end

#serializeObject



5
6
7
8
9
10
# File 'lib/kube-dsl/dsl/auditregistration/v1alpha1/webhook_throttle_config.rb', line 5

def serialize
  {}.tap do |result|
    result[:burst] = burst
    result[:qps] = qps
  end
end