/** * Google Kubernetes Engine API * * The Google Kubernetes Engine API is used for building and managing container * based applications, powered by the open source Kubernetes technology. * * @example * const google = require('googleapis'); * const container = google.container('v1'); * * @namespace container * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Container */ declare function Container(options: any): void; export = Container;