Package org.cdk8s.plus24.k8s
Class AllowedHostPathV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.AllowedHostPathV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
AllowedHostPathV1Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AllowedHostPathV1Beta1
@Stability(Stable) @Internal public static final class AllowedHostPathV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AllowedHostPathV1Beta1
An implementation forAllowedHostPathV1Beta1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.AllowedHostPathV1Beta1
AllowedHostPathV1Beta1.Builder, AllowedHostPathV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AllowedHostPathV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theAllowedHostPathV1Beta1.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPathPrefix()pathPrefix is the path prefix that the host volume must match.BooleangetReadOnly()when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AllowedHostPathV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theAllowedHostPathV1Beta1.Builder.
-
-
Method Detail
-
getPathPrefix
public final String getPathPrefix()
Description copied from interface:AllowedHostPathV1Beta1pathPrefix is the path prefix that the host volume must match.It does not support
*. Trailing slashes are trimmed when validating the path prefix with a host path.Examples:
/foowould allow/foo,/foo/and/foo/bar/foowould not allow/foodor/etc/foo- Specified by:
getPathPrefixin interfaceAllowedHostPathV1Beta1
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:AllowedHostPathV1Beta1when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.- Specified by:
getReadOnlyin interfaceAllowedHostPathV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-