class |
DaemonSet |
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod.
|
class |
Deployment |
A Deployment provides declarative updates for Pods and ReplicaSets.
|
static class |
IPodSpec.Jsii$Proxy |
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IPodTemplate.Jsii$Proxy |
A proxy class which represents a concrete javascript instance of this type.
|
class |
Job |
A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
class |
Pod |
Pod is a collection of containers that can run on a host.
|
class |
PodSpec |
Provides read/write capabilities ontop of a `PodSpecProps`.
|
class |
PodTemplate |
Provides read/write capabilities ontop of a `PodTemplateProps`.
|
class |
StatefulSet |
StatefulSet is the workload API object used to manage stateful applications.
|