| Class and Description |
|---|
| AddDirectoryOptions
Options for `configmap.addDirectory()`.
|
| AddDirectoryOptions.Builder
A builder for
AddDirectoryOptions |
| CommandProbeOptions
Options for `Probe.fromCommand()`.
|
| CommandProbeOptions.Builder
A builder for
CommandProbeOptions |
| ConfigMap
ConfigMap holds configuration data for pods to consume.
|
| ConfigMap.Builder
A fluent builder for
ConfigMap. |
| ConfigMapProps
Properties for initialization of `ConfigMap`.
|
| ConfigMapProps.Builder
A builder for
ConfigMapProps |
| ConfigMapVolumeOptions
Options for the ConfigMap-based volume.
|
| ConfigMapVolumeOptions.Builder
A builder for
ConfigMapVolumeOptions |
| Container
A single application container that you want to run within a pod.
|
| Container.Builder
A fluent builder for
Container. |
| ContainerProps
Properties for creating a container.
|
| ContainerProps.Builder
A builder for
ContainerProps |
| Deployment
A Deployment provides declarative updates for Pods and ReplicaSets.
|
| Deployment.Builder
A fluent builder for
Deployment. |
| DeploymentProps
Properties for initialization of `Deployment`.
|
| DeploymentProps.Builder
A builder for
DeploymentProps |
| EmptyDirMedium
The medium on which to store the volume.
|
| EmptyDirVolumeOptions
Options for volumes populated with an empty directory.
|
| EmptyDirVolumeOptions.Builder
A builder for
EmptyDirVolumeOptions |
| EnvValue
Utility class for creating reading env values from various sources.
|
| EnvValueFromConfigMapOptions
Options to specify an envionment variable value from a ConfigMap key.
|
| EnvValueFromConfigMapOptions.Builder
A builder for
EnvValueFromConfigMapOptions |
| EnvValueFromProcessOptions
Options to specify an environment variable value from the process environment.
|
| EnvValueFromProcessOptions.Builder
A builder for
EnvValueFromProcessOptions |
| EnvValueFromSecretOptions
Options to specify an environment variable value from a Secret.
|
| EnvValueFromSecretOptions.Builder
A builder for
EnvValueFromSecretOptions |
| ExposeOptions
Options for exposing a deployment via a service.
|
| ExposeOptions.Builder
A builder for
ExposeOptions |
| HttpGetProbeOptions
Options for `Probe.fromHttpGet()`.
|
| HttpGetProbeOptions.Builder
A builder for
HttpGetProbeOptions |
| IConfigMap
Represents a config map.
|
| IConfigMap.Jsii$Default
Internal default implementation for
IConfigMap. |
| ImagePullPolicy |
| IngressV1Beta1
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
|
| IngressV1Beta1.Builder
A fluent builder for
IngressV1Beta1. |
| IngressV1Beta1Backend
The backend for an ingress path.
|
| IngressV1Beta1Props
Properties for `Ingress`.
|
| IngressV1Beta1Props.Builder
A builder for
IngressV1Beta1Props |
| IngressV1Beta1Rule
Represents the rules mapping the paths under a specified host to the related backend services.
|
| IngressV1Beta1Rule.Builder
A builder for
IngressV1Beta1Rule |
| IngressV1Beta1Tls
Represents the TLS configuration mapping that is passed to the ingress controller for SSL termination.
|
| IngressV1Beta1Tls.Builder
A builder for
IngressV1Beta1Tls |
| IPodSpec
Represents a resource that can be configured with a kuberenets pod spec.
|
| IPodSpec.Jsii$Default
Internal default implementation for
IPodSpec. |
| IPodTemplate
Represents a resource that can be configured with a kuberenets pod template.
|
| IPodTemplate.Jsii$Default
Internal default implementation for
IPodTemplate. |
| IResource
Represents a resource.
|
| IResource.Jsii$Default
Internal default implementation for
IResource. |
| ISecret |
| ISecret.Jsii$Default
Internal default implementation for
ISecret. |
| IServiceAccount |
| IServiceAccount.Jsii$Default
Internal default implementation for
IServiceAccount. |
| Job
A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
| Job.Builder
A fluent builder for
Job. |
| JobProps
Properties for initialization of `Job`.
|
| JobProps.Builder
A builder for
JobProps |
| MountOptions
Options for mounts.
|
| MountOptions.Builder
A builder for
MountOptions |
| MountPropagation |
| PathMapping
Maps a string key to a path within a volume.
|
| PathMapping.Builder
A builder for
PathMapping |
| Pod
Pod is a collection of containers that can run on a host.
|
| Pod.Builder
A fluent builder for
Pod. |
| PodManagementPolicy
Controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down.
|
| PodProps
Properties for initialization of `Pod`.
|
| PodProps.Builder
A builder for
PodProps |
| PodSpec
Provides read/write capabilities ontop of a `PodSpecProps`.
|
| PodSpec.Builder
A fluent builder for
PodSpec. |
| PodSpecProps
Properties of a `PodSpec`.
|
| PodSpecProps.Builder
A builder for
PodSpecProps |
| PodTemplate
Provides read/write capabilities ontop of a `PodTemplateProps`.
|
| PodTemplate.Builder
A fluent builder for
PodTemplate. |
| PodTemplateProps
Properties of a `PodTemplate`.
|
| PodTemplateProps.Builder
A builder for
PodTemplateProps |
| Probe
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
| ProbeOptions
Probe options.
|
| ProbeOptions.Builder
A builder for
ProbeOptions |
| Protocol |
| Resource
Base class for all Kubernetes objects in stdk8s.
|
| ResourceProps
Initialization properties for resources.
|
| ResourceProps.Builder
A builder for
ResourceProps |
| RestartPolicy
Restart policy for all containers within the pod.
|
| Secret
Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
| Secret.Builder
A fluent builder for
Secret. |
| SecretProps |
| SecretProps.Builder
A builder for
SecretProps |
| SecretValue
Represents a specific value in JSON secret.
|
| SecretValue.Builder
A builder for
SecretValue |
| Service
An abstract way to expose an application running on a set of Pods as a network service.
|
| Service.Builder
A fluent builder for
Service. |
| ServiceAccount
A service account provides an identity for processes that run in a Pod.
|
| ServiceAccount.Builder
A fluent builder for
ServiceAccount. |
| ServiceAccountProps
Properties for initialization of `ServiceAccount`.
|
| ServiceAccountProps.Builder
A builder for
ServiceAccountProps |
| ServiceIngressV1BetaBackendOptions
Options for setting up backends for ingress rules.
|
| ServiceIngressV1BetaBackendOptions.Builder
A builder for
ServiceIngressV1BetaBackendOptions |
| ServicePort
Definition of a service port.
|
| ServicePort.Builder
A builder for
ServicePort |
| ServicePortOptions |
| ServicePortOptions.Builder
A builder for
ServicePortOptions |
| ServiceProps
Properties for initialization of `Service`.
|
| ServiceProps.Builder
A builder for
ServiceProps |
| ServiceType
For some parts of your application (for example, frontends) you may want to expose a Service onto an external IP address, that's outside of your cluster.
|
| StatefulSet
StatefulSet is the workload API object used to manage stateful applications.
|
| StatefulSet.Builder
A fluent builder for
StatefulSet. |
| StatefulSetProps
Properties for initialization of `StatefulSet`.
|
| StatefulSetProps.Builder
A builder for
StatefulSetProps |
| Volume
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
| VolumeMount
Mount a volume from the pod to the container.
|
| VolumeMount.Builder
A builder for
VolumeMount |
Copyright © 2021. All rights reserved.