Package org.cdk8s.plus20
Interface AddDirectoryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AddDirectoryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)", date="2022-04-13T14:52:28.815Z") @Stability(Stable) public interface AddDirectoryOptions extends software.amazon.jsii.JsiiSerializable
Options for `configmap.addDirectory()`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAddDirectoryOptions.BuilderA builder forAddDirectoryOptionsstatic classAddDirectoryOptions.Jsii$ProxyAn implementation forAddDirectoryOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AddDirectoryOptions.Builderbuilder()default List<String>getExclude()Glob patterns to exclude when adding files.default StringgetKeyPrefix()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.BuilderofAddDirectoryOptions
-
-