Operator SDK - Samples - WebPage

Provisions an nginx Webserver based on a CRD with give html

License

License

GroupId

GroupId

io.javaoperatorsdk
ArtifactId

ArtifactId

sample-webpage-operator
Last Version

Last Version

3.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Operator SDK - Samples - WebPage
Provisions an nginx Webserver based on a CRD with give html

Download sample-webpage-operator

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.javaoperatorsdk : operator-framework jar 3.0.3
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.2
org.takes : takes jar 1.20
org.awaitility : awaitility jar 4.2.0

provided (1)

Group / Artifact Type Version
io.fabric8 : crd-generator-apt jar

test (1)

Group / Artifact Type Version
io.javaoperatorsdk : operator-framework-junit-5 jar 3.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0.RC5
3.0.0.RC4
3.0.0.RC3
3.0.0.RC2
3.0.0.RC1