Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created August 25, 2015 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iocanel/df7197b96d17e87bbb5b to your computer and use it in GitHub Desktop.
Save iocanel/df7197b96d17e87bbb5b to your computer and use it in GitHub Desktop.
Openshift client with custom config
//Openshift client with custom config
OpenshiftConfig config = new OpenshiftConfigBuilder()
.withMasterUrl(url)
.withOpenShiftUrl(openshiftUrl)
.withTrustCerts(true)
.build();
OpenshiftClient client = new DefaultOpenshiftClient(config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment