Class: K8y::Kubeconfig::AuthProvider

Inherits:
RecursiveOpenStruct
  • Object
show all
Defined in:
lib/k8y/kubeconfig/auth_provider.rb

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/k8y/kubeconfig/auth_provider.rb', line 8

def present?
  to_h.present?
end