Class: KubeDSL::DSL::Flowcontrol::V1beta1::FlowSchemaStatus
Instance Method Summary
collapse
#initialize, #to_resource
extended
extended
Instance Method Details
#kind_sym ⇒ Object
18
19
20
|
# File 'lib/kube-dsl/dsl/flowcontrol/v1beta1/flow_schema_status.rb', line 18
def kind_sym
:flow_schema_status
end
|
#serialize ⇒ Object
12
13
14
15
16
|
# File 'lib/kube-dsl/dsl/flowcontrol/v1beta1/flow_schema_status.rb', line 12
def serialize
{}.tap do |result|
result[:conditions] = conditions.map(&:serialize)
end
end
|