k8s.api.core.v1.Service1.2.1
open module k8s.api.core.v1.Service extends k8s.K8sResource
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.2.1#/api/core/v1/Service.pklcontent_copy
- Pkl version:
- 0.25.0 or higher
- Source code:
- Service.pkl
- Known usages:
- ServiceList
- All versions:
- 1.2.1, 1.2.0, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.1
Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.