5 references to new
Aspire.Hosting.Kubernetes (5)
Extensions\ResourceExtensions.cs (3)
142Port = new(mapping.Port), 143TargetPort = new(mapping.Port), 269ContainerPort = new(mapping.Port),
Resources\Int32OrStringV1.cs (1)
97return value is not null ? new Int32OrStringV1(value) : null;
Yaml\IntOrStringConverter.cs (1)
45return string.IsNullOrEmpty(value) ? null : new Int32OrStringV1(value);