Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/core@v1/mod.ts>Service

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Service
import { type Service } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/mod.ts";

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

optional
apiVersion: "v1"
optional
kind: "Service"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: ServiceSpec | null
optional
status: ServiceStatus | null