lib/hcloud/image_resource.rb in hcloud-1.2.0 vs lib/hcloud/image_resource.rb in hcloud-1.3.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Hcloud
class ImageResource < AbstractResource
- filter_attributes :type, :bound_to, :name, :label_selector
+ filter_attributes :type, :bound_to, :name, :label_selector, :status, :include_deprecated
bind_to Image
def [](arg)
case arg