15 instantiations of ContainerImagePushOptions
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
1323
var options = new
ContainerImagePushOptions
Aspire.Hosting.Tests (14)
ContainerImagePushOptionsTests.cs (11)
15
var options = new
ContainerImagePushOptions
34
var options = new
ContainerImagePushOptions
53
var options = new
ContainerImagePushOptions
73
var options = new
ContainerImagePushOptions
93
var options = new
ContainerImagePushOptions
112
var options = new
ContainerImagePushOptions
131
var options = new
ContainerImagePushOptions
150
var options = new
ContainerImagePushOptions
169
var options = new
ContainerImagePushOptions
185
var options = new
ContainerImagePushOptions
201
var options = new
ContainerImagePushOptions
ResourceExtensionsTests.cs (3)
359
var options = new
ContainerImagePushOptions
407
var options = new
ContainerImagePushOptions
462
var options = new
ContainerImagePushOptions
28 references to ContainerImagePushOptions
Aspire.Hosting (12)
ApplicationModel\ContainerImagePushOptionsCallbackAnnotation.cs (1)
54
/// the <see cref="
ContainerImagePushOptions
"/> within it. The function is invoked when the image push options
ApplicationModel\ContainerImagePushOptionsCallbackContext.cs (4)
43
/// The <see cref="
ContainerImagePushOptions
"/> instance containing the remote image name and tag configuration.
44
/// Callbacks should modify the <see cref="
ContainerImagePushOptions
.RemoteImageName"/> and
45
/// <see cref="
ContainerImagePushOptions
.RemoteImageTag"/> properties to customize how the image is pushed to the registry.
47
public required
ContainerImagePushOptions
Options { get; init; }
ApplicationModel\ResourceExtensions.cs (3)
1319
internal static async Task<
ContainerImagePushOptions
> ProcessImagePushOptionsCallbackAsync(
1323
var
options = new ContainerImagePushOptions
1410
var
pushOptions = await resource.ProcessImagePushOptionsCallbackAsync(cancellationToken).ConfigureAwait(false);
ResourceBuilderExtensions.cs (4)
5228
/// and the <see cref="
ContainerImagePushOptions
"/> that can be modified.
5268
/// and the <see cref="
ContainerImagePushOptions
"/> that can be modified.
5306
/// This is a convenience method that registers a callback to set the <see cref="
ContainerImagePushOptions
.RemoteImageName"/> property.
5346
/// This is a convenience method that registers a callback to set the <see cref="
ContainerImagePushOptions
.RemoteImageTag"/> property.
Aspire.Hosting.Tests (16)
ContainerImagePushOptionsTests.cs (13)
15
var
options = new ContainerImagePushOptions
34
var
options = new ContainerImagePushOptions
53
var
options = new ContainerImagePushOptions
73
var
options = new ContainerImagePushOptions
93
var
options = new ContainerImagePushOptions
112
var
options = new ContainerImagePushOptions
131
var
options = new ContainerImagePushOptions
150
var
options = new ContainerImagePushOptions
169
var
options = new ContainerImagePushOptions
185
var
options = new ContainerImagePushOptions
201
var
options = new ContainerImagePushOptions
221
var (host, path) =
ContainerImagePushOptions
.ParseImageReference(input);
235
var (host, path) =
ContainerImagePushOptions
.ParseImageReference(input);
ResourceExtensionsTests.cs (3)
359
var
options = new ContainerImagePushOptions
407
var
options = new ContainerImagePushOptions
462
var
options = new ContainerImagePushOptions