Class: Discover::Object::Service

Inherits:
Struct
  • Object
show all
Defined in:
lib/discover/object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clusterIPObject

Returns the value of attribute clusterIP

Returns:

  • (Object)

    the current value of clusterIP



26
27
28
# File 'lib/discover/object.rb', line 26

def clusterIP
  @clusterIP
end

#externalIPObject

Returns the value of attribute externalIP

Returns:

  • (Object)

    the current value of externalIP



26
27
28
# File 'lib/discover/object.rb', line 26

def externalIP
  @externalIP
end

#loadBalancerIPObject

Returns the value of attribute loadBalancerIP

Returns:

  • (Object)

    the current value of loadBalancerIP



26
27
28
# File 'lib/discover/object.rb', line 26

def loadBalancerIP
  @loadBalancerIP
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/discover/object.rb', line 26

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



26
27
28
# File 'lib/discover/object.rb', line 26

def namespace
  @namespace
end

#portsObject

Returns the value of attribute ports

Returns:

  • (Object)

    the current value of ports



26
27
28
# File 'lib/discover/object.rb', line 26

def ports
  @ports
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



26
27
28
# File 'lib/discover/object.rb', line 26

def uid
  @uid
end