Class ServicePortSecureResolver
java.lang.Object
org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if any of the following conditions apply.
-
Constructor Details
-
ServicePortSecureResolver
-
-
Method Details
-
resolve
Returns true if any of the following conditions apply.
- service contains a label named 'secured' that is truthy
- service contains an annotation named 'secured' that is truthy
- the port is one of the known ports used for secure communication
-