Package org.cdk8s.plus24
Interface AddDirectoryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AddDirectoryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-07-25T00:18:38.881Z") @Stability(Stable) public interface AddDirectoryOptions extends software.amazon.jsii.JsiiSerializable
Options forconfigmap.addDirectory()
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AddDirectoryOptions.Builder
A builder forAddDirectoryOptions
static class
AddDirectoryOptions.Jsii$Proxy
An implementation forAddDirectoryOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AddDirectoryOptions.Builder
builder()
default List<String>
getExclude()
Glob patterns to exclude when adding files.default String
getKeyPrefix()
A prefix to add to all keys in the config map.
-
-
-
Method Detail
-
getExclude
@Stability(Stable) @Nullable default List<String> getExclude()
Glob patterns to exclude when adding files.Default: - include all files
-
getKeyPrefix
@Stability(Stable) @Nullable default String getKeyPrefix()
A prefix to add to all keys in the config map.Default: ""
-
builder
@Stability(Stable) static AddDirectoryOptions.Builder builder()
- Returns:
- a
AddDirectoryOptions.Builder
ofAddDirectoryOptions
-
-