Dotnet Example, fixes #306 #362
run-acceptance-tests.yml
on: pull_request
Annotations
8 errors and 3 warnings
Unexpected file modified:
sdk/dotnet/CertManager.cs#L1
File modified:
@@ -122,7 +122,7 @@ namespace Pulumi.KubernetesCertManager
public Input<string>? FeatureGates { get; set; }
[Input("global")]
- public Inputs.CertManagerGlobalArgs? Global { get; set; }
+ public Input<Inputs.CertManagerGlobalArgs>? Global { get; set; }
/// <summary>
/// HelmOptions is an escape hatch that lets the end user control any aspect of the Helm deployment. This exposes the entirety of the underlying Helm Release component args.
@@ -140,7 +140,7 @@ namespace Pulumi.KubernetesCertManager
public Input<Inputs.CertManagerImageArgs>? Image { get; set; }
[Input("ingressShim")]
- public Inputs.CertManagerIngressShimArgs? IngressShim { get; set; }
+ public Input<Inputs.CertManagerIngressShimArgs>? IngressShim { get; set; }
[Input("installCRDs")]
public Input<bool>? InstallCRDs { get; set; }
|
build_sdks (dotnet)
Unexpected changes detected: 1. See file annotations for details.
|
build_sdks (python)
The job was canceled because "dotnet" failed.
|
build_sdks (nodejs)
The job was canceled because "dotnet" failed.
|
build_sdks (go)
The job was canceled because "dotnet" failed.
|
build_sdks (go)
The operation was canceled.
|
build_sdks (java)
The job was canceled because "dotnet" failed.
|
build_sdks (java)
The operation was canceled.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
prerequisites
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_sdks (dotnet)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pulumi-kubernetes-cert-manager-provider.tar.gz
|
32.5 MB |
|