5 references to Int32OrStringV1
Aspire.Hosting.Kubernetes (5)
Extensions\ResourceExtensions.cs (3)
145Port = new(mapping.Port), 146TargetPort = new(mapping.Port), 272ContainerPort = 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);