5 references to Int32OrStringV1
Aspire.Hosting.Kubernetes (5)
Extensions\ResourceExtensions.cs (3)
177Port = new((mapping.ServicePort ?? mapping.Port).ToScalar()), 178TargetPort = new(mapping.Port.ToScalar()), 360ContainerPort = new(mapping.Port.ToScalar()),
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);