1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/osdk-hh-implement-controller.adoc
2022-03-01 22:40:23 +00:00

14 lines
489 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator_sdk/helm/osdk-hybrid-helm.adoc
:_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.