Class: K8y::Kubeconfig::AuthProvider
- Inherits:
-
RecursiveOpenStruct
- Object
- RecursiveOpenStruct
- K8y::Kubeconfig::AuthProvider
- Defined in:
- lib/k8y/kubeconfig/auth_provider.rb
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
8 9 10 |
# File 'lib/k8y/kubeconfig/auth_provider.rb', line 8 def present? to_h.present? end |