File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
<Nullable >enable</Nullable >
6
6
<LangVersion >8</LangVersion >
7
7
<Authors >Christoph Bühler</Authors >
8
- <Company >smartive AG</Company >
9
8
<Owner >cbuehler</Owner >
10
9
</PropertyGroup >
11
10
Original file line number Diff line number Diff line change 7
7
<IsPackable >true</IsPackable >
8
8
<PackageId >KubeOps.Testing</PackageId >
9
9
<PackageTags >Kubernetes Operator SDK CustomResourceDefinition Testing Test</PackageTags >
10
- <PackageProjectUrl >https://github.com/buehler/dotnet-operator-sdk</PackageProjectUrl >
10
+ <PackageProjectUrl >https://buehler.github.io/dotnet-operator-sdk/</PackageProjectUrl >
11
+ <RepositoryUrl >https://github.com/buehler/dotnet-operator-sdk.git</RepositoryUrl >
12
+ <RepositoryType >git</RepositoryType >
11
13
<PackageLicense >https://opensource.org/licenses/MIT</PackageLicense >
12
14
<PackageDescription >
13
15
Additional Resources that helps / supports integration
14
16
testing on a kubernetes operator written with the KubeOps
15
17
operator sdk.
16
18
</PackageDescription >
17
19
</PropertyGroup >
18
-
20
+
19
21
<ItemGroup >
20
22
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 3.1.9" />
21
23
</ItemGroup >
Original file line number Diff line number Diff line change 12
12
<IsPackable >true</IsPackable >
13
13
<PackageId >KubeOps</PackageId >
14
14
<PackageTags >Kubernetes Operator SDK CustomResourceDefinition</PackageTags >
15
- <PackageProjectUrl >https://github.com/buehler/dotnet-operator-sdk</PackageProjectUrl >
15
+ <PackageProjectUrl >https://buehler.github.io/dotnet-operator-sdk/</PackageProjectUrl >
16
+ <RepositoryUrl >https://github.com/buehler/dotnet-operator-sdk.git</RepositoryUrl >
17
+ <RepositoryType >git</RepositoryType >
16
18
<PackageLicense >https://opensource.org/licenses/MIT</PackageLicense >
17
19
<PackageDescription >
18
20
This is an operator sdk written in c#.
You can’t perform that action at this time.
0 commit comments