| Class and Description |
|---|
| AddDirectoryOptions
(experimental) Options for `configmap.addDirectory()`.
|
| AddDirectoryOptions.Builder
A builder for
AddDirectoryOptions |
| CommandProbeOptions
(experimental) Options for `Probe.fromCommand()`.
|
| CommandProbeOptions.Builder
A builder for
CommandProbeOptions |
| ConfigMap
(experimental) ConfigMap holds configuration data for pods to consume.
|
| ConfigMap.Builder
(experimental) A fluent builder for
ConfigMap. |
| ConfigMapProps
(experimental) Properties for initialization of `ConfigMap`.
|
| ConfigMapProps.Builder
A builder for
ConfigMapProps |
| ConfigMapVolumeOptions
(experimental) Options for the ConfigMap-based volume.
|
| ConfigMapVolumeOptions.Builder
A builder for
ConfigMapVolumeOptions |
| Container
(experimental) A single application container that you want to run within a pod.
|
| Container.Builder
(experimental) A fluent builder for
Container. |
| ContainerProps
(experimental) Properties for creating a container.
|
| ContainerProps.Builder
A builder for
ContainerProps |
| Deployment
(experimental) A Deployment provides declarative updates for Pods and ReplicaSets.
|
| Deployment.Builder
(experimental) A fluent builder for
Deployment. |
| DeploymentProps
(experimental) Properties for initialization of `Deployment`.
|
| DeploymentProps.Builder
A builder for
DeploymentProps |
| Duration
(experimental) Represents a length of time.
|
| EmptyDirMedium
(experimental) The medium on which to store the volume.
|
| EmptyDirVolumeOptions
(experimental) Options for volumes populated with an empty directory.
|
| EmptyDirVolumeOptions.Builder
A builder for
EmptyDirVolumeOptions |
| EnvValue
(experimental) Utility class for creating reading env values from various sources.
|
| EnvValueFromConfigMapOptions
(experimental) Options to specify an envionment variable value from a ConfigMap key.
|
| EnvValueFromConfigMapOptions.Builder
A builder for
EnvValueFromConfigMapOptions |
| EnvValueFromProcessOptions
(experimental) Options to specify an environment variable value from the process environment.
|
| EnvValueFromProcessOptions.Builder
A builder for
EnvValueFromProcessOptions |
| EnvValueFromSecretOptions
(experimental) Options to specify an environment variable value from a Secret.
|
| EnvValueFromSecretOptions.Builder
A builder for
EnvValueFromSecretOptions |
| ExposeOptions
(experimental) Options for exposing a deployment via a service.
|
| ExposeOptions.Builder
A builder for
ExposeOptions |
| HttpGetProbeOptions
(experimental) Options for `Probe.fromHttpGet()`.
|
| HttpGetProbeOptions.Builder
A builder for
HttpGetProbeOptions |
| IConfigMap
(experimental) Represents a config map.
|
| ImagePullPolicy |
| Ingress
(experimental) Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
|
| Ingress.Builder
(experimental) A fluent builder for
Ingress. |
| IngressBackend
(experimental) The backend for an ingress path.
|
| IngressProps
(experimental) Properties for `Ingress`.
|
| IngressProps.Builder
A builder for
IngressProps |
| IngressRule
(experimental) Represents the rules mapping the paths under a specified host to the related backend services.
|
| IngressRule.Builder
A builder for
IngressRule |
| IPodSpec
(experimental) Represents a resource that can be configured with a kuberenets pod spec.
|
| IPodTemplate
(experimental) Represents a resource that can be configured with a kuberenets pod template.
|
| IResource
(experimental) Represents a resource.
|
| ISecret |
| IServiceAccount |
| Job
(experimental) A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
| Job.Builder
(experimental) A fluent builder for
Job. |
| JobProps
(experimental) Properties for initialization of `Job`.
|
| JobProps.Builder
A builder for
JobProps |
| MountOptions
(experimental) Options for mounts.
|
| MountOptions.Builder
A builder for
MountOptions |
| MountPropagation |
| PathMapping
(experimental) Maps a string key to a path within a volume.
|
| PathMapping.Builder
A builder for
PathMapping |
| Pod
(experimental) Pod is a collection of containers that can run on a host.
|
| Pod.Builder
(experimental) A fluent builder for
Pod. |
| PodProps
(experimental) Properties for initialization of `Pod`.
|
| PodProps.Builder
A builder for
PodProps |
| PodSpec
(experimental) Provides read/write capabilities ontop of a `PodSpecProps`.
|
| PodSpec.Builder
(experimental) A fluent builder for
PodSpec. |
| PodSpecProps
(experimental) Properties of a `PodSpec`.
|
| PodSpecProps.Builder
A builder for
PodSpecProps |
| PodTemplate
(experimental) Provides read/write capabilities ontop of a `PodTemplateProps`.
|
| PodTemplate.Builder
(experimental) A fluent builder for
PodTemplate. |
| PodTemplateProps
(experimental) Properties of a `PodTemplate`.
|
| PodTemplateProps.Builder
A builder for
PodTemplateProps |
| Probe
(experimental) Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
| ProbeOptions
(experimental) Probe options.
|
| ProbeOptions.Builder
A builder for
ProbeOptions |
| Protocol |
| Resource
(experimental) Base class for all Kubernetes objects in stdk8s.
|
| ResourceProps
(experimental) Initialization properties for resources.
|
| ResourceProps.Builder
A builder for
ResourceProps |
| RestartPolicy
(experimental) Restart policy for all containers within the pod.
|
| Secret
(experimental) Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
| Secret.Builder
(experimental) A fluent builder for
Secret. |
| SecretProps |
| SecretProps.Builder
A builder for
SecretProps |
| SecretValue
(experimental) Represents a specific value in JSON secret.
|
| SecretValue.Builder
A builder for
SecretValue |
| Service
(experimental) An abstract way to expose an application running on a set of Pods as a network service.
|
| Service.Builder
(experimental) A fluent builder for
Service. |
| ServiceAccount
(experimental) A service account provides an identity for processes that run in a Pod.
|
| ServiceAccount.Builder
(experimental) A fluent builder for
ServiceAccount. |
| ServiceAccountProps
(experimental) Properties for initialization of `ServiceAccount`.
|
| ServiceAccountProps.Builder
A builder for
ServiceAccountProps |
| ServiceIngressBackendOptions
(experimental) Options for setting up backends for ingress rules.
|
| ServiceIngressBackendOptions.Builder
A builder for
ServiceIngressBackendOptions |
| ServicePort
(experimental) Definition of a service port.
|
| ServicePort.Builder
A builder for
ServicePort |
| ServicePortOptions |
| ServicePortOptions.Builder
A builder for
ServicePortOptions |
| ServiceProps
(experimental) Properties for initialization of `Service`.
|
| ServiceProps.Builder
A builder for
ServiceProps |
| ServiceType
(experimental) 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.
|
| Size
(experimental) Represents the amount of digital storage.
|
| SizeConversionOptions
(experimental) Options for how to convert time to a different unit.
|
| SizeConversionOptions.Builder
A builder for
SizeConversionOptions |
| SizeRoundingBehavior
(experimental) Rounding behaviour when converting between units of `Size`.
|
| TimeConversionOptions
(experimental) Options for how to convert time to a different unit.
|
| TimeConversionOptions.Builder
A builder for
TimeConversionOptions |
| Volume
(experimental) Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
| VolumeMount
(experimental) Mount a volume from the pod to the container.
|
| VolumeMount.Builder
A builder for
VolumeMount |
Copyright © 2020. All rights reserved.