class Kubeclient::Resource

Represents all the objects returned by Kubeclient

Public Class Methods

new(hash = nil, args = {}) click to toggle source
Calls superclass method
# File lib/kubeclient/resource.rb, line 6
def initialize(hash = nil, args = {})
  args[:recurse_over_arrays] = true
  super(hash, args)
end