Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRestConfig ¶
func GetRestConfig() (*restclient.Config, error)
Creates a rest config object that is used for other client calls.
Types ¶
type RESTClients ¶
type RESTClients struct {
AppsClient *appsv1client.AppsV1Client
BuildClient *buildv1client.BuildV1Client
CoreClient *corev1client.CoreV1Client
ImageClient *imagev1client.ImageV1Client
RouteClient *routev1client.RouteV1Client
TemplateClient *templatev1client.TemplateV1Client
ProjectClient *projectv1client.ProjectV1Client
}
func MakeRESTClients ¶
func MakeRESTClients(restconfig *restclient.Config) (*RESTClients, error)
Click to show internal directories.
Click to hide internal directories.