Skip to content

Commit

Permalink
remove messaging, stream, k8s config, k8s actuator and dev cli from v4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess authored Jul 1, 2024
1 parent 0436c30 commit ca1444e
Show file tree
Hide file tree
Showing 52 changed files with 2 additions and 12,883 deletions.
7 changes: 1 addition & 6 deletions api/v4/bootstrap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,17 @@ namespace WebApplication1
| --- | --- | --- |
| [Config Server Configuration](../configuration/config-server-provider.md) | `Steeltoe.Configuration.ConfigServer` | N/A |
| [Cloud Foundry Configuration](../configuration/cloud-foundry-provider.md) |`Steeltoe.Configuration.CloudFoundry` | N/A |
| [Kubernetes Configuration](../configuration/kubernetes-providers.md) |`Steeltoe.Configuration.Kubernetes` | N/A |
| [Random Value Provider](../configuration/random-value-provider.md) |`Steeltoe.Configuration.RandomValue` | N/A |
| [Placeholder Resolver](../configuration/placeholder-provider.md) |`Steeltoe.Configuration.Placeholder` | N/A |
| [Connectors*](../connectors/index.md) |`Steeltoe.Connectors` | Supported driver (MySQL, PostgreSQL, RabbitMQ, SQL Server, etc) |
| [Dynamic Serilog](../logging/serilog-logger.md) | `Steeltoe.Logging.DynamicSerilog` | N/A |
| [Service Discovery](../discovery/index.md) |`Steeltoe.Discovery.Client` | Desired client (Eureka, Consul, Kubernetes)
| [Service Discovery](../discovery/index.md) |`Steeltoe.Discovery.Client` | Desired client (Eureka, Consul, Configuration) |
| [Actuators](../management/index.md) | `Steeltoe.Management.Endpoint` | N/A |
| [Actuators with Cloud Foundry support**](../management/cloud-foundry.md) |`Steeltoe.Management.CloudFoundry` | N/A |
| [Actuators with Kubernetes support](../management/index.md) |`Steeltoe.Management.Kubernetes` | N/A |
| [Distributed Tracing](../tracing/index.md) | `Steeltoe.Management.Tracing` | OpenTelemetry Exporter (Zipkin, Jaeger, OTLP) |
| [Cloud Foundry Container Identity](../security/mtls.md#configure-settings) | `Steeltoe.Security.Authentication.CloudFoundry` | N/A |

>\* Individual connector clients will only be configured if a corresponding supported driver NuGet package reference is also included.
>\*\* Cloud Foundry support is now included in `Steeltoe.Management.Endpoint`. The Cloud Foundry Actuator package is not required and has been marked obsolete in 3.1.0.
## Excluding Components

If you wish to exclude a component from the automatic bootstrap process, you may add the feature's assembly name to the exclusions list. One example where this feature would be desired is if you want to control the order configuration providers are added. This example shows how to provide the exclusions list:
Expand Down
1 change: 0 additions & 1 deletion api/v4/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ To better understand .NET configuration services, you should read the [ASP.NET C
Steeltoe adds additional configuration providers to the preceding list:

* Cloud Foundry
* Kubernetes (Config Maps and Secrets)
* Placeholder resolvers
* RandomValue generator
* Spring Cloud Config Server
Expand Down
211 changes: 0 additions & 211 deletions api/v4/configuration/kubernetes-providers.md

This file was deleted.

Loading

0 comments on commit ca1444e

Please sign in to comment.