Documentation ¶
Index ¶
- func ExternallyAccessible(service *api.Service) bool
- func GetLoadBalancerSourceRanges(service *api.Service) (utilnet.IPNetSet, error)
- func GetWarningsForService(service, oldService *api.Service) []string
- func IsAllowAll(ipnets utilnet.IPNetSet) bool
- func NeedsHealthCheck(service *api.Service) bool
- func RequestsOnlyLocalTraffic(service *api.Service) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExternallyAccessible ¶ added in v1.29.0
ExternallyAccessible checks if service is externally accessible.
func GetLoadBalancerSourceRanges ¶
GetLoadBalancerSourceRanges first try to parse and verify LoadBalancerSourceRanges field from a service. If the field is not specified, turn to parse and verify the AnnotationLoadBalancerSourceRangesKey annotation from a service, extracting the source ranges to allow, and if not present returns a default (allow-all) value.
func GetWarningsForService ¶ added in v1.27.0
func IsAllowAll ¶
IsAllowAll checks whether the utilnet.IPNet allows traffic from 0.0.0.0/0
func NeedsHealthCheck ¶ added in v1.4.0
NeedsHealthCheck checks if service needs health check.
func RequestsOnlyLocalTraffic ¶ added in v1.7.0
RequestsOnlyLocalTraffic checks if service requests OnlyLocal traffic.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.