| License |
License |
|---|---|
| GroupId | GroupIdio.fabric8 |
| ArtifactId | ArtifactIdgitcontroller |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionGit Controller
Perform rolling upgrades of Kubernetes Deployments following a new git repository revision
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gitcontroller-1.0.0.pom | |
| gitcontroller-1.0.0.jar | 4 KB |
| gitcontroller-1.0.0-kubernetes.yml | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/gitcontroller/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>gitcontroller</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/gitcontroller/
implementation 'io.fabric8:gitcontroller:1.0.0'
// https://jarcasting.com/artifacts/io.fabric8/gitcontroller/
implementation ("io.fabric8:gitcontroller:1.0.0")
'io.fabric8:gitcontroller:jar:1.0.0'
<dependency org="io.fabric8" name="gitcontroller" rev="1.0.0">
<artifact name="gitcontroller" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='gitcontroller', version='1.0.0')
)
libraryDependencies += "io.fabric8" % "gitcontroller" % "1.0.0"
[io.fabric8/gitcontroller "1.0.0"]