k8ts
Version:
Powerful framework for building Kubernetes manifests in TypeScript.
26 lines • 925 B
TypeScript
import { Kind } from "@k8ts/instruments";
export declare namespace rbac {
const _: Kind.Group<"rbac.authorization.k8s.io">;
type _ = typeof _;
namespace v1 {
const _: Kind.Version<"rbac.authorization.k8s.io", "v1">;
type _ = typeof _;
namespace Role {
const _: Kind.Kind<"rbac.authorization.k8s.io", "v1", "Role">;
type _ = typeof _;
}
namespace ClusterRole {
const _: Kind.Kind<"rbac.authorization.k8s.io", "v1", "ClusterRole">;
type _ = typeof _;
}
namespace RoleBinding {
const _: Kind.Kind<"rbac.authorization.k8s.io", "v1", "RoleBinding">;
type _ = typeof _;
}
namespace ClusterRoleBinding {
const _: Kind.Kind<"rbac.authorization.k8s.io", "v1", "ClusterRoleBinding">;
type _ = typeof _;
}
}
}
//# sourceMappingURL=rbac.d.ts.map