Last Version

Operator SDK - Samples - WebPage 3.0.3

Provisions an nginx Webserver based on a CRD with give html

License

License

GroupId

GroupId

io.javaoperatorsdk
ArtifactId

ArtifactId

sample-webpage-operator
Version

Version

3.0.3
Type

Type

jar
Description

Description

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

Download sample-webpage-operator 3.0.3


<!-- 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.