import { type ServiceSpec } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
ServiceSpec describes the attributes that a user creates on a service.
Properties
optional
ports: Array<ServicePort> | nulloptional
sessionAffinityConfig: SessionAffinityConfig | null