The `github.com/flynn/flynn/pkg/cluster/Client` package in Golang provides a client to interact with the Flynn cluster management system. It allows users to perform various operations such as creating and managing applications, scaling instances, deploying releases, and managing jobs within a Flynn cluster. The package provides a set of functions and methods that simplify the process of interacting with a Flynn cluster, making it easier for developers to build applications that utilize the Flynn infrastructure.
Golang Client - 20 examples found. These are the top rated real world Golang examples of github.com/flynn/flynn/pkg/cluster.Client extracted from open source projects. You can rate examples to help us improve the quality of examples.