UNPKG

@pulumiverse/harbor

Version:

A Pulumi package for creating and managing Harbor resources.

91 lines (90 loc) 6.87 kB
export { ConfigAuthArgs, ConfigAuthState } from "./configAuth"; export type ConfigAuth = import("./configAuth").ConfigAuth; export declare const ConfigAuth: typeof import("./configAuth").ConfigAuth; export { ConfigSecurityArgs, ConfigSecurityState } from "./configSecurity"; export type ConfigSecurity = import("./configSecurity").ConfigSecurity; export declare const ConfigSecurity: typeof import("./configSecurity").ConfigSecurity; export { ConfigSystemArgs, ConfigSystemState } from "./configSystem"; export type ConfigSystem = import("./configSystem").ConfigSystem; export declare const ConfigSystem: typeof import("./configSystem").ConfigSystem; export { GarbageCollectionArgs, GarbageCollectionState } from "./garbageCollection"; export type GarbageCollection = import("./garbageCollection").GarbageCollection; export declare const GarbageCollection: typeof import("./garbageCollection").GarbageCollection; export { GetGroupsArgs, GetGroupsResult, GetGroupsOutputArgs } from "./getGroups"; export declare const getGroups: typeof import("./getGroups").getGroups; export declare const getGroupsOutput: typeof import("./getGroups").getGroupsOutput; export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject"; export declare const getProject: typeof import("./getProject").getProject; export declare const getProjectOutput: typeof import("./getProject").getProjectOutput; export { GetProjectMemberGroupsArgs, GetProjectMemberGroupsResult, GetProjectMemberGroupsOutputArgs } from "./getProjectMemberGroups"; export declare const getProjectMemberGroups: typeof import("./getProjectMemberGroups").getProjectMemberGroups; export declare const getProjectMemberGroupsOutput: typeof import("./getProjectMemberGroups").getProjectMemberGroupsOutput; export { GetProjectMemberUsersArgs, GetProjectMemberUsersResult, GetProjectMemberUsersOutputArgs } from "./getProjectMemberUsers"; export declare const getProjectMemberUsers: typeof import("./getProjectMemberUsers").getProjectMemberUsers; export declare const getProjectMemberUsersOutput: typeof import("./getProjectMemberUsers").getProjectMemberUsersOutput; export { GetProjectsArgs, GetProjectsResult, GetProjectsOutputArgs } from "./getProjects"; export declare const getProjects: typeof import("./getProjects").getProjects; export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput; export { GetRegistryArgs, GetRegistryResult, GetRegistryOutputArgs } from "./getRegistry"; export declare const getRegistry: typeof import("./getRegistry").getRegistry; export declare const getRegistryOutput: typeof import("./getRegistry").getRegistryOutput; export { GetRobotAccountsArgs, GetRobotAccountsResult, GetRobotAccountsOutputArgs } from "./getRobotAccounts"; export declare const getRobotAccounts: typeof import("./getRobotAccounts").getRobotAccounts; export declare const getRobotAccountsOutput: typeof import("./getRobotAccounts").getRobotAccountsOutput; export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers"; export declare const getUsers: typeof import("./getUsers").getUsers; export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput; export { GroupArgs, GroupState } from "./group"; export type Group = import("./group").Group; export declare const Group: typeof import("./group").Group; export { ImmutableTagRuleArgs, ImmutableTagRuleState } from "./immutableTagRule"; export type ImmutableTagRule = import("./immutableTagRule").ImmutableTagRule; export declare const ImmutableTagRule: typeof import("./immutableTagRule").ImmutableTagRule; export { InterrogationServicesArgs, InterrogationServicesState } from "./interrogationServices"; export type InterrogationServices = import("./interrogationServices").InterrogationServices; export declare const InterrogationServices: typeof import("./interrogationServices").InterrogationServices; export { LabelArgs, LabelState } from "./label"; export type Label = import("./label").Label; export declare const Label: typeof import("./label").Label; export { PreheatInstanceArgs, PreheatInstanceState } from "./preheatInstance"; export type PreheatInstance = import("./preheatInstance").PreheatInstance; export declare const PreheatInstance: typeof import("./preheatInstance").PreheatInstance; export { ProjectArgs, ProjectState } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { ProjectMemberGroupArgs, ProjectMemberGroupState } from "./projectMemberGroup"; export type ProjectMemberGroup = import("./projectMemberGroup").ProjectMemberGroup; export declare const ProjectMemberGroup: typeof import("./projectMemberGroup").ProjectMemberGroup; export { ProjectMemberUserArgs, ProjectMemberUserState } from "./projectMemberUser"; export type ProjectMemberUser = import("./projectMemberUser").ProjectMemberUser; export declare const ProjectMemberUser: typeof import("./projectMemberUser").ProjectMemberUser; export { ProjectWebhookArgs, ProjectWebhookState } from "./projectWebhook"; export type ProjectWebhook = import("./projectWebhook").ProjectWebhook; export declare const ProjectWebhook: typeof import("./projectWebhook").ProjectWebhook; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export { PurgeAuditLogArgs, PurgeAuditLogState } from "./purgeAuditLog"; export type PurgeAuditLog = import("./purgeAuditLog").PurgeAuditLog; export declare const PurgeAuditLog: typeof import("./purgeAuditLog").PurgeAuditLog; export { RegistryArgs, RegistryState } from "./registry"; export type Registry = import("./registry").Registry; export declare const Registry: typeof import("./registry").Registry; export { ReplicationArgs, ReplicationState } from "./replication"; export type Replication = import("./replication").Replication; export declare const Replication: typeof import("./replication").Replication; export { RetentionPolicyArgs, RetentionPolicyState } from "./retentionPolicy"; export type RetentionPolicy = import("./retentionPolicy").RetentionPolicy; export declare const RetentionPolicy: typeof import("./retentionPolicy").RetentionPolicy; export { RobotAccountArgs, RobotAccountState } from "./robotAccount"; export type RobotAccount = import("./robotAccount").RobotAccount; export declare const RobotAccount: typeof import("./robotAccount").RobotAccount; export { TasksArgs, TasksState } from "./tasks"; export type Tasks = import("./tasks").Tasks; export declare const Tasks: typeof import("./tasks").Tasks; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; import * as config from "./config"; import * as types from "./types"; export { config, types, };