Uses of Record Class
org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Packages that use DefaultKubernetesServiceInstance
-
Uses of DefaultKubernetesServiceInstance in org.springframework.cloud.kubernetes.commons.discovery
Methods in org.springframework.cloud.kubernetes.commons.discovery that return types with arguments of type DefaultKubernetesServiceInstanceModifier and TypeMethodDescriptionService.serviceInstances()Returns the value of theserviceInstancesrecord component.Constructor parameters in org.springframework.cloud.kubernetes.commons.discovery with type arguments of type DefaultKubernetesServiceInstanceModifierConstructorDescriptionService(String name, List<DefaultKubernetesServiceInstance> serviceInstances) Creates an instance of aServicerecord class.