congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ContainerAccount.makeBootstrappingAccount
Code IndexAdd Tabnine to your IDE (free)

How to use
makeBootstrappingAccount
method
in
com.netflix.spinnaker.halyard.config.model.v1.providers.containers.ContainerAccount

Best Java code snippets using com.netflix.spinnaker.halyard.config.model.v1.providers.containers.ContainerAccount.makeBootstrappingAccount (Showing top 2 results out of 315)

origin: spinnaker/halyard

@Override
public void makeBootstrappingAccount(ArtifactSourcesConfig artifactSourcesConfig) {
 super.makeBootstrappingAccount(artifactSourcesConfig);
 DeploymentConfiguration deploymentConfiguration = parentOfType(DeploymentConfiguration.class);
 String location = StringUtils.isEmpty(deploymentConfiguration.getDeploymentEnvironment().getLocation()) ? "spinnaker" : deploymentConfiguration.getDeploymentEnvironment().getLocation();
 // These changes are only surfaced in the account used by the bootstrapping clouddriver,
 // the user's clouddriver will be unchanged.
 if (!namespaces.isEmpty() && !namespaces.contains(location)) {
  namespaces.add(location);
 }
 if (!omitNamespaces.isEmpty() && omitNamespaces.contains(location)) {
  omitNamespaces.remove(location);
 }
}
origin: com.netflix.spinnaker.halyard/halyard-config

@Override
public void makeBootstrappingAccount(ArtifactSourcesConfig artifactSourcesConfig) {
 super.makeBootstrappingAccount(artifactSourcesConfig);
 DeploymentConfiguration deploymentConfiguration = parentOfType(DeploymentConfiguration.class);
 String location = StringUtils.isEmpty(deploymentConfiguration.getDeploymentEnvironment().getLocation()) ? "spinnaker" : deploymentConfiguration.getDeploymentEnvironment().getLocation();
 // These changes are only surfaced in the account used by the bootstrapping clouddriver,
 // the user's clouddriver will be unchanged.
 if (!namespaces.isEmpty() && !namespaces.contains(location)) {
  namespaces.add(location);
 }
 if (!omitNamespaces.isEmpty() && omitNamespaces.contains(location)) {
  omitNamespaces.remove(location);
 }
}
com.netflix.spinnaker.halyard.config.model.v1.providers.containersContainerAccountmakeBootstrappingAccount

Popular methods of ContainerAccount

  • getDockerRegistries

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • getApplicationContext (Context)
  • addToBackStack (FragmentTransaction)
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • JFrame (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • From CI to AI: The AI layer in your organization
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