@Generated(value="software.amazon.awssdk:codegen") public final class EksHostPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EksHostPath.Builder,EksHostPath>
Specifies the configuration of a Kubernetes hostPath
volume. A hostPath
volume mounts an
existing file or directory from the host node's filesystem into your pod. For more information, see hostPath in the Kubernetes
documentation.
Modifier and Type | Class and Description |
---|---|
static interface |
EksHostPath.Builder |
Modifier and Type | Method and Description |
---|---|
static EksHostPath.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
The path of the file or directory on the host to mount into containers on the pod.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EksHostPath.Builder> |
serializableBuilderClass() |
EksHostPath.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String path()
The path of the file or directory on the host to mount into containers on the pod.
public EksHostPath.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EksHostPath.Builder,EksHostPath>
public static EksHostPath.Builder builder()
public static Class<? extends EksHostPath.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.