Service holds the service information eventsource exposes
Name | Type | Description | Notes |
---|---|---|---|
clusterIP | String | clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are "None", empty string (""), or a valid IP address. "None" can be specified for headless services when proxying is not required. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies | [optional] |
ports | List<V1ServicePort> | The list of ports that are exposed by this ClusterIP service. | [optional] |