Class: KubeDSL::DSL::Rbac::V1alpha1::RoleRef

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

Instance Method Summary collapse

Methods inherited from KubeDSL::DSLObject

#initialize, #to_resource

Methods included from ValueFields

#array_field, #object_field, #value_field, #value_fields

Constructor Details

This class inherits a constructor from KubeDSL::DSLObject

Instance Method Details

#kind_symObject



13
14
15
# File 'lib/kube-dsl/dsl/rbac/v1alpha1/role_ref.rb', line 13

def kind_sym
  :role_ref
end

#serializeObject



5
6
7
8
9
10
11
# File 'lib/kube-dsl/dsl/rbac/v1alpha1/role_ref.rb', line 5

def serialize
  {}.tap do |result|
    result[:apiGroup] = api_group
    result[:kind] = kind
    result[:name] = name
  end
end