| Modifier and Type | Interface and Description |
|---|---|
interface |
IConfigMap
Represents a config map.
|
static interface |
IConfigMap.Jsii$Default
Internal default implementation for
IConfigMap. |
static interface |
IResource.Jsii$Default
Internal default implementation for
IResource. |
interface |
ISecret |
static interface |
ISecret.Jsii$Default
Internal default implementation for
ISecret. |
interface |
IServiceAccount |
static interface |
IServiceAccount.Jsii$Default
Internal default implementation for
IServiceAccount. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMap
ConfigMap holds configuration data for pods to consume.
|
class |
Deployment
A Deployment provides declarative updates for Pods and ReplicaSets.
|
static class |
IConfigMap.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
IngressV1Beta1
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
|
static class |
IResource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
ISecret.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IServiceAccount.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 |
Resource
Base class for all Kubernetes objects in stdk8s.
|
class |
Secret
Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
class |
Service
An abstract way to expose an application running on a set of Pods as a network service.
|
class |
ServiceAccount
A service account provides an identity for processes that run in a Pod.
|
class |
StatefulSet
StatefulSet is the workload API object used to manage stateful applications.
|
Copyright © 2021. All rights reserved.