ServiceType#

class phalanx.models.kubernetes.ServiceType(*values)#

Bases: Enum

Valid values for the spec.type field of a Service.

Attributes Summary

CLUSTER_IP

ClusterIP Service type.

LOAD_BALANCER

LoadBalacner Service type.

Attributes Documentation

CLUSTER_IP = 'ClusterIP'#

ClusterIP Service type.

LOAD_BALANCER = 'LoadBalancer'#

LoadBalacner Service type.