Skip to content

Slot: configmap

A ConfigMap is an API object that lets you store configuration for other objects to use. Unlike most Kubernetes objects that have a spec , a ConfigMap has data and binaryData fields. These fields accept key-value pairs as their values. Both the data field and the binaryData are optional.

URI: containers:configmap

Applicable Classes

Name Description
PodmanPlay Play kubernetes YAML file using podman

Properties

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/ucs-containers

LinkML Source

name: configmap
description: A ConfigMap is an API object that lets you store configuration for other
  objects to use. Unlike most Kubernetes objects that have a spec , a ConfigMap has
  data and binaryData fields. These fields accept key-value pairs as their values.
  Both the data field and the binaryData are optional.
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
alias: configmap
domain_of:
- PodmanPlay
range: string