Skip to content

Commit 42d3c9c

Browse files
committed
chore: Move code into crd module
1 parent ca09bb0 commit 42d3c9c

File tree

22 files changed

+622
-580
lines changed

22 files changed

+622
-580
lines changed

crates/stackable-operator/src/cluster_resources.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ use crate::{
3333
client::{Client, GetApi},
3434
commons::{
3535
cluster_operation::ClusterOperation,
36-
listener::Listener,
3736
resources::{
3837
ComputeResource, ResourceRequirementsExt, ResourceRequirementsType,
3938
LIMIT_REQUEST_RATIO_CPU, LIMIT_REQUEST_RATIO_MEMORY,
4039
},
4140
},
41+
crd::listener::Listener,
4242
kvp::{
4343
consts::{K8S_APP_INSTANCE_KEY, K8S_APP_MANAGED_BY_KEY, K8S_APP_NAME_KEY},
4444
Label, LabelError, Labels,

crates/stackable-operator/src/commons/listener.rs

Lines changed: 0 additions & 288 deletions
This file was deleted.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
//! This module provides common datastructures or CRDs shared between all the operators
22
33
pub mod affinity;
4-
pub mod authentication;
54
pub mod cache;
65
pub mod cluster_operation;
7-
pub mod listener;
86
pub mod networking;
97
pub mod opa;
108
pub mod pdb;
119
pub mod product_image_selection;
1210
pub mod rbac;
1311
pub mod resources;
14-
pub mod s3;
1512
pub mod secret;
1613
pub mod secret_class;
1714
pub mod tls_verification;

0 commit comments

Comments
 (0)