Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0

---
name: Bug report
about: Create a bug report to help us improve Carbide
about: Create a bug report to help us improve NCX Infra Controller REST
title: "[BUG]"
labels: "? - Needs Triage, bug"
assignees: ''
Expand All @@ -23,10 +23,10 @@ A clear and concise description of what you expected to happen.

**Environment details (please complete the following information):**
- Environment location: [Bare-metal, Docker, Kubernetes]
- Method of Carbide install: [source]
- Method of NCX Infra Controller REST install: [source]

**Additional context**
Add any other context about the problem here.

-----
By submitting this issue, you agree to follow our [code of conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/bare-metal-manager-rest/blob/main/CONTRIBUTING.md).
By submitting this issue, you agree to follow our [code of conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CONTRIBUTING.md).
Comment on lines 31 to +32
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Normalize horizontal rule style to pass markdownlint.

Line 31 uses -----, which triggers MD035 in this file. Use --- for consistency with the rest of the document.

🛠️ Proposed fix
------
+---
 By submitting this issue, you agree to follow our [code of conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CONTRIBUTING.md).
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/ISSUE_TEMPLATE/bug_report.md around lines 31 - 32, Replace the
five-dash horizontal rule ("-----") in the ISSUE_TEMPLATE bug_report content
with the three-dash Markdown horizontal rule ("---") so the file conforms to
markdownlint rule MD035; locate the exact string "-----" in the template and
update it to "---" to match the rest of the document.

10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ body:
id: version
attributes:
label: Version
description: What version of Carbide are you running?
placeholder: "example: 23.02"
description: What version of NCX Infra Controller REST are you running?
placeholder: "example: 1.0.6"
validations:
required: true

Expand Down Expand Up @@ -74,9 +74,9 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow Carbide's Code of Conduct
- label: I agree to follow NCX Infra Controller's Code of Conduct
required: true
- label: I have searched the [open bugs](https://github.com/bare-metal-manager-rest/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and have found no duplicates for this bug report
- label: I have searched the [open bugs](https://github.com/NVIDIA/ncx-infra-controller-rest/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and have found no duplicates for this bug report
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ blank_issues_enabled: true
# link that below to have it show up in the 'Submit Issue' page
contact_links:
- name: Ask a Question
url: https://github.com/bare-metal-manager-rest/discussions
url: https://github.com/NVIDIA/ncx-infra-controller-rest/discussions
about: Please ask any questions here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ List any steps you have taken:


-----
By submitting this issue, you agree to follow our [code of conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/bare-metal-manager-rest/blob/main/CONTRIBUTING.md).
By submitting this issue, you agree to follow our [code of conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CONTRIBUTING.md).
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/documentation_request_correction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body:
id: correction_location
attributes:
label: Please provide a link or source to the relevant docs
placeholder: "ex: https://github.com/bare-metal-manager-rest/blob/main/README.md"
placeholder: "ex: https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/README.md"
validations:
required: true

Expand All @@ -62,9 +62,9 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow Carbide's Code of Conduct
- label: I agree to follow NCX Infra Controller's Code of Conduct
required: true
- label: I have searched the [open documentation issues](https://github.com/bare-metal-manager-rest/issues?q=is%3Aopen+is%3Aissue+label%3Adoc) and have found no duplicates for this bug report
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/ncx-infra-controller-rest/issues?q=is%3Aopen+is%3Aissue+label%3Adoc) and have found no duplicates for this documentation issue
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/documentation_request_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

name: Documentation - New Documentation Request
description: Request additions to Carbide documentation
description: Request additions to NCX Infra Controller REST documentation
title: "[DOC]: "
labels: ["doc"]

Expand Down Expand Up @@ -49,15 +49,15 @@ body:
attributes:
label: Where have you looked?
placeholder: |
https://github.com/bare-metal-manager-rest/blob/main/README.md
https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/README.md

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow Carbide's Code of Conduct
- label: I agree to follow NCX Infra Controller's Code of Conduct
required: true
- label: I have searched the project's documentation and have found no duplicates for this bug report
required: true
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ SPDX-License-Identifier: Apache-2.0

---
name: Feature request
about: Suggest an idea for Carbide
about: Suggest an idea for NCX Infra Controller REST
title: "[FEA]"
labels: "? - Needs Triage, feature request"
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I wish I could use Carbide to do [...]
A clear and concise description of what the problem is. Ex. I wish I could use NCX Infra Controller REST to do [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Expand All @@ -25,4 +25,4 @@ A clear and concise description of any alternative solutions or features you've
Add any other context, code examples, or references to existing implementations about the feature request here.

-----
By submitting this issue, you agree to follow our [code of conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/bare-metal-manager-rest/blob/main/CONTRIBUTING.md).
By submitting this issue, you agree to follow our [code of conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CONTRIBUTING.md).
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow Carbide's Code of Conduct
- label: I agree to follow NCX Infra Controller's Code of Conduct
required: true
- label: I have searched the [open feature requests](https://github.com/bare-metal-manager-rest/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22%2Cimprovement%2Cenhancement) and have found no duplicates for this feature request
- label: I have searched the [open feature requests](https://github.com/NVIDIA/ncx-infra-controller-rest/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22%2Cimprovement%2Cenhancement) and have found no duplicates for this feature request
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/submit-question.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0

---
name: Submit question
about: Ask a general question about Carbide
about: Ask a general question about NCX Infra Controller REST
title: "[QST]"
labels: "? - Needs Triage, question"
assignees: ''
Expand All @@ -16,4 +16,4 @@ assignees: ''


-----
By submitting this issue, you agree to follow our [code of conduct](https://github.com/bare-metal-manager-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/bare-metal-manager-rest/blob/main/CONTRIBUTING.md).
By submitting this issue, you agree to follow our [code of conduct](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CODE_OF_CONDUCT.md) and our [contributing guidelines](https://github.com/NVIDIA/ncx-infra-controller-rest/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [ ] **Chore** - Modification or removal of existing functionality (chore:)
- [ ] **Refactor** - Refactoring of existing functionality (refactor:)
- [ ] **Docs** - Changes in documentation or OpenAPI schema (docs:)
- [ ] **CI** - Changes in Github workflows. Requires additional scrutiny (ci:)
- [ ] **CI** - Changes in GitHub workflows. Requires additional scrutiny (ci:)
- [ ] **Version** - Issuing a new release version (version:)

## Services Affected
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0

## Overview

Define the code of conduct followed and enforced for NVIDIA Bare Metal Manager.
Define the code of conduct followed and enforced for NCX Infra Controller.

### Intended audience

Expand Down
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All
SPDX-License-Identifier: Apache-2.0
-->

# Contributing to NVIDIA Bare Metal Manager
# Contributing to NCX Infra Controller

Thank you for your interest in contributing to NVIDIA Bare Metal Manager! We welcome contributions from the community.
Thank you for your interest in contributing to NCX Infra Controller! We welcome contributions from the community.

## Table of Contents

Expand All @@ -16,7 +16,7 @@ Thank you for your interest in contributing to NVIDIA Bare Metal Manager! We wel

## Developer Certificate of Origin (DCO)

NVIDIA Bare Metal Manager requires the Developer Certificate of Origin (DCO) process to be followed for all contributions.
NCX Infra Controller requires the Developer Certificate of Origin (DCO) process to be followed for all contributions.

The DCO is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing. The full text of the DCO can be found at [developercertificate.org](https://developercertificate.org/):

Expand Down Expand Up @@ -105,27 +105,27 @@ All pull requests are automatically checked for DCO compliance via DCO bot. Pull

## Fork and Setup

Developers must first fork the upstream [NVIDIA Bare Metal Manager REST repository](https://github.com/NVIDIA/bare-metal-manager-rest).
Developers must first fork the upstream [NCX Infra Controller REST repository](https://github.com/NVIDIA/ncx-infra-controller-rest).

### 1. Fork the Repository

1. Navigate to the [NVIDIA Bare Metal Manager REST repository](https://github.com/NVIDIA/bare-metal-manager-rest) on GitHub.
1. Navigate to the [NCX Infra Controller REST repository](https://github.com/NVIDIA/ncx-infra-controller-rest) on GitHub.
2. Click the **Fork** button in the upper right corner.
3. Select your GitHub account as the destination.

### 2. Clone Your Fork

```bash
git clone https://github.com/<your-username>/bare-metal-manager-rest.git
cd carbide-rest
git clone https://github.com/<your-username>/ncx-infra-controller-rest.git
cd ncx-infra-controller-rest
```

### 3. Add Upstream Remote

Add the original repository as an upstream remote to keep your fork in sync:

```bash
git remote add upstream https://github.com/NVIDIA/bare-metal-manager-rest.git
git remote add upstream https://github.com/NVIDIA/ncx-infra-controller-rest.git
git remote -v # Verify remotes
```

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ carbide-proto:
@for file in carbide-core/rpc/proto/*.proto; do \
cp "$$file" "workflow-schema/site-agent/workflows/v1/$$(basename "$$file" .proto)_carbide.proto"; \
echo "Copied: $$file"; \
./workflow-schema/scripts/add-go-package-option.sh "workflow-schema/site-agent/workflows/v1/$$(basename "$$file" .proto)_carbide.proto" "github.com/nvidia/bare-metal-manager-rest/workflow-schema/proto"; \
./workflow-schema/scripts/add-go-package-option.sh "workflow-schema/site-agent/workflows/v1/$$(basename "$$file" .proto)_carbide.proto" "github.com/NVIDIA/ncx-infra-controller-rest/workflow-schema/proto"; \
done
rm -rf carbide-core

Expand All @@ -238,7 +238,7 @@ rla-proto:
for file in "$${RLA_DIR}"/proto/v1/*.proto; do \
cp "$$file" "workflow-schema/rla/proto/v1/"; \
echo "Copied: $$file"; \
./workflow-schema/scripts/add-go-package-option.sh "workflow-schema/rla/proto/v1/$$(basename "$$file")" "github.com/nvidia/bare-metal-manager-rest/workflow-schema/rla"; \
./workflow-schema/scripts/add-go-package-option.sh "workflow-schema/rla/proto/v1/$$(basename "$$file")" "github.com/NVIDIA/ncx-infra-controller-rest/workflow-schema/rla"; \
done

rla-protogen:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All
SPDX-License-Identifier: Apache-2.0
-->

# NVIDIA Bare Metal Manager REST API
# NCX Infra Controller REST API

A collection of microservices that comprise the management backend for NVIDIA Bare Metal Manager, exposed as a REST API.
A collection of microservices that comprise the management backend for NCX Infra Controller, exposed as a REST API.

In deployments, NVIDIA Bare Metal Manager REST requires [NVIDIA Bare Metal Manager Core](https://github.com/NVIDIA/bare-metal-manager-core) to function.
In deployments, NCX Infra Controller REST requires [NCX Infra Controller Core](https://github.com/NVIDIA/ncx-infra-controller-core) to function.

The REST layer can be deployed in the datacenter with Bare Metal Manager Core, or deployed anywhere in Cloud and allow Site Agent to connect from the datacenter. Multiple Bare Metal Manager Cores running in different datacenters can also connect to Bare Metal Manager REST through respective Site Agents.
The REST layer can be deployed in the datacenter with NCX Infra Controller Core, or deployed anywhere in Cloud and allow Site Agent to connect from the datacenter. Multiple NCX Infra Controller Cores running in different datacenters can also connect to NCX Infra Controller REST through respective Site Agents.

View latest OpenAPI schema on [Github pages](https://nvidia.github.io/bare-metal-manager-rest/).
View latest OpenAPI schema on [GitHub pages](https://nvidia.github.io/ncx-infra-controller-rest/).

## Prerequisites

Expand Down Expand Up @@ -49,7 +49,7 @@ This deploys the full stack via **Helm charts** (default). It:
3. Sets up infrastructure (PostgreSQL, Temporal, Keycloak, cert-manager, etc.)
4. Deploys app services via Helm umbrella chart
5. Bootstraps and deploys site-agent
6. Deploys a mock Bare Metal Manager Core
6. Deploys a mock NCX Infra Controller Core

To deploy via **Kustomize overlays** instead:

Expand Down Expand Up @@ -182,7 +182,7 @@ az acr login --name myregistry
2. Build and push:

```bash
REGISTRY=my-registry.example.com/bare-metal-manager-rest
REGISTRY=my-registry.example.com/ncx-infra-controller-rest
TAG=v1.0.0

make docker-build IMAGE_REGISTRY=$REGISTRY IMAGE_TAG=$TAG
Expand Down
10 changes: 5 additions & 5 deletions api/cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ import (

tClient "go.temporal.io/sdk/client"

cdb "github.com/nvidia/bare-metal-manager-rest/db/pkg/db"
cdb "github.com/NVIDIA/ncx-infra-controller-rest/db/pkg/db"

"github.com/nvidia/bare-metal-manager-rest/api/internal/config"
capis "github.com/nvidia/bare-metal-manager-rest/api/internal/server"
"github.com/NVIDIA/ncx-infra-controller-rest/api/internal/config"
capis "github.com/NVIDIA/ncx-infra-controller-rest/api/internal/server"

sc "github.com/nvidia/bare-metal-manager-rest/api/pkg/client/site"
sc "github.com/NVIDIA/ncx-infra-controller-rest/api/pkg/client/site"

// Imports for API doc generation
_ "github.com/nvidia/bare-metal-manager-rest/api/pkg/api/model"
_ "github.com/NVIDIA/ncx-infra-controller-rest/api/pkg/api/model"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions api/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
"sync"
"time"

cauth "github.com/nvidia/bare-metal-manager-rest/auth/pkg/config"
cconfig "github.com/nvidia/bare-metal-manager-rest/common/pkg/config"
cauth "github.com/NVIDIA/ncx-infra-controller-rest/auth/pkg/config"
cconfig "github.com/NVIDIA/ncx-infra-controller-rest/common/pkg/config"

"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
Expand Down
2 changes: 1 addition & 1 deletion api/internal/config/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"reflect"
"testing"

cconfig "github.com/nvidia/bare-metal-manager-rest/common/pkg/config"
cconfig "github.com/NVIDIA/ncx-infra-controller-rest/common/pkg/config"
)

func TestNewDBConfig(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion api/internal/config/temporal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

"github.com/stretchr/testify/assert"

cconfig "github.com/nvidia/bare-metal-manager-rest/common/pkg/config"
cconfig "github.com/NVIDIA/ncx-infra-controller-rest/common/pkg/config"
)

func TestNewTemporalConfig(t *testing.T) {
Expand Down
22 changes: 11 additions & 11 deletions api/internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import (
"strings"
"time"

handler "github.com/nvidia/bare-metal-manager-rest/auth/pkg/api"
handler "github.com/NVIDIA/ncx-infra-controller-rest/auth/pkg/api"

"github.com/nvidia/bare-metal-manager-rest/api/pkg/middleware"
cconfig "github.com/nvidia/bare-metal-manager-rest/common/pkg/config"
cerr "github.com/nvidia/bare-metal-manager-rest/common/pkg/util"
"github.com/NVIDIA/ncx-infra-controller-rest/api/pkg/middleware"
cconfig "github.com/NVIDIA/ncx-infra-controller-rest/common/pkg/config"
cerr "github.com/NVIDIA/ncx-infra-controller-rest/common/pkg/util"

"github.com/getsentry/sentry-go"
sentryZerolog "github.com/getsentry/sentry-go/zerolog"
Expand All @@ -44,22 +44,22 @@ import (
tsdkClient "go.temporal.io/sdk/client"
tsdkConverter "go.temporal.io/sdk/converter"

cdb "github.com/nvidia/bare-metal-manager-rest/db/pkg/db"
cdb "github.com/NVIDIA/ncx-infra-controller-rest/db/pkg/db"

"github.com/nvidia/bare-metal-manager-rest/api/internal/config"
"github.com/nvidia/bare-metal-manager-rest/api/pkg/api"
"github.com/nvidia/bare-metal-manager-rest/common/pkg/otelecho"
"github.com/NVIDIA/ncx-infra-controller-rest/api/internal/config"
"github.com/NVIDIA/ncx-infra-controller-rest/api/pkg/api"
"github.com/NVIDIA/ncx-infra-controller-rest/common/pkg/otelecho"

sc "github.com/nvidia/bare-metal-manager-rest/api/pkg/client/site"
authn "github.com/nvidia/bare-metal-manager-rest/auth/pkg/authentication"
sc "github.com/NVIDIA/ncx-infra-controller-rest/api/pkg/client/site"
authn "github.com/NVIDIA/ncx-infra-controller-rest/auth/pkg/authentication"
otprop "go.opentelemetry.io/contrib/propagators/ot"
"go.opentelemetry.io/otel"
"go.temporal.io/sdk/contrib/opentelemetry"
"go.temporal.io/sdk/interceptor"
"golang.org/x/time/rate"

// Imports for API doc generation
_ "github.com/nvidia/bare-metal-manager-rest/api/pkg/api/model"
_ "github.com/NVIDIA/ncx-infra-controller-rest/api/pkg/api/model"
)

func InitTemporalClients(tcfg *cconfig.TemporalConfig, tracingEnabled bool) (tsdkClient.Client, tsdkClient.NamespaceClient, error) {
Expand Down
Loading
Loading