Skip to content

Commit eaee1ce

Browse files
committed
fix: correct JavaDoc link
Signed-off-by: Michael Edgar <medgar@redhat.com>
1 parent 7860628 commit eaee1ce

File tree

1 file changed

+4
-1
lines changed
  • generator-annotations/src/main/java/io/fabric8/generator/annotation

1 file changed

+4
-1
lines changed

generator-annotations/src/main/java/io/fabric8/generator/annotation/JSONSchema.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,10 @@ private False() {
246246
* present in the schemas that are set in the properties in step 1.</li>
247247
* </ol>
248248
*
249-
* @see https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#specifying-a-structural-schema
249+
* @see <a href=
250+
* "https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#specifying-a-structural-schema">Extend
251+
* the Kubernetes API with CustomResourceDefinitions: Specifying a structural schema</a>
252+
*
250253
*/
251254
boolean structural() default false;
252255

0 commit comments

Comments
 (0)