This epic is part of https://github.com/stackabletech/internal-issues/issues/167 covering: - replace .context with .expect where it is appropriate - remove Result where it is no longer needed - remove unneeded error Enum items - prove at compile time that a constructed name fits its target type, instead of trusting a runtime expect Add the PR link when it is ready. - [x] https://github.com/stackabletech/airflow-operator/pull/852 - [x] https://github.com/stackabletech/druid-operator/pull/869 - [x] https://github.com/stackabletech/hbase-operator/pull/803 - [x] https://github.com/stackabletech/hdfs-operator/pull/824 - [x] https://github.com/stackabletech/hive-operator/pull/759 - [x] https://github.com/stackabletech/kafka-operator/pull/1017 - [x] https://github.com/stackabletech/nifi-operator/pull/990 - [x] https://github.com/stackabletech/opa-operator/pull/886 - [x] https://github.com/stackabletech/spark-k8s-operator/pull/766 - [x] https://github.com/stackabletech/superset-operator/pull/785 - [x] https://github.com/stackabletech/trino-operator/pull/939 - [x] https://github.com/stackabletech/zookeeper-operator/pull/1084 Follow-up PRs to fix accessor functions for container names: - [x] https://github.com/stackabletech/airflow-operator/pull/860 - [x] https://github.com/stackabletech/druid-operator/pull/874 - [ ] https://github.com/stackabletech/hdfs-operator/pull/829 - [x] https://github.com/stackabletech/hive-operator/pull/764 - [x] https://github.com/stackabletech/opa-operator/pull/889 - [ ] https://github.com/stackabletech/spark-k8s-operator/pull/769 - [x] https://github.com/stackabletech/superset-operator/pull/788 - [ ] https://github.com/stackabletech/trino-operator/pull/943
This epic is part of https://github.com/stackabletech/internal-issues/issues/167 covering:
Add the PR link when it is ready.
Follow-up PRs to fix accessor functions for container names: