Commit 2c5cc79e authored by Brad Hoekstra's avatar Brad Hoekstra

Add comment to specify default

parent e8366c8e
...@@ -2599,6 +2599,7 @@ type PodSpec struct { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment