Skip to main content
Module

x/helmet/mod.ts>IoK8sApiCoreV1ConfigMapKeySelector

Type-safe Helm - the right way to do Infrastructure as Code in Kubernetes
Go to Latest
class IoK8sApiCoreV1ConfigMapKeySelector
import { IoK8sApiCoreV1ConfigMapKeySelector } from "https://deno.land/x/helmet@1.16.7/mod.ts";

Selects a key from a ConfigMap.

Constructors

new
IoK8sApiCoreV1ConfigMapKeySelector()

Properties

key: string

The key to select.

optional
name: string
optional
optional: boolean

Specify whether the ConfigMap or its key must be defined

Static Properties

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