Object
Backward compatibility for old versions where kind is missing (e.g. OpenShift Enterprise 3.1)
# File lib/kubeclient/missing_kind_compatibility.rb, line 63 def self.resource_kind(name) MAPPING[name] end