Class: CronKubernetes::KubeclientContext::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/cron_kubernetes/kubeclient_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



8
9
10
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8

def endpoint
  @endpoint
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



8
9
10
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8

def namespace
  @namespace
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



8
9
10
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8

def options
  @options
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/cron_kubernetes/kubeclient_context.rb', line 8

def version
  @version
end