| AbstractKubernetesDeployer |
Abstract base class for a deployer that targets Kubernetes.
|
| ContainerConfiguration |
Encapsulates parameters used to configure a container.
|
| DefaultContainerFactory |
Create a Kubernetes Container that will be started as part of a
Kubernetes Pod by launching the specified Docker image.
|
| DefaultRunningPhaseDeploymentStateResolver |
|
| HttpProbeCreator |
Base class for HTTP based probe creators
|
| KubernetesActuatorTemplate |
|
| KubernetesAppDeployer |
A deployer that targets Kubernetes.
|
| KubernetesAppInstanceStatus |
Represents the status of a module.
|
| KubernetesAutoConfiguration |
|
| KubernetesClientFactory |
The class responsible for creating Kubernetes Client based on the deployer properties.
|
| KubernetesDeployerProperties |
|
| KubernetesDeployerProperties.Capabilities |
Adds and removes POSIX capabilities from running containers.
|
| KubernetesDeployerProperties.ConfigMapKeyRef |
|
| KubernetesDeployerProperties.ContainerProperties |
|
| KubernetesDeployerProperties.ContainerSecurityContext |
|
| KubernetesDeployerProperties.CronConfig |
|
| KubernetesDeployerProperties.InitContainer |
|
| KubernetesDeployerProperties.Lifecycle |
|
| KubernetesDeployerProperties.Lifecycle.Exec |
|
| KubernetesDeployerProperties.Lifecycle.Hook |
|
| KubernetesDeployerProperties.LimitsResources |
Encapsulates resources for Kubernetes Container resource limits
|
| KubernetesDeployerProperties.PodSecurityContext |
|
| KubernetesDeployerProperties.RequestsResources |
Encapsulates resources for Kubernetes Container resource requests
|
| KubernetesDeployerProperties.SeccompProfile |
Defines a pod seccomp profile settings.
|
| KubernetesDeployerProperties.SecretKeyRef |
|
| KubernetesDeployerProperties.SELinuxOptions |
The labels to be applied to the container.
|
| KubernetesDeployerProperties.StatefulSet |
|
| KubernetesDeployerProperties.StatefulSet.VolumeClaimTemplate |
|
| KubernetesDeployerProperties.SysctlInfo |
Sysctl defines a kernel parameter to be set on the pod.
|
| KubernetesDeployerProperties.Toleration |
|
| KubernetesDeployerProperties.WindowsSecurityContextOptions |
Contains Windows-specific options and credentials.
|
| KubernetesScheduler |
Kubernetes implementation of the Scheduler SPI.
|
| KubernetesSchedulerProperties |
Deprecated |
| KubernetesTaskLauncher |
A task launcher that targets Kubernetes.
|
| KubernetesTaskLauncherProperties |
Configuration properties for the Kubernetes Task Launcher.
|
| PredicateRunningPhaseDeploymentStateResolver |
|