1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/osdk-hh-implement-controller.adoc
2023-10-30 10:13:25 -04:00

14 lines
498 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator_sdk/helm/osdk-hybrid-helm.adoc
:_mod-docs-content-type: CONCEPT
[id="osdk-hh-implement-controller_{context}"]
= Controller implementation
The controller in this tutorial performs the following actions:
* Create a `Memcached` deployment if it does not exist.
* Ensure that the deployment size is the same as specified by the `Memcached` CR spec.
* Update the `Memcached` CR status with the names of the `memcached` pods.