| Modifier and Type | Interface and Description |
|---|---|
interface |
IConfigMap
(experimental) Represents a config map.
|
interface |
ISecret |
interface |
IServiceAccount |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMap
(experimental) ConfigMap holds configuration data for pods to consume.
|
class |
Deployment
(experimental) 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 |
Ingress
(experimental) 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
(experimental) A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
class |
Pod
(experimental) Pod is a collection of containers that can run on a host.
|
class |
Resource
(experimental) Base class for all Kubernetes objects in stdk8s.
|
class |
Secret
(experimental) Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
class |
Service
(experimental) An abstract way to expose an application running on a set of Pods as a network service.
|
class |
ServiceAccount
(experimental) A service account provides an identity for processes that run in a Pod.
|
Copyright © 2020. All rights reserved.