Class: KubeDSL::DSL::V1::PodReadinessGate
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- KubeDSL::DSL::V1::PodReadinessGate
- Defined in:
- lib/kube-dsl/dsl/v1/pod_readiness_gate.rb
Instance Method Summary collapse
Methods inherited from KubeDSL::DSLObject
Methods included from ValueFields
Methods included from Validations
Constructor Details
This class inherits a constructor from KubeDSL::DSLObject
Instance Method Details
#kind_sym ⇒ Object
13 14 15 |
# File 'lib/kube-dsl/dsl/v1/pod_readiness_gate.rb', line 13 def kind_sym :pod_readiness_gate end |
#serialize ⇒ Object
7 8 9 10 11 |
# File 'lib/kube-dsl/dsl/v1/pod_readiness_gate.rb', line 7 def serialize {}.tap do |result| result[:conditionType] = condition_type end end |