@pulumi/kubernetes
Version:
[](https://github.com/pulumi/pulumi-kubernetes/actions) [](https://slack.pulumi.com) [ • 1.88 kB
TypeScript
export { ClusterCIDRArgs } from "./clusterCIDR";
export type ClusterCIDR = import("./clusterCIDR").ClusterCIDR;
export declare const ClusterCIDR: typeof import("./clusterCIDR").ClusterCIDR;
export { ClusterCIDRListArgs } from "./clusterCIDRList";
export type ClusterCIDRList = import("./clusterCIDRList").ClusterCIDRList;
export declare const ClusterCIDRList: typeof import("./clusterCIDRList").ClusterCIDRList;
export { ClusterCIDRPatchArgs } from "./clusterCIDRPatch";
export type ClusterCIDRPatch = import("./clusterCIDRPatch").ClusterCIDRPatch;
export declare const ClusterCIDRPatch: typeof import("./clusterCIDRPatch").ClusterCIDRPatch;
export { IPAddressArgs } from "./ipaddress";
export type IPAddress = import("./ipaddress").IPAddress;
export declare const IPAddress: typeof import("./ipaddress").IPAddress;
export { IPAddressListArgs } from "./ipaddressList";
export type IPAddressList = import("./ipaddressList").IPAddressList;
export declare const IPAddressList: typeof import("./ipaddressList").IPAddressList;
export { IPAddressPatchArgs } from "./ipaddressPatch";
export type IPAddressPatch = import("./ipaddressPatch").IPAddressPatch;
export declare const IPAddressPatch: typeof import("./ipaddressPatch").IPAddressPatch;
export { ServiceCIDRArgs } from "./serviceCIDR";
export type ServiceCIDR = import("./serviceCIDR").ServiceCIDR;
export declare const ServiceCIDR: typeof import("./serviceCIDR").ServiceCIDR;
export { ServiceCIDRListArgs } from "./serviceCIDRList";
export type ServiceCIDRList = import("./serviceCIDRList").ServiceCIDRList;
export declare const ServiceCIDRList: typeof import("./serviceCIDRList").ServiceCIDRList;
export { ServiceCIDRPatchArgs } from "./serviceCIDRPatch";
export type ServiceCIDRPatch = import("./serviceCIDRPatch").ServiceCIDRPatch;
export declare const ServiceCIDRPatch: typeof import("./serviceCIDRPatch").ServiceCIDRPatch;