Share via


ServiceSpecV1.Type Property

Definition

Gets or sets the type of the Kubernetes Service.

[YamlDotNet.Serialization.YamlMember(Alias="type")]
public string Type { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="type")>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Specifies the type of Service to be created. Common types include: "ClusterIP", "NodePort", "LoadBalancer", and "ExternalName". Defaults to "ClusterIP" if not specified.

Applies to