UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

38 lines (37 loc) 3.5 kB
export { GetMachinePoolArgs, GetMachinePoolResult, GetMachinePoolOutputArgs } from "./getMachinePool"; export declare const getMachinePool: typeof import("./getMachinePool").getMachinePool; export declare const getMachinePoolOutput: typeof import("./getMachinePool").getMachinePoolOutput; export { GetOpenShiftClusterArgs, GetOpenShiftClusterResult, GetOpenShiftClusterOutputArgs } from "./getOpenShiftCluster"; export declare const getOpenShiftCluster: typeof import("./getOpenShiftCluster").getOpenShiftCluster; export declare const getOpenShiftClusterOutput: typeof import("./getOpenShiftCluster").getOpenShiftClusterOutput; export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret"; export declare const getSecret: typeof import("./getSecret").getSecret; export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput; export { GetSyncIdentityProviderArgs, GetSyncIdentityProviderResult, GetSyncIdentityProviderOutputArgs } from "./getSyncIdentityProvider"; export declare const getSyncIdentityProvider: typeof import("./getSyncIdentityProvider").getSyncIdentityProvider; export declare const getSyncIdentityProviderOutput: typeof import("./getSyncIdentityProvider").getSyncIdentityProviderOutput; export { GetSyncSetArgs, GetSyncSetResult, GetSyncSetOutputArgs } from "./getSyncSet"; export declare const getSyncSet: typeof import("./getSyncSet").getSyncSet; export declare const getSyncSetOutput: typeof import("./getSyncSet").getSyncSetOutput; export { ListOpenShiftClusterAdminCredentialsArgs, ListOpenShiftClusterAdminCredentialsResult, ListOpenShiftClusterAdminCredentialsOutputArgs } from "./listOpenShiftClusterAdminCredentials"; export declare const listOpenShiftClusterAdminCredentials: typeof import("./listOpenShiftClusterAdminCredentials").listOpenShiftClusterAdminCredentials; export declare const listOpenShiftClusterAdminCredentialsOutput: typeof import("./listOpenShiftClusterAdminCredentials").listOpenShiftClusterAdminCredentialsOutput; export { ListOpenShiftClusterCredentialsArgs, ListOpenShiftClusterCredentialsResult, ListOpenShiftClusterCredentialsOutputArgs } from "./listOpenShiftClusterCredentials"; export declare const listOpenShiftClusterCredentials: typeof import("./listOpenShiftClusterCredentials").listOpenShiftClusterCredentials; export declare const listOpenShiftClusterCredentialsOutput: typeof import("./listOpenShiftClusterCredentials").listOpenShiftClusterCredentialsOutput; export { MachinePoolArgs } from "./machinePool"; export type MachinePool = import("./machinePool").MachinePool; export declare const MachinePool: typeof import("./machinePool").MachinePool; export { OpenShiftClusterArgs } from "./openShiftCluster"; export type OpenShiftCluster = import("./openShiftCluster").OpenShiftCluster; export declare const OpenShiftCluster: typeof import("./openShiftCluster").OpenShiftCluster; export { SecretArgs } from "./secret"; export type Secret = import("./secret").Secret; export declare const Secret: typeof import("./secret").Secret; export { SyncIdentityProviderArgs } from "./syncIdentityProvider"; export type SyncIdentityProvider = import("./syncIdentityProvider").SyncIdentityProvider; export declare const SyncIdentityProvider: typeof import("./syncIdentityProvider").SyncIdentityProvider; export { SyncSetArgs } from "./syncSet"; export type SyncSet = import("./syncSet").SyncSet; export declare const SyncSet: typeof import("./syncSet").SyncSet; export * from "../types/enums/redhatopenshift";