Skip to content
Docs Try Aspire

Service Properties

Class Properties 1 member
Represents a Kubernetes Service resource in the v1 API version.
Represents the specification of the Kubernetes Service resource.
public ServiceSpecV1 Spec { get; set; }
This property contains the configuration details of the Service, such as ClusterIP, LoadBalancerIP, type, selector, ports, and other service-specific settings. The values are represented by the ServiceSpecV1 class.