| AbstractKubernetesDeployer
Abstract base class for a deployer that targets Kubernetes.
|
| ContainerConfiguration
Encapsulates parameters used to configure a container.
|
| ContainerFactory
Defines how a Kubernetes Container is created.
|
| EntryPointStyle
Defines container entry point styles that are available.
|
| ImagePullPolicy
ImagePullPolicy for containers inside a Kubernetes Pod, cf.
|
| KubernetesDeployerProperties |
| KubernetesDeployerProperties.Capabilities
Adds and removes POSIX capabilities from running containers.
|
| KubernetesDeployerProperties.ConfigMapKeyRef |
| KubernetesDeployerProperties.ContainerProperties |
| KubernetesDeployerProperties.ContainerSecurityContext |
| KubernetesDeployerProperties.CronConfig |
| KubernetesDeployerProperties.InitContainer |
| 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.
|
| KubernetesTaskLauncherProperties
Configuration properties for the Kubernetes Task Launcher.
|
| ProbeAuthenticationType
Defines supported authentication types to use when accessing secured
probe endpoints.
|
| ProbeType
Defines probe types.
|
| RestartPolicy
Defines restart policies that are available.
|
| RunningPhaseDeploymentStateResolver |