Skip to content

Commit c163549

Browse files
committed
correct typo
1 parent c7d035a commit c163549

File tree

1 file changed

+2
-2
lines changed
  • client-java-contrib/prometheus-operator

1 file changed

+2
-2
lines changed

client-java-contrib/prometheus-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cert-Manager Model Classes
1+
# Prometheus Operator Model Classes
22
This module contains the Java model classes generated from the release version of [prometheus operator](https://github.com/prometheus-operator/prometheus-operator) CRDs.
33

44
It makes it possible to CRUD custom resources defined by `prometheus operator` in a strong-typed manner in your Java application, such as create a prometheus instance, write a prometheus rule, etc.
@@ -13,7 +13,7 @@ To use this library, include the following maven dependency
1313
```
1414
Please refer to the [PromOpExample](../../examples/src/main/java/io/kubernetes/client/examples/PromOpExample.java), which demonstrates how to create a minimal prometheus instance with the model class and Kubernetes Java client generic API.
1515
## Compatibility
16-
Artifact Version|Cert-Manager Release Version|CRD Source
16+
Artifact Version|Prometheus Operator Release Version|CRD Source
1717
----------------|----------------------------|----------
1818
0.38.1-SNAPSHOT|0.38.1|[Here](https://github.com/prometheus-operator/prometheus-operator/tree/master/example/prometheus-operator-crd)
1919
## Code Generation

0 commit comments

Comments
 (0)