UNPKG

kubernetes-models

Version:
11 lines (10 loc) 630 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../_schemas/IoK8sApiCoreV1ConfigMapNodeConfigSource.mjs"; /** * ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration * @deprecated */ export class ConfigMapNodeConfigSource extends Model { } setSchema(ConfigMapNodeConfigSource, "io.k8s.api.core.v1.ConfigMapNodeConfigSource", addSchema); export { ConfigMapNodeConfigSource as IoK8sApiCoreV1ConfigMapNodeConfigSource };