Dotnet Example, fixes #306 #367
run-acceptance-tests.yml
on: pull_request
Annotations
10 errors and 5 warnings
Unexpected file modified:
sdk/dotnet/CertManager.cs#L1
File modified:
@@ -228,7 +228,7 @@ namespace Pulumi.KubernetesCertManager
}
[Input("startupapicheck")]
- public Inputs.CertManagerStartupAPICheckArgs? Startupapicheck { get; set; }
+ public Input<Inputs.CertManagerStartupAPICheckArgs>? Startupapicheck { get; set; }
[Input("strategy")]
public Input<Pulumi.Kubernetes.Types.Inputs.Apps.V1.DeploymentStrategyArgs>? Strategy { get; set; }
@@ -242,7 +242,7 @@ namespace Pulumi.KubernetesCertManager
}
[Input("webhook")]
- public Inputs.CertManagerWebhookArgs? Webhook { get; set; }
+ public Input<Inputs.CertManagerWebhookArgs>? Webhook { get; set; }
public CertManagerArgs()
{
|
Unexpected file modified:
sdk/dotnet/Inputs/CertManagerCaInjectorArgs.cs#L1
File modified:
@@ -93,7 +93,7 @@ namespace Pulumi.KubernetesCertManager.Inputs
public Input<Pulumi.Kubernetes.Types.Inputs.Core.V1.ResourceRequirementsArgs>? Resources { get; set; }
[Input("serviceAccount")]
- public Inputs.CertManagerServiceAccountArgs? ServiceAccount { get; set; }
+ public Input<Inputs.CertManagerServiceAccountArgs>? ServiceAccount { get; set; }
[Input("strategy")]
public Input<Pulumi.Kubernetes.Types.Inputs.Apps.V1.DeploymentStrategyArgs>? Strategy { get; set; }
|
Unexpected file modified:
sdk/dotnet/Inputs/ReleaseArgs.cs#L1
File modified:
@@ -153,7 +153,7 @@ namespace Pulumi.KubernetesCertManager.Inputs
/// Specification defining the Helm chart repository to use.
/// </summary>
[Input("repositoryOpts")]
- public Inputs.RepositoryOptsArgs? RepositoryOpts { get; set; }
+ public Input<Inputs.RepositoryOptsArgs>? RepositoryOpts { get; set; }
/// <summary>
/// When upgrading, reset the values to the ones built into the chart.
|
build_sdks (dotnet)
Unexpected changes detected: 3. See file annotations for details.
|
build_sdks (nodejs)
The job was canceled because "dotnet" failed.
|
build_sdks (nodejs)
The operation was canceled.
|
build_sdks (java)
The job was canceled because "dotnet" failed.
|
build_sdks (java)
The operation was canceled.
|
build_sdks (python)
The job was canceled because "dotnet" failed.
|
build_sdks (python)
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 (go)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
|
build_sdks (go)
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
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 | |
---|---|---|
go-sdk.tar.gz
|
21.6 KB |
|
pulumi-kubernetes-cert-manager-provider.tar.gz
|
32.4 MB |
|