mirror of https://github.com/crossplane/docs.git
Realtime compositions are beta now
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
b0b75ce67b
commit
939bfd2cac
|
|
@ -106,7 +106,7 @@ at the table below.
|
|||
| --- | --- | --- |
|
||||
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
||||
| Beta | `--enable-usages` | Enable support for Usages. |
|
||||
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
||||
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
||||
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
|
||||
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
||||
{{< /table >}}
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ Kubernetes API server when a composed resource changes. For example, when
|
|||
a provider sets the `Ready` condition to `true`.
|
||||
|
||||
{{<hint "important" >}}
|
||||
Real time compositions are an alpha feature. Alpha features aren't enabled by
|
||||
Real time compositions are a beta feature. Beta features are enabled by
|
||||
default.
|
||||
{{< /hint >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue