Kazan v0.11.0 Kazan.Apis.Core.V1.Service View Source

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.

OpenAPI Definition: io.k8s.api.core.v1.Service

Properties

  • api_version :: String

    • APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info.
  • kind :: String

    • Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info.
  • metadata :: Kazan.Models.Apimachinery.Meta.V1.ObjectMeta

  • spec :: Kazan.Apis.Core.V1.ServiceSpec

    • Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
  • status :: Kazan.Apis.Core.V1.ServiceStatus

    • Most recently observed status of the service. Populated by the system. Read-only. More info.

Link to this section Summary

Link to this section Types