UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

8 lines (5 loc) 242 B
// SPDX-License-Identifier: Apache-2.0 import {type IngressClass} from '../../../resources/ingress-class/ingress-class.js'; export class K8ClientIngressClass implements IngressClass { public constructor(public readonly name: string) {} }