We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7860628 commit eaee1ceCopy full SHA for eaee1ce
generator-annotations/src/main/java/io/fabric8/generator/annotation/JSONSchema.java
@@ -246,7 +246,10 @@ private False() {
246
* present in the schemas that are set in the properties in step 1.</li>
247
* </ol>
248
*
249
- * @see https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#specifying-a-structural-schema
+ * @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
+ *
253
*/
254
boolean structural() default false;
255
0 commit comments