Class: KubeDSL::DSL::Rbac::V1::AggregationRule

Inherits:
KubeDSL::DSLObject show all
Defined in:
lib/kube-dsl/dsl/rbac/v1/aggregation_rule.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



18
19
20
# File 'lib/kube-dsl/dsl/rbac/v1/aggregation_rule.rb', line 18

def kind_sym
  :aggregation_rule
end

#serializeObject



12
13
14
15
16
# File 'lib/kube-dsl/dsl/rbac/v1/aggregation_rule.rb', line 12

def serialize
  {}.tap do |result|
    result[:clusterRoleSelectors] = cluster_role_selectors.map(&:serialize)
  end
end