Class: KubeDSL::DSL::Policy::V1beta1::Eviction
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- KubeDSL::DSL::Policy::V1beta1::Eviction
- Defined in:
- lib/kube-dsl/dsl/policy/v1beta1/eviction.rb
Instance Method Summary collapse
Methods inherited from KubeDSL::DSLObject
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_sym ⇒ Object
15 16 17 |
# File 'lib/kube-dsl/dsl/policy/v1beta1/eviction.rb', line 15 def kind_sym :eviction end |
#serialize ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/kube-dsl/dsl/policy/v1beta1/eviction.rb', line 6 def serialize {}.tap do |result| result[:apiVersion] = "policy/v1beta1" result[:kind] = "Eviction" result[:deleteOptions] = .serialize result[:metadata] = .serialize end end |