From cec2e6d706bed601b6f7f9f96cd9933960a3d384 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 19 Mar 2020 12:10:05 -0400 Subject: Add basic structure of a spec generator for pods This will be used for remote creation of pods initially. Signed-off-by: Matthew Heon --- pkg/specgen/specgen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/specgen/specgen.go') diff --git a/pkg/specgen/specgen.go b/pkg/specgen/specgen.go index 7a430652a..b123c1da5 100644 --- a/pkg/specgen/specgen.go +++ b/pkg/specgen/specgen.go @@ -53,7 +53,7 @@ type ContainerBasicConfig struct { Terminal bool `json:"terminal,omitempty"` // Stdin is whether the container will keep its STDIN open. Stdin bool `json:"stdin,omitempty"` - // Labels are key-valid labels that are used to add metadata to + // Labels are key-value pairs that are used to add metadata to // containers. // Optional. Labels map[string]string `json:"labels,omitempty"` -- cgit v1.2.3-54-g00ecf