Skip to content

Commit

Permalink
[AGENT] CMBC ogc support
Browse files Browse the repository at this point in the history
  • Loading branch information
rvql committed Sep 10, 2024
1 parent 51488c1 commit f5f2f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/src/platform/kubernetes/crd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pub mod opengauss {

#[derive(CustomResource, Clone, Debug, Serialize, Deserialize, JsonSchema)]
#[kube(
group = "opengauss.sig",
group = "opengauss.cmbc.com.cn",
version = "v1",
kind = "OpenGaussCluster",
namespaced
Expand Down
2 changes: 1 addition & 1 deletion agent/src/platform/kubernetes/resource_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ pub fn supported_resources() -> Vec<Resource> {
name: "opengaussclusters",
pb_name: "*v1.OpenGaussCluster",
group_versions: vec![GroupVersion {
group: "opengauss.sig",
group: "opengauss.cmbc.com.cn",
version: "v1",
}],
selected_gv: None,
Expand Down

0 comments on commit f5f2f22

Please sign in to comment.