Class: K8s::API::MetaV1::WatchEvent

Inherits:
Resource show all
Defined in:
lib/k8s/api/metav1/watch_event.rb

Overview

Instance Method Summary collapse

Methods inherited from Struct

from_json, #to_json

Instance Method Details

#resourceK8s::Resource

Returns:



14
15
16
# File 'lib/k8s/api/metav1/watch_event.rb', line 14

def resource
  @resource ||= K8s::Resource.new(object)
end