From 2c5cc79eed343094cc2795c85143f354cd27bdf2 Mon Sep 17 00:00:00 2001 From: Brad Hoekstra Date: Fri, 21 Sep 2018 16:21:32 -0400 Subject: [PATCH] Add comment to specify default --- pkg/apis/core/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index 46058c92cfe..d13429a0df1 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -2599,6 +2599,7 @@ type PodSpec struct { RuntimeClassName *string // EnableServiceLinks indicates whether information about services should be injected into pod's // environment variables, matching the syntax of Docker links. + // If not specified, the default is true. // +optional EnableServiceLinks *bool }