Add comment to specify default

This commit is contained in:
Brad Hoekstra
2018-09-21 16:21:32 -04:00
parent e8366c8e99
commit 2c5cc79eed

View File

@@ -2599,6 +2599,7 @@ type PodSpec struct {
RuntimeClassName *string RuntimeClassName *string
// EnableServiceLinks indicates whether information about services should be injected into pod's // EnableServiceLinks indicates whether information about services should be injected into pod's
// environment variables, matching the syntax of Docker links. // environment variables, matching the syntax of Docker links.
// If not specified, the default is true.
// +optional // +optional
EnableServiceLinks *bool EnableServiceLinks *bool
} }