Tabnine Logo
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.kubernetes.v2
Code IndexAdd Tabnine to your IDE (free)

How to use com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.kubernetes.v2

Best Java code snippets using com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.kubernetes.v2 (Showing top 20 results out of 315)

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

public KubernetesV2Service getService(SpinnakerService.Type type) {
 return getService(type, Object.class);
}
origin: spinnaker/halyard

public boolean exists(String manifest) {
 Map<String, Object> parsedManifest = KubernetesV2Utils.parseManifest(manifest);
 String kind = (String) parsedManifest.get("kind");
 Map<String, Object> metadata = (Map<String, Object>) parsedManifest.getOrDefault("metadata", new HashMap<>());
 String name = (String) metadata.get("name");
 String namespace = (String) metadata.get("namespace");
 return exists(namespace, kind, name);
}
origin: spinnaker/halyard

default String makeValidLabel(String value) {
 value = value.replaceAll("[^A-Za-z0-9-_.]", "");
 while (!value.isEmpty() && !characterAlphanumeric(value, 0)) {
  value = value.substring(1);
 }
 while (!value.isEmpty() && !characterAlphanumeric(value, value.length() - 1)) {
  value = value.substring(0, value.length() - 1);
 }
 return value;
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public List<Profile> getProfiles(DeploymentConfiguration deploymentConfiguration, SpinnakerRuntimeSettings endpoints) {
 List<Profile> profiles = super.getProfiles(deploymentConfiguration, endpoints);
 String filename = "clouddriver-caching.yml";
 String path = Paths.get(getConfigOutputPath(), filename).toString();
 profiles.add(getClouddriverProfileFactory().getProfile(filename, path, deploymentConfiguration, endpoints));
 return profiles;
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

 @Override
 public List<Profile> getProfiles(DeploymentConfiguration deploymentConfiguration, SpinnakerRuntimeSettings endpoints) {
  List<Profile> profiles = super.getProfiles(deploymentConfiguration, endpoints);

  String filename = "echo-scheduler.yml";
  String path = Paths.get(getConfigOutputPath(), filename).toString();
  profiles.add(getEchoProfileFactory().getProfile(filename, path, deploymentConfiguration, endpoints));

  return profiles;
 }
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

 @Override
 public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
  return new Settings(getActiveSpringProfiles(deploymentConfiguration));
 }
}
origin: spinnaker/halyard

 @Override
 public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
  return new Settings(getActiveSpringProfiles(deploymentConfiguration));
 }
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: spinnaker/halyard

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

default String buildAddress(String namespace) {
 return Strings.join(".", getServiceName(), namespace);
}
origin: spinnaker/halyard

public KubernetesV2Service getService(SpinnakerService.Type type) {
 return getService(type, Object.class);
}
origin: spinnaker/halyard

 @Override
 public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
  return new Settings(getActiveSpringProfiles(deploymentConfiguration));
 }
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

 @Override
 public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
  return new Settings(getActiveSpringProfiles(deploymentConfiguration));
 }
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

default String makeValidLabel(String value) {
 value = value.replaceAll("[^A-Za-z0-9-_.]", "");
 while (!value.isEmpty() && !characterAlphanumeric(value, 0)) {
  value = value.substring(1);
 }
 while (!value.isEmpty() && !characterAlphanumeric(value, value.length() - 1)) {
  value = value.substring(0, value.length() - 1);
 }
 return value;
}
origin: spinnaker/halyard

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: spinnaker/halyard

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: spinnaker/halyard

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public ServiceSettings defaultServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings(getActiveSpringProfiles(deploymentConfiguration));
}
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.distributed.kubernetes.v2

Most used classes

  • KubectlServiceProvider
  • KubernetesV2ClouddriverCachingService
  • KubernetesV2ClouddriverRoDeckService
  • KubernetesV2ClouddriverRoService
  • KubernetesV2ClouddriverRwService
  • KubernetesV2DeckService,
  • KubernetesV2EchoSchedulerService,
  • KubernetesV2EchoService,
  • KubernetesV2EchoWorkerService,
  • KubernetesV2FiatService,
  • KubernetesV2Front50Service,
  • KubernetesV2GateService,
  • KubernetesV2IgorService,
  • KubernetesV2KayentaService,
  • KubernetesV2OrcaService,
  • KubernetesV2RoscoService,
  • KubernetesV2Service,
  • KubernetesV2Utils$SecretMountPair,
  • KubernetesV2Utils
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