Infrastructure :: Kubernetes

Provides default project configuration for Che projects

License

License

Categories

Categories

Kubernetes Container Virtualization Tools Net Eclipse Che Development Tools IDE CLI User Interface
GroupId

GroupId

org.eclipse.che.infrastructure
ArtifactId

ArtifactId

infrastructure-kubernetes
Last Version

Last Version

7.28.2
Release Date

Release Date

Type

Type

jar
Description

Description

Infrastructure :: Kubernetes
Provides default project configuration for Che projects
Project URL

Project URL

https://codenvy.com/infrastructure-kubernetes
Project Organization

Project Organization

Red Hat, Inc.

Download infrastructure-kubernetes

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.che.infrastructure/infrastructure-kubernetes/ -->
<dependency>
    <groupId>org.eclipse.che.infrastructure</groupId>
    <artifactId>infrastructure-kubernetes</artifactId>
    <version>7.28.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.infrastructure/infrastructure-kubernetes/
implementation 'org.eclipse.che.infrastructure:infrastructure-kubernetes:7.28.2'
// https://jarcasting.com/artifacts/org.eclipse.che.infrastructure/infrastructure-kubernetes/
implementation ("org.eclipse.che.infrastructure:infrastructure-kubernetes:7.28.2")
'org.eclipse.che.infrastructure:infrastructure-kubernetes:jar:7.28.2'
<dependency org="org.eclipse.che.infrastructure" name="infrastructure-kubernetes" rev="7.28.2">
  <artifact name="infrastructure-kubernetes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.infrastructure', module='infrastructure-kubernetes', version='7.28.2')
)
libraryDependencies += "org.eclipse.che.infrastructure" % "infrastructure-kubernetes" % "7.28.2"
[org.eclipse.che.infrastructure/infrastructure-kubernetes "7.28.2"]

Dependencies

compile (40)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.10.3
com.fasterxml.jackson.core : jackson-core jar 2.10.3
com.fasterxml.jackson.core : jackson-databind jar 2.10.5.1
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.10.3
com.google.code.findbugs : jsr305 jar 3.0.1
com.google.code.gson : gson jar 2.8.5
com.google.guava : guava jar 27.0.1-jre
com.google.inject : guice jar 4.2.2
com.google.inject.extensions : guice-assistedinject jar 4.2.2
com.google.inject.extensions : guice-persist jar 4.2.2
com.squareup.okhttp3 : logging-interceptor jar 3.12.6
com.squareup.okhttp3 : okhttp jar 3.12.6
com.squareup.okio : okio jar 1.15.0
io.fabric8 : kubernetes-client jar 4.9.0
io.fabric8 : kubernetes-model jar 4.9.0
io.opentracing : opentracing-api jar 0.33.0
io.swagger : swagger-annotations jar 1.5.9
javax.annotation : javax.annotation-api jar 1.2
javax.inject : javax.inject jar 1
javax.validation : validation-api jar 1.1.0.Final
javax.ws.rs : javax.ws.rs-api jar 2.0
org.eclipse.che.core : che-core-api-core jar 7.28.2
org.eclipse.che.core : che-core-api-dto jar 7.28.2
org.eclipse.che.core : che-core-api-model jar 7.28.2
org.eclipse.che.core : che-core-api-ssh jar 7.28.2
org.eclipse.che.core : che-core-api-ssh-shared jar 7.28.2
org.eclipse.che.core : che-core-api-system jar 7.28.2
org.eclipse.che.core : che-core-api-user jar 7.28.2
org.eclipse.che.core : che-core-api-workspace jar 7.28.2
org.eclipse.che.core : che-core-api-workspace-shared jar 7.28.2
org.eclipse.che.core : che-core-commons-annotations jar 7.28.2
org.eclipse.che.core : che-core-commons-inject jar 7.28.2
org.eclipse.che.core : che-core-commons-lang jar 7.28.2
org.eclipse.che.core : che-core-commons-observability jar 7.28.2
org.eclipse.che.core : che-core-commons-schedule jar 7.28.2
org.eclipse.che.core : che-core-commons-tracing jar 7.28.2
org.eclipse.che.core : che-core-db jar 7.28.2
org.eclipse.che.multiuser : che-multiuser-machine-authentication jar 7.28.2
org.eclipse.persistence : javax.persistence jar 2.2.0
org.slf4j : slf4j-api jar 1.7.24

test (16)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.1
com.h2database : h2 jar 1.4.196
com.jayway.restassured : rest-assured jar 2.4.0
io.fabric8 : kubernetes-server-mock jar 4.9.0
org.eclipse.che.core : che-core-api-account jar 7.28.2
org.eclipse.che.core : che-core-commons-test jar 7.28.2
org.eclipse.che.core : che-core-db-vendor-h2 jar 7.28.2
org.eclipse.che.core : che-core-sql-schema jar 7.28.2
org.eclipse.persistence : org.eclipse.persistence.core jar 2.7.5
org.eclipse.persistence : org.eclipse.persistence.jpa jar 2.7.5
org.everrest : everrest-assured jar 1.14.4
org.flywaydb : flyway-core jar 4.2.0
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 2.21.0
org.mockito : mockito-testng jar 0.1.1
org.testng : testng jar 7.0.0

Project Modules

There are no modules declared in this project.

Eclipse Che - Eclipse Next-Generation IDE

Next-generation container development platform, developer workspace server and cloud IDE

Eclipse License

Che is Kubernetes-native and places everything the developer needs into containers in Kube pods including dependencies, embedded containerized runtimes, a web IDE, and project code. This makes workspaces distributed, collaborative, and portable to run anywhere Kubernetes runs ... Read More

Eclipse Che


Visit website at: https://www.eclipse.org/che/ and documentation at: https://www.eclipse.org/che/docs


Getting Started

Here you can find links on how to get started with Eclipse Che:

Using Eclipse Che

Here you can find references to useful documentation and hands-on guides to learn how to get the most of Eclipse Che:

Feedback and Community

We love to hear from users and developers. Here are the various ways to get in touch with us:

Contributing

If you are interested in fixing issues and contributing directly to the code base:

Extending Eclipse Che

Roadmap

We maintain the Che roadmap in the open way. We welcome anyone to ask question and contribute to the roadmap by joining our community meetings.

CI

There are several GitHub Actions workflows implemented for this repository:

  • nightly - builds Maven artifacts, builds container images and pushes them to quay.io on a daily basis from the master branch.
  • release - builds Maven artifacts and container images. Images are public and pushed to quay.io. See RELEASE.md for more information about this workflow.

License

Che is open sourced under the Eclipse Public License 2.0.

org.eclipse.che.infrastructure

Eclipse Foundation

Versions

Version
7.28.2
7.28.0
7.27.2
7.27.1
7.27.0
7.26.2
7.26.1
7.26.0
7.25.2
7.25.1
7.25.0
7.24.2
7.24.1
7.24.0
7.23.2
7.23.1
7.23.0
7.22.2
7.22.1
7.22.0
7.21.2
7.21.1
7.21.0
7.20.1
7.20.0
7.19.2
7.19.1
7.19.0
7.18.2
7.18.1
7.18.0
7.17.2
7.17.1
7.17.0
7.16.2
7.16.1
7.16.0
7.15.2
7.15.1
7.15.0
7.14.3
7.14.2
7.14.1
7.14.0
7.13.2
7.13.1
7.13.0
7.12.2
7.12.1
7.12.0
7.11.0
7.10.0
7.9.3
7.9.2
7.9.1
7.9.0
7.8.0
7.7.1b
7.7.1
7.7.0
7.6.0
7.5.1
7.5.0
7.4.0
7.3.3
7.3.2
7.3.1
7.3.0
7.2.0
7.1.0
7.0.0
7.0.0-rc-4.0
7.0.0-rc-3.0
7.0.0-RC-2.0
7.0.0-RC-1.1
7.0.0-RC-1.0
7.0.0-beta-5.0
7.0.0-beta-4.0
7.0.0-beta-3.0
7.0.0-beta-2.0
7.0.0-beta-1.0
6.19.6
6.19.5
6.19.4
6.19.3
6.19.2
6.19.1
6.19.0
6.18.2
6.18.1
6.18.0
6.17.1
6.17.0
6.16.0
6.15.0
6.14.2
6.14.1
6.14.0
6.13.1
6.13.0
6.12.2
6.12.1
6.12.0
6.11.1
6.11.0
6.10.0