Package org.cdk8s.plus24.k8s
Class HostPathVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.HostPathVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
HostPathVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HostPathVolumeSource
@Stability(Stable) @Internal public static final class HostPathVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostPathVolumeSource
An implementation forHostPathVolumeSource
-
-
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.HostPathVolumeSource
HostPathVolumeSource.Builder, HostPathVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(HostPathVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostPathVolumeSource.Builder
.protected
Jsii$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()
boolean
equals(Object o)
String
getPath()
path of the directory on the host.String
getType()
type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath.int
hashCode()
-
-
-
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(HostPathVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostPathVolumeSource.Builder
.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:HostPathVolumeSource
path of the directory on the host.If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- Specified by:
getPath
in interfaceHostPathVolumeSource
-
getType
public final String getType()
Description copied from interface:HostPathVolumeSource
type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath.Default: More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
- Specified by:
getType
in interfaceHostPathVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-