Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 941 Bytes

Service.md

File metadata and controls

14 lines (7 loc) · 941 Bytes

Service

Service holds the service information eventsource exposes

Properties

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]