Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MessageFailedToCreateKubernetesClient is the message to report if a kuberentes client cannot be created
MessageFailedToCreateKubernetesClient = "Failed to create Kubernetes client. Maybe you need to run `oc login`?. Error: %s"
)
Variables ¶
View Source
var ( // RootCmd is the root command for the whole program. RootCmd = &cobra.Command{ Use: "kansible", Short: "Orchestrate processes in the same way as you orchestrate Docker containers with Kubernetes", Long: `Kansible Kansible orchestrates processes in the same way as you orchestrate Docker containers with Kubernetes. Once you have created an Ansible playbook to install and configure your software you can use Kansible to create a Kubernetes Replication Controller to run, scale and manage the processes providing a universal view in Kubernetes of all your containers and processes along with common scaling, high availability, service discovery and load balancing. More help is here: https://github.com/fabric8io/kansible/blob/master/README.md `, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.