Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 44ce7f9

Browse files
committed
docs: annotation for flags
1 parent 600ef8d commit 44ce7f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/main/java/io/javaoperatorsdk/jenvtest/junit/EnableKubeAPIServer.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
*/
2121
String kubeAPIVersion() default NOT_SET;
2222

23+
/**
24+
* Flags to pass to Kube API Server on startup. Key and value are two separated items, like
25+
* specifying min-request-timeout needs to add in order two values: "--min-request-timeout" for
26+
* the key and "300" for the actual desired value.
27+
*/
2328
String[] apiServerFlags() default {};
2429
}

0 commit comments

Comments
 (0)