type ServicePort …
type BaseServicePortInfo …
var _ …
func (bsvcPortInfo *BaseServicePortInfo) String() string { … }
func (bsvcPortInfo *BaseServicePortInfo) ClusterIP() net.IP { … }
func (bsvcPortInfo *BaseServicePortInfo) Port() int { … }
func (bsvcPortInfo *BaseServicePortInfo) SessionAffinityType() v1.ServiceAffinity { … }
func (bsvcPortInfo *BaseServicePortInfo) StickyMaxAgeSeconds() int { … }
func (bsvcPortInfo *BaseServicePortInfo) Protocol() v1.Protocol { … }
func (bsvcPortInfo *BaseServicePortInfo) LoadBalancerSourceRanges() []*net.IPNet { … }
func (bsvcPortInfo *BaseServicePortInfo) HealthCheckNodePort() int { … }
func (bsvcPortInfo *BaseServicePortInfo) NodePort() int { … }
func (bsvcPortInfo *BaseServicePortInfo) ExternalIPs() []net.IP { … }
func (bsvcPortInfo *BaseServicePortInfo) LoadBalancerVIPs() []net.IP { … }
func (bsvcPortInfo *BaseServicePortInfo) ExternalPolicyLocal() bool { … }
func (bsvcPortInfo *BaseServicePortInfo) InternalPolicyLocal() bool { … }
func (bsvcPortInfo *BaseServicePortInfo) HintsAnnotation() string { … }
func (bsvcPortInfo *BaseServicePortInfo) ExternallyAccessible() bool { … }
func (bsvcPortInfo *BaseServicePortInfo) UsesClusterEndpoints() bool { … }
func (bsvcPortInfo *BaseServicePortInfo) UsesLocalEndpoints() bool { … }
func newBaseServiceInfo(service *v1.Service, ipFamily v1.IPFamily, port *v1.ServicePort) *BaseServicePortInfo { … }