PodSpecV1.EnableServiceLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether information about services should be injected into the pod's environment variables.
This property determines if service environment variables, such as <service_name></service_name>_SERVICE_HOST
and <service_name></service_name>_SERVICE_PORT
, are made available to containers within the pod.
[YamlDotNet.Serialization.YamlMember(Alias="enableServiceLinks")]
public bool? EnableServiceLinks { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="enableServiceLinks")>]
member this.EnableServiceLinks : Nullable<bool> with get, set
Public Property EnableServiceLinks As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute