ServiceSpec: Omit<k8s.types.input.core.v1.ServiceSpec, "ports" | "type"> & { ports?: pulumi.Input<pulumi.Input<k8s.types.input.core.v1.ServicePort>[] | PortMap>; type?: pulumi.Input<ServiceType | string>; } Type declaration
Optional
ports?: pulumi.Input<pulumi.Input<k8s.types.input.core.v1.ServicePort>[] | PortMap>
Optional
type?: pulumi.Input<ServiceType | string>