Skip to main content
Module

x/helmet/mod.ts>IoK8sApiCoreV1Service

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
class IoK8sApiCoreV1Service
Re-export
import { IoK8sApiCoreV1Service } from "https://deno.land/x/helmet@1.14.0/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.

Constructors

new
IoK8sApiCoreV1Service()

Properties

optional
apiVersion: 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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

optional
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: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

optional
metadata: IoK8sApimachineryPkgApisMetaV1ObjectMeta
optional
spec: IoK8sApiCoreV1ServiceSpec
optional
status: IoK8sApiCoreV1ServiceStatus

Static Properties

readonly
attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>
readonly
discriminator: string | undefined