PodSpecV1.EnableServiceLinks Property

Definition

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

Applies to