enum

Kubernetes::Service::Port::Protocol

Inherits Enum / Comparable / Value / Object

Constants

TCP = 0
UDP = 1
STCP = 2

Instance methods

stcp?

Returns true if this enum value equals STCP

Source
tcp?

Returns true if this enum value equals TCP

Source
udp?

Returns true if this enum value equals UDP

Source