fix/ingress #145

Merged
johnride merged 7 commits from fix/ingress into master 2025-09-09 18:25:53 +00:00
Owner
No description provided.
johnride added 7 commits 2025-09-09 18:23:26 +00:00
johnride reviewed 2025-09-09 18:23:52 +00:00
@ -201,0 +208,4 @@
kind: "IngressController".into(),
};
let ic = client
.get_resource_json_value("default", Some("openshift-ingress-operator"), &gvk)
Author
Owner

Should checkc the clusteroperator crd status.

Should checkc the clusteroperator crd status.
johnride reviewed 2025-09-09 18:24:59 +00:00
@ -553,0 +575,4 @@
#[async_trait]
impl Ingress for K8sAnywhereTopology {
//TODO this is specifically for openshift/okd which violates the k8sanywhere idea
Author
Owner

Implement correctly various k8s implementations

Implement correctly various k8s implementations
johnride merged commit c5101e096a into master 2025-09-09 18:25:53 +00:00
johnride deleted branch fix/ingress 2025-09-09 18:25:54 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#145
No description provided.