Class: CronKubernetes::KubeclientContext::Context
- Inherits:
-
Struct
- Object
- Struct
- CronKubernetes::KubeclientContext::Context
- Defined in:
- lib/cron_kubernetes/kubeclient_context.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#options ⇒ Object
Returns the value of attribute options.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint
8 9 10 |
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8 def endpoint @endpoint end |
#namespace ⇒ Object
Returns the value of attribute namespace
8 9 10 |
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8 def namespace @namespace end |
#options ⇒ Object
Returns the value of attribute options
8 9 10 |
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8 def @options end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8 def version @version end |