-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87d5e25
commit f6d8174
Showing
21 changed files
with
164 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Neon.Kubernetes.Resources | ||
|
||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Kubernetes.Resources?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Kubernetes.Resources) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
Contains some useful custom resource definitions (CRDs) and other resources for working with Kubernetes. | ||
|
||
## CRD types | ||
|
||
Cert Manager: | ||
- `V1Certificate` | ||
- `V1CertificateRequest` | ||
- `V1ClusterIssuer` | ||
|
||
Grafana: | ||
- `V1GrafanaDashboard` | ||
- `V1GrafanaDatasource` | ||
|
||
Istio: | ||
- `V1AuthorizationPolicy` | ||
- `V1DestinationRule` | ||
- `V1Gateway` | ||
- `V1ServiceEntry` | ||
- `V1Telemetry` | ||
- `V1VirtualService` | ||
|
||
Prometheus: | ||
- `V1ServiceMonitor` | ||
|
||
Neon.Kubernetes.Resources is an open source project released under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Neon.Kubernetes | ||
|
||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Kubernetes?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Kubernetes) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
Contains some useful extensions and utilities for working with Kubernetes. | ||
|
||
Neon.Kubernetes is an open source project released under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Neon.Operator.Analyzers: Potentially useful libraries published as NuGet packages | ||
|
||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Operator.Analyzers?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Operator.Analyzers) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
A set of Roslyn analyzers for working with Neon.Operator. This package is included as a dependency in the Neon.Operator package. | ||
|
||
## Documentation: | ||
- [Docs](https://docs.neonforge.com/docs/operator-sdk) | ||
|
||
Neon.Operator.Analyzers is an open source project released under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Neon.Operator.Core: Potentially useful libraries published as NuGet packages | ||
|
||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Operator.Core?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Operator.Core) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
This package contains the core functionality for building Kubernetes operators in .NET. It is included as a dependency in the Neon.Operator package. | ||
|
||
## Documentation: | ||
- [Docs](https://docs.neonforge.com/docs/operator-sdk) | ||
|
||
Neon.Operator.Core is an open source project released under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 3 additions & 6 deletions
9
src/Neon.Operator.Templates/OperatorTemplate/Controllers/ExampleController.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
src/Neon.Operator.Templates/OperatorTemplate/Finalizers/ExampleFinalizer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
src/Neon.Operator.Templates/OperatorTemplate/OperatorTemplate.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>OperatorTemplate</RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Neon.Operator" Version="1.0.0-beta.21" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Neon.Operator.Templates: Potentially useful libraries published as NuGet packages | ||
|
||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Operator.Templates?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Operator.Templates) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
This package contains a set of project templates for building Kubernetes operators in .NET. | ||
|
||
## Installation | ||
|
||
To install the template package, run the following command: | ||
|
||
``` | ||
dotnet new install Neon.Operator.Templates::1.0.0-beta.21 | ||
``` | ||
|
||
Now you can create a new operator project using the following command: | ||
|
||
``` | ||
dotnet new k8s-operator | ||
``` | ||
|
||
## Documentation: | ||
- [Docs](https://docs.neonforge.com/docs/operator-sdk) | ||
|
||
Neon.Operator.Templates is an open source project released under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
Neon.Kube.Xunit | ||
=============== | ||
# Neon.Operator.Xunit | ||
|
||
**INTERNAL USE ONLY:** Core library used by neonKUBE related tooling. | ||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Operator.Xunit?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Operator.Xunit) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
A test framework for testing Neon.Operator operators using xUnit. | ||
|
||
## Documentation: | ||
- [Docs](https://docs.neonforge.com/docs/operator-sdk) | ||
|
||
Neon.Operator.Xunit is an open source project released under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
Neon.Operator | ||
================== | ||
# Neon.Operator | ||
|
||
**INTERNAL USE ONLY:** Common code for neonKUBE operator implementations. | ||
[![.NET Test](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/nforgeio/operator-sdk/actions/workflows/test.yaml) | ||
[![NuGet Version](https://img.shields.io/nuget/v/Neon.Operator?style=flat&logo=nuget&label=NuGet)](https://www.nuget.org/packages/Neon.Operator) | ||
|
||
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://communityinviter.com/apps/neonforge/neonforge) | ||
|
||
--- | ||
|
||
A Kubernetes operator framework for .NET. | ||
|
||
## Documentation: | ||
- [Docs](https://docs.neonforge.com/docs/operator-sdk) | ||
|
||
Neon.Operator is an open source project released under the Apache-2.0 license. |