| 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.ConfigMapKeyRef |
| KubernetesDeployerProperties.InitContainer |
| KubernetesDeployerProperties.LimitsResources
Encapsulates resources for Kubernetes Container resource limits
|
| KubernetesDeployerProperties.PodSecurityContext |
| KubernetesDeployerProperties.RequestsResources
Encapsulates resources for Kubernetes Container resource requests
|
| KubernetesDeployerProperties.SecretKeyRef |
| KubernetesDeployerProperties.StatefulSet |
| KubernetesDeployerProperties.StatefulSet.VolumeClaimTemplate |
| KubernetesDeployerProperties.Toleration |
| ProbeAuthenticationType
Defines supported authentication types to use when accessing secured
probe endpoints.
|
| RunningPhaseDeploymentStateResolver |