Kazan v0.1.0 Kazan.Models.V1.Service
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.
Properties
metadata
- Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata SeeKazan.Models.V1.ObjectMeta
.spec
- Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status SeeKazan.Models.V1.ServiceSpec
.status
- Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status SeeKazan.Models.V1.ServiceStatus
.