Exception: KubernetesMetadata::Common::GoneError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fluent/plugin/kubernetes_metadata_common.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = '410 Gone') ⇒ GoneError

Returns a new instance of GoneError.



24
25
26
# File 'lib/fluent/plugin/kubernetes_metadata_common.rb', line 24

def initialize(msg = '410 Gone')
  super
end