Package org.cdk8s.plus23.k8s
Interface ObjectFieldSelector
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ObjectFieldSelector.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.596Z") @Stability(Stable) public interface ObjectFieldSelector extends software.amazon.jsii.JsiiSerializable
ObjectFieldSelector selects an APIVersioned field of an object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ObjectFieldSelector.Builder
A builder forObjectFieldSelector
static class
ObjectFieldSelector.Jsii$Proxy
An implementation forObjectFieldSelector
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ObjectFieldSelector.Builder
builder()
default String
getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1".String
getFieldPath()
Path of the field to select in the specified API version.
-
-
-
Method Detail
-
getFieldPath
@Stability(Stable) @NotNull String getFieldPath()
Path of the field to select in the specified API version.
-
getApiVersion
@Stability(Stable) @Nullable default String getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1".
-
builder
@Stability(Stable) static ObjectFieldSelector.Builder builder()
- Returns:
- a
ObjectFieldSelector.Builder
ofObjectFieldSelector
-
-