Class: KubeDSL::DSL::Flowcontrol::V1alpha1::PolicyRulesWithSubjects

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/flowcontrol/v1alpha1/policy_rules_with_subjects.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



19
20
21
# File 'lib/kube-dsl/dsl/flowcontrol/v1alpha1/policy_rules_with_subjects.rb', line 19

def kind_sym
  :policy_rules_with_subjects
end

#serializeObject



11
12
13
14
15
16
17
# File 'lib/kube-dsl/dsl/flowcontrol/v1alpha1/policy_rules_with_subjects.rb', line 11

def serialize
  {}.tap do |result|
    result[:nonResourceRules] = non_resource_rules.map(&:serialize)
    result[:resourceRules] = resource_rules.map(&:serialize)
    result[:subjects] = subjects.map(&:serialize)
  end
end