Class: KubeDSL::DSL::Flowcontrol::V1alpha1::FlowSchemaSpec

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/flowcontrol/v1alpha1/flow_schema_spec.rb

Instance Method Summary collapse

Methods inherited from KubeDSL::DSLObject

#initialize, #to_resource

Methods included from ValueFields

extended

Methods included from Validations

extended

Constructor Details

This class inherits a constructor from KubeDSL::DSLObject

Instance Method Details

#kind_symObject



22
23
24
# File 'lib/kube-dsl/dsl/flowcontrol/v1alpha1/flow_schema_spec.rb', line 22

def kind_sym
  :flow_schema_spec
end

#serializeObject



13
14
15
16
17
18
19
20
# File 'lib/kube-dsl/dsl/flowcontrol/v1alpha1/flow_schema_spec.rb', line 13

def serialize
  {}.tap do |result|
    result[:distinguisherMethod] = distinguisher_method.serialize
    result[:matchingPrecedence] = matching_precedence
    result[:priorityLevelConfiguration] = priority_level_configuration.serialize
    result[:rules] = rules.map(&:serialize)
  end
end