Operator SDK - Framework

Framework for implementing Kubernetes operators

License

License

Categories

Categories

Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Operator SDK - Framework
Framework for implementing Kubernetes operators
Source Code Management

Source Code Management

https://github.com/ContainerSolutions/java-operator-sdk/tree/master/operator-framework

Download operator-framework

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework/ -->
<dependency>
    <groupId>com.github.containersolutions</groupId>
    <artifactId>operator-framework</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework/
implementation 'com.github.containersolutions:operator-framework:1.3.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework/
implementation ("com.github.containersolutions:operator-framework:1.3.0")
'com.github.containersolutions:operator-framework:jar:1.3.0'
<dependency org="com.github.containersolutions" name="operator-framework" rev="1.3.0">
  <artifact name="operator-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework', version='1.3.0')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework" % "1.3.0"
[com.github.containersolutions/operator-framework "1.3.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.fabric8 : openshift-client jar 4.10.3
org.apache.commons : commons-lang3 jar 3.11
org.slf4j : slf4j-api jar 1.7.30
org.javassist : javassist jar 3.27.0-GA

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.mockito : mockito-core jar 3.4.4
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3
org.assertj : assertj-core jar 3.16.1
org.awaitility : awaitility jar 4.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.3.9
0.3.8
0.3.6
0.3.3
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1