Package org.cdk8s.plus25
Interface EnvValueFromFieldRefOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EnvValueFromFieldRefOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.281Z") @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 classEnvValueFromFieldRefOptions.BuilderA builder forEnvValueFromFieldRefOptionsstatic classEnvValueFromFieldRefOptions.Jsii$ProxyAn implementation forEnvValueFromFieldRefOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EnvValueFromFieldRefOptions.Builderbuilder()default StringgetApiVersion()Version of the schema the FieldPath is written in terms of.default StringgetKey()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()
-
-