15 instantiations of ContainerImagePushOptions
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
1077
var options = new
ContainerImagePushOptions
Aspire.Hosting.Tests (14)
ContainerImagePushOptionsTests.cs (11)
14
var options = new
ContainerImagePushOptions
33
var options = new
ContainerImagePushOptions
52
var options = new
ContainerImagePushOptions
72
var options = new
ContainerImagePushOptions
92
var options = new
ContainerImagePushOptions
111
var options = new
ContainerImagePushOptions
130
var options = new
ContainerImagePushOptions
149
var options = new
ContainerImagePushOptions
168
var options = new
ContainerImagePushOptions
184
var options = new
ContainerImagePushOptions
200
var options = new
ContainerImagePushOptions
ResourceExtensionsTests.cs (3)
317
var options = new
ContainerImagePushOptions
365
var options = new
ContainerImagePushOptions
420
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)
41
/// The <see cref="
ContainerImagePushOptions
"/> instance containing the remote image name and tag configuration.
42
/// Callbacks should modify the <see cref="
ContainerImagePushOptions
.RemoteImageName"/> and
43
/// <see cref="
ContainerImagePushOptions
.RemoteImageTag"/> properties to customize how the image is pushed to the registry.
45
public required
ContainerImagePushOptions
Options { get; init; }
ApplicationModel\ResourceExtensions.cs (3)
1073
internal static async Task<
ContainerImagePushOptions
> ProcessImagePushOptionsCallbackAsync(
1077
var
options = new ContainerImagePushOptions
1164
var
pushOptions = await resource.ProcessImagePushOptionsCallbackAsync(cancellationToken).ConfigureAwait(false);
ResourceBuilderExtensions.cs (4)
3133
/// and the <see cref="
ContainerImagePushOptions
"/> that can be modified.
3171
/// and the <see cref="
ContainerImagePushOptions
"/> that can be modified.
3207
/// This is a convenience method that registers a callback to set the <see cref="
ContainerImagePushOptions
.RemoteImageName"/> property.
3242
/// This is a convenience method that registers a callback to set the <see cref="
ContainerImagePushOptions
.RemoteImageTag"/> property.
Aspire.Hosting.Tests (16)
ContainerImagePushOptionsTests.cs (13)
14
var
options = new ContainerImagePushOptions
33
var
options = new ContainerImagePushOptions
52
var
options = new ContainerImagePushOptions
72
var
options = new ContainerImagePushOptions
92
var
options = new ContainerImagePushOptions
111
var
options = new ContainerImagePushOptions
130
var
options = new ContainerImagePushOptions
149
var
options = new ContainerImagePushOptions
168
var
options = new ContainerImagePushOptions
184
var
options = new ContainerImagePushOptions
200
var
options = new ContainerImagePushOptions
220
var (host, path) =
ContainerImagePushOptions
.ParseImageReference(input);
234
var (host, path) =
ContainerImagePushOptions
.ParseImageReference(input);
ResourceExtensionsTests.cs (3)
317
var
options = new ContainerImagePushOptions
365
var
options = new ContainerImagePushOptions
420
var
options = new ContainerImagePushOptions