Tabnine Logo
KayentaProfileFactory$KayentaConfigWrapper$KayentaConfig$DatadogConfig
Code IndexAdd Tabnine to your IDE (free)

How to use
KayentaProfileFactory$KayentaConfigWrapper$KayentaConfig$DatadogConfig
in
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile

Best Java code snippets using com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile.KayentaProfileFactory$KayentaConfigWrapper$KayentaConfig$DatadogConfig (Showing top 2 results out of 315)

origin: spinnaker/halyard

KayentaConfig(Canary canary) {
 for (AbstractCanaryServiceIntegration svc : canary.getServiceIntegrations()) {
  if (svc instanceof GoogleCanaryServiceIntegration) {
   GoogleCanaryServiceIntegration googleSvc = (GoogleCanaryServiceIntegration)svc;
   google = new GoogleConfig(googleSvc);
   stackdriver = new StackdriverConfig(googleSvc);
   gcs = new GcsConfig(googleSvc);
  } else if (svc instanceof PrometheusCanaryServiceIntegration) {
   PrometheusCanaryServiceIntegration prometheusSvc = (PrometheusCanaryServiceIntegration)svc;
   prometheus = new PrometheusConfig(prometheusSvc);
  } else if (svc instanceof DatadogCanaryServiceIntegration) {
   DatadogCanaryServiceIntegration datadogSvc = (DatadogCanaryServiceIntegration)svc;
   datadog = new DatadogConfig(datadogSvc);
  } else if (svc instanceof AwsCanaryServiceIntegration) {
   AwsCanaryServiceIntegration awsSvc = (AwsCanaryServiceIntegration)svc;
   aws = new AwsConfig(awsSvc);
   s3 = new S3Config(awsSvc);
  } else if (svc instanceof SignalfxCanaryServiceIntegration) {
   SignalfxCanaryServiceIntegration signalfxSvc = (SignalfxCanaryServiceIntegration)svc;
   signalfx = new SignalFxConfig(signalfxSvc);
  }
 }
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

KayentaConfig(Canary canary) {
 for (AbstractCanaryServiceIntegration svc : canary.getServiceIntegrations()) {
  if (svc instanceof GoogleCanaryServiceIntegration) {
   GoogleCanaryServiceIntegration googleSvc = (GoogleCanaryServiceIntegration)svc;
   google = new GoogleConfig(googleSvc);
   stackdriver = new StackdriverConfig(googleSvc);
   gcs = new GcsConfig(googleSvc);
  } else if (svc instanceof PrometheusCanaryServiceIntegration) {
   PrometheusCanaryServiceIntegration prometheusSvc = (PrometheusCanaryServiceIntegration)svc;
   prometheus = new PrometheusConfig(prometheusSvc);
  } else if (svc instanceof DatadogCanaryServiceIntegration) {
   DatadogCanaryServiceIntegration datadogSvc = (DatadogCanaryServiceIntegration)svc;
   datadog = new DatadogConfig(datadogSvc);
  } else if (svc instanceof AwsCanaryServiceIntegration) {
   AwsCanaryServiceIntegration awsSvc = (AwsCanaryServiceIntegration)svc;
   aws = new AwsConfig(awsSvc);
   s3 = new S3Config(awsSvc);
  } else if (svc instanceof SignalfxCanaryServiceIntegration) {
   SignalfxCanaryServiceIntegration signalfxSvc = (SignalfxCanaryServiceIntegration)svc;
   signalfx = new SignalFxConfig(signalfxSvc);
  }
 }
}
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profileKayentaProfileFactory$KayentaConfigWrapper$KayentaConfig$DatadogConfig

Most used methods

  • <init>

Popular in Java

  • Reactive rest calls using spring rest template
  • putExtra (Intent)
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • Kernel (java.awt.image)
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JLabel (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top PhpStorm plugins
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