The `client.Client` is a package in the `github.com.deis.deis.client.controller.client` repository, written in Golang. It is a part of the Deis platform and provides a client library for interacting with the Deis controller. This client allows users to interface with the controller's API to perform various operations such as managing applications, creating and scaling processes, configuring environment variables, and deploying code. It provides a convenient and efficient way for developers to interact with the Deis controller programmatically, enabling a smoother deployment and management process.
Golang Client - 30 examples found. These are the top rated real world Golang examples of github.com/deis/deis/client/controller/client.Client extracted from open source projects. You can rate examples to help us improve the quality of examples.