UNPKG

@hashgraph/solo

Version:

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

13 lines (12 loc) 202 B
/** * SPDX-License-Identifier: Apache-2.0 */ /** * IngressClass represents a Kubernetes IngressClass. */ export interface IngressClass { /** * Name of the IngressClass. */ name: string; }