Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigMapNodeConfigSource

ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.

schema

io.k8s.api.core.v1.ConfigMapNodeConfigSource

Hierarchy

  • ConfigMapNodeConfigSource

Index

Properties

Readonly kubeletConfigKey

kubeletConfigKey: string

KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.

schema

io.k8s.api.core.v1.ConfigMapNodeConfigSource#kubeletConfigKey

Readonly name

name: string

Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.

schema

io.k8s.api.core.v1.ConfigMapNodeConfigSource#name

Readonly namespace

namespace: string

Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.

schema

io.k8s.api.core.v1.ConfigMapNodeConfigSource#namespace

Optional Readonly resourceVersion

resourceVersion: string

ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.

schema

io.k8s.api.core.v1.ConfigMapNodeConfigSource#resourceVersion

Optional Readonly uid

uid: string

UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.

schema

io.k8s.api.core.v1.ConfigMapNodeConfigSource#uid

Generated using TypeDoc