Package org.cdk8s.plus24
Interface EnvValueFromFieldRefOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromFieldRefOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-06-06T02:39:24.512Z") @Stability(Stable) public interface EnvValueFromFieldRefOptions extends software.amazon.jsii.JsiiSerializable
Options to specify an environment variable value from a field reference.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EnvValueFromFieldRefOptions.Builder
A builder forEnvValueFromFieldRefOptions
static class
EnvValueFromFieldRefOptions.Jsii$Proxy
An implementation forEnvValueFromFieldRefOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromFieldRefOptions.Builder
builder()
default String
getApiVersion()
Version of the schema the FieldPath is written in terms of.default String
getKey()
The key to select the pod label or annotation.
-
-
-
Method Detail
-
getApiVersion
@Stability(Stable) @Nullable default String getApiVersion()
Version of the schema the FieldPath is written in terms of.
-
getKey
@Stability(Stable) @Nullable default String getKey()
The key to select the pod label or annotation.
-
builder
@Stability(Stable) static EnvValueFromFieldRefOptions.Builder builder()
-
-