Uses of Class
io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort
Packages that use DiscoveryV1EndpointPort
-
Uses of DiscoveryV1EndpointPort in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return DiscoveryV1EndpointPortModifier and TypeMethodDescriptionDiscoveryV1EndpointPort.appProtocol(String appProtocol) static DiscoveryV1EndpointPortCreate an instance of DiscoveryV1EndpointPort given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type DiscoveryV1EndpointPortModifier and TypeMethodDescriptionV1EndpointSlice.getPorts()ports specifies the list of network ports exposed by each endpoint in this slice.Methods in io.kubernetes.client.openapi.models with parameters of type DiscoveryV1EndpointPortModifier and TypeMethodDescriptionV1EndpointSlice.addPortsItem(DiscoveryV1EndpointPort portsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type DiscoveryV1EndpointPortModifier and TypeMethodDescriptionV1EndpointSlice.ports(List<DiscoveryV1EndpointPort> ports) voidV1EndpointSlice.setPorts(List<DiscoveryV1EndpointPort> ports)