Structs§
- Custom
Deployment Strategy Params - CustomDeploymentStrategyParams are the input to the Custom deployment strategy.
- Deployment
Cause - DeploymentCause captures information about a particular cause of a deployment.
- Deployment
Cause Image Trigger - DeploymentCauseImageTrigger represents details about the cause of a deployment originating from an image change trigger
- Deployment
Condition - DeploymentCondition describes the state of a deployment config at a certain point.
- Deployment
Config - Deployment Configs define the template for a pod and manages deploying new images or configuration changes. A single deployment configuration is usually analogous to a single micro-service. Can support many different deployment patterns, including full restart, customizable rolling updates, and fully custom behaviors, as well as pre- and post- deployment hooks. Each individual deployment is represented as a replication controller.
- Deployment
Config Rollback - DeploymentConfigRollback provides the input to rollback generation.
- Deployment
Config Rollback Spec - DeploymentConfigRollbackSpec represents the options for rollback generation.
- Deployment
Config Spec - DeploymentConfigSpec represents the desired state of the deployment.
- Deployment
Config Status - DeploymentConfigStatus represents the current deployment state.
- Deployment
Details - DeploymentDetails captures information about the causes of a deployment.
- Deployment
Log - DeploymentLog represents the logs for a deployment
- Deployment
Request - DeploymentRequest is a request to a deployment config for a new deployment.
- Deployment
Strategy - DeploymentStrategy describes how to perform a deployment.
- Deployment
Trigger Image Change Params - DeploymentTriggerImageChangeParams represents the parameters to the ImageChange trigger.
- Deployment
Trigger Policy - DeploymentTriggerPolicy describes a policy for a single trigger that results in a new deployment.
- Exec
NewPod Hook - ExecNewPodHook is a hook implementation which runs a command in a new pod based on the specified container which is assumed to be part of the deployment template.
- Lifecycle
Hook - LifecycleHook defines a specific deployment lifecycle action. Only one type of action may be specified at any time.
- Read
Namespaced Deployment Config LogOptional - Optional parameters of
DeploymentLog::read_namespaced_deployment_config_log
- Read
Namespaced Deployment Config Optional - Optional parameters of
DeploymentConfig::read_namespaced_deployment_config
- Read
Namespaced Deployment Config Status Optional - Optional parameters of
DeploymentConfig::read_namespaced_deployment_config_status
- Recreate
Deployment Strategy Params - RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.
- Rolling
Deployment Strategy Params - RollingDeploymentStrategyParams are the input to the Rolling deployment strategy.
- TagImage
Hook - TagImageHook is a request to tag the image in a particular container onto an ImageStreamTag.
Enums§
- Read
Namespaced Deployment Config LogResponse - Use
<ReadNamespacedDeploymentConfigLogResponse as Response>::try_from_parts
to parse the HTTP response body ofDeploymentLog::read_namespaced_deployment_config_log
- Read
Namespaced Deployment Config Response - Use
<ReadNamespacedDeploymentConfigResponse as Response>::try_from_parts
to parse the HTTP response body ofDeploymentConfig::read_namespaced_deployment_config
- Read
Namespaced Deployment Config Status Response - Use
<ReadNamespacedDeploymentConfigStatusResponse as Response>::try_from_parts
to parse the HTTP response body ofDeploymentConfig::read_namespaced_deployment_config_status