Annotation Type AdditionalSelectableField
-
@Target(TYPE) @Retention(RUNTIME) @Repeatable(AdditionalSelectableFields.class) public @interface AdditionalSelectableField
Defines a selectable field. Must be placed at the root of the custom resource.- See Also:
- Kubernetes Docs - Field Selectors
-
-
Element Detail
-
jsonPath
String jsonPath
The JSON Path to the field.- Returns:
- the JSON path
-
-