@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
9 lines (8 loc) • 347 B
TypeScript
import { type ApiextensionsV1Api } from '@kubernetes/client-node';
import { type Crds } from '../../../resources/crd/crds.js';
export declare class K8ClientCrds implements Crds {
private readonly networkingApi;
private readonly logger;
constructor(networkingApi: ApiextensionsV1Api);
ifExists(crdName: string): Promise<boolean>;
}