Tabnine Logo
GoogleFiatService
Code IndexAdd Tabnine to your IDE (free)

How to use
GoogleFiatService
in
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.google

Best Java code snippets using com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.google.GoogleFiatService (Showing top 4 results out of 315)

origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public List<SidecarService> getSidecars(SpinnakerRuntimeSettings runtimeSettings) {
 List<SidecarService> result = GoogleDistributedService.super.getSidecars(runtimeSettings);
 result.add(getConsulClientService());
 result.add(getVaultClientService());
 return result;
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

 @Override
 public Settings buildServiceSettings(DeploymentConfiguration deploymentConfiguration) {
  Settings settings = new Settings();
  settings.setArtifactId(getArtifactId(deploymentConfiguration.getName()))
    .setAddress(buildAddress())
    .setLocation("us-central1-f")
    .setEnabled(deploymentConfiguration.getSecurity().getAuthz().isEnabled());
  return settings;
 }
}
origin: spinnaker/halyard

 @Override
 public Settings buildServiceSettings(DeploymentConfiguration deploymentConfiguration) {
  Settings settings = new Settings();
  settings.setArtifactId(getArtifactId(deploymentConfiguration.getName()))
    .setAddress(buildAddress())
    .setLocation("us-central1-f")
    .setEnabled(deploymentConfiguration.getSecurity().getAuthz().isEnabled());
  return settings;
 }
}
origin: spinnaker/halyard

@Override
public List<SidecarService> getSidecars(SpinnakerRuntimeSettings runtimeSettings) {
 List<SidecarService> result = GoogleDistributedService.super.getSidecars(runtimeSettings);
 result.add(getConsulClientService());
 result.add(getVaultClientService());
 return result;
}
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.googleGoogleFiatService

Most used methods

  • buildAddress
  • getArtifactId
  • getConsulClientService
  • getVaultClientService

Popular in Java

  • Reading from database using SQL prepared statement
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSharedPreferences (Context)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JTextField (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now