feat: Update CRDs #8432
Annotations
1 error and 10 warnings
Create Release
Process completed with exit code 1.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GenericObject.cs#L8
Non-nullable property 'ApiVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GenericObject.cs#L9
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GenericObject.cs#L10
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L5
Non-nullable property 'tag_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L6
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L9
Non-nullable property 'assets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L10
Non-nullable property 'tarball_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/GitHubRelease.cs#L11
Non-nullable property 'zipball_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create Release:
src/KubernetesCRDModelGen.Sync/Worker.cs#L42
Dereference of a possibly null reference.
|
Create Release:
src/KubernetesCRDModelGen.Sync/Worker.cs#L73
Dereference of a possibly null reference.
|