| Class | Description |
|---|---|
| ConfigMapEnvSource |
A source of environment variables for a container backed by a ConfigMap.
|
| ConfigMapVolumeSource |
A source of content for a container volume backed by a ConfigMap.
|
| Container |
Represents a container.
|
| ContainerStatus |
Information about the running container.
|
| EmptyDirVolumeSource |
Represents an empty directory for a pod.
|
| EnvFromSource |
A source of environment variables for a container.
|
| EnvVar |
Environment variable to set in a container.
|
| KeyToPath |
A key-value pair in the Data field of the referenced ConfigMap that will be projected into the volume as a file whose name is the key and content is the value.
|
| Pod |
Represents a Kubernetes Pod.
|
| PodList |
Represents a response of type
PodList from the Kubernetes API. |
| PodSpec |
Specification of the desired behavior of the pod.
|
| PodStatus |
Pod status information.
|
| SecretEnvSource |
A source of environment variables for a container backed by a Secret.
|
| SecretVolumeSource |
A source of content for a container volume backed by a Secret.
|
| Volume |
Volume for pod containers.
|
| VolumeMount |
VolumeMount describes a mounting of a Volume within a container.
|