Skip to content

Commit

Permalink
Apply Chris's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitoraj committed Oct 1, 2024
1 parent f5d8f61 commit d67cd4f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ Lifecycle Manager manages the lifecycle of [Kyma Modules](https://help.sap.com/d

For more information on the Lifecycle Manager's workflow, see the [Architecture](docs/contributor/01-architecture.md) document.

## Installation

<!-- Local Test Setup??-->

## Usage

If you are a Kyma end user, see the [user documentation](./docs/user/README.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/contributor/resources/01-kyma.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kyma

The `kymas.operator.kyma-project.io` Custom Resource Definition (CRD) is a comprehensive specification that defines the structure and format used to manage a cluster and its desired state. It contains the list of added modules and their state.
The `kymas.operator.kyma-project.io` Custom Resource Definition (CRD) defines the structure and format used to manage a cluster and its desired state. It contains the list of added modules and their state.

To get the latest CRD in the YAML format, run the following command:

Expand Down
2 changes: 1 addition & 1 deletion docs/contributor/resources/02-manifest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manifest

The `manifests.operator.kyma-project.io` Custom Resource Definition (CRD) is a comprehensive specification that defines the structure and format used to configure the Manifest resource.
The `manifests.operator.kyma-project.io` Custom Resource Definition (CRD) defines the structure and format used to configure the Manifest resource.

The Manifest custom resource (CR) represent resources that make up a module and are to be installed by Lifecycle Manager. The Manifest CR is a rendered module added to a particular cluster.

Expand Down
4 changes: 2 additions & 2 deletions docs/contributor/resources/03-moduletemplate.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ModuleTemplate

The `moduletemplates.operator.kyma-project.io` Custom Resource Definition (CRD) is a comprehensive specification that defines the structure and format used to configure the ModuleTemplate resource.
The `moduletemplates.operator.kyma-project.io` Custom Resource Definition (CRD) defines the structure and format used to configure the ModuleTemplate resource.

The Manifest CR contains modules' metadata with links to their images and manifests. ModuleTemplate CR represents a module in a particular version. Based on this resource Lifecycle Manager enables or disables modules in a cluster. It contains the list of added modules and their state.
The ModuleTemplate custom resource (CR) defines a module, in a particular version, that can be added to or deleted from the module list in the Kyma CR. Each ModuleTemplate CR represents one module.

To get the latest CRD in the YAML format, run the following command:

Expand Down
4 changes: 2 additions & 2 deletions docs/contributor/resources/04-watcher.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Watcher

The `watchers.operator.kyma-project.io` Custom Resource Definition (CRD) is a comprehensive specification that defines the structure and format used to configure the Watcher resource.
The `watchers.operator.kyma-project.io` Custom Resource Definition (CRD) defines the structure and format used to configure the Watcher resource.

The Watcher custom resource (CR) defines the callback functionality for synchronized remote clusters that allows lower latencies before the Control Plane detects any changes.
The Watcher custom resource (CR) defines the callback functionality for synchronized Kyma runtime clusters, that allows lower latencies before the Kyma Control Plane cluster detects any changes.

To get the latest CRD in the YAML format, run the following command:

Expand Down

0 comments on commit d67cd4f

Please sign in to comment.