# Functions
CheckEndpointReady checks that the kubernetes endpoint is ready Credits: https://github.com/kubernetes/minikube/blob/v0.9.0/cmd/minikube/cmd/service.go#L101.
CheckExternalService waits for the specified service to be ready by returning an error until the service is up The check is done by polling the endpoint associated with the service and when the endpoint exists, returning no error->service-online Credits: https://github.com/kubernetes/minikube/blob/v0.9.0/cmd/minikube/cmd/service.go#L89.
CheckService waits for the specified service to be ready by returning an error until the service is up The check is done by polling the endpoint associated with the service and when the endpoint exists, returning no error->service-online Credits: https://github.com/kubernetes/minikube/blob/v0.9.0/cmd/minikube/cmd/service.go#L89.
CheckServiceExists waits for the specified service to have an external URL.
FindServiceURL returns the external service URL waiting a little bit for it to show up.
GetDefaultFabric8Deployment create new instance of Fabric8Deployment.
GetServiceOrRouteURL returns the external service URL or the route URL returns the empty string if it cannot be found.
GetServiceURL returns the external service URL or returns the empty string if it cannot be found.
HasExternalIP checks if a service has an external ip address.
NewCmdBddEnv generates the environment variables for a BDD test on a cluster.
No description provided by the author
No description provided by the author
No description provided by the author
NewCmdCleanUpApps deletes all the tenant apps.
NewCmdCleanUpContentRepository delete files in the tenants content repository.
NewCmdCleanUpJenkins delete files in the tenants content repository.
NewCmdCleanUpMavenLocalRepo delete files in the tenants content repository.
NewCmdCleanUp delete all fabric8 apps, environments and configurations.
NewCmdCleanUpTenant delete files in the tenants content repository.
No description provided by the author
NewCmdConsole Open the fabric8 console.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCmdDeleteCluster deletes the current local cluster.
NewCmdDeleteEnviron is a command to delete an environ using: gofabric8 delete environ abcd.
No description provided by the author
NewCmdDockerEnv sets the current.
NewCmdE2eConsole generates the environment variables for an E2E test on a cluster.
NewCmdE2eEnv generates the environment variables for an E2E test on a cluster.
NewCmdE2ESecret creates/updates a Secret for running E2E tests.
NewCmdE2ETest performs an end to end test in the current cluster in a local pod.
NewCmdErasePVC Erase PVC https://github.com/fabric8io/gofabric8/issues/598.
No description provided by the author
No description provided by the author
No description provided by the author
NewCmdInstall installs the dependencies to run the fabric8 microservices platform.
NewCmdIP returns the IP for the cluster gofabric8 is connected to.
NewCmdLog tails the log of the newest pod for a Deployment or DeploymentConfig.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCmdService looks up the external service address and opens the URL Credits: https://github.com/kubernetes/minikube/blob/v0.9.0/cmd/minikube/cmd/service.go.
NewCmdStart starts a local cloud environment.
NewCmdStatus stops the current local cluster.
NewCmdStop stops the current local cluster.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCmdTest performs a test pipeline to check an installation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WaitForExternalIPAddress will wait for loadbalancers to update the service and return it's external ip address.
WaitForService waits for a service and its endpoint to be ready.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Fabric8Deployment structure to work with the fabric8 deploy command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author