Documentation

ServiceEndpoint

Table of Contents

$ports  : array<string|int, EndpointPortConfig>|null
$spec  : EndpointSpec|null
Properties that can be configured to access and load balance a service.
$virtualIPs  : array<string|int, ServiceEndpointVirtualIPsItem>|null
getPorts()  : array<string|int, EndpointPortConfig>|null
getSpec()  : EndpointSpec|null
Properties that can be configured to access and load balance a service.
getVirtualIPs()  : array<string|int, ServiceEndpointVirtualIPsItem>|null
setPorts()  : self
setSpec()  : self
Properties that can be configured to access and load balance a service.
setVirtualIPs()  : self

Properties

Methods

setSpec()

Properties that can be configured to access and load balance a service.

public setSpec(EndpointSpec|null $spec) : self
Parameters
$spec : EndpointSpec|null
Return values
self

Search results