# Functions
GetDeploymentDetail returns model object of deployment and error, if any.
GetDeploymentEvents returns model events for a deployment with the given name in the given namespace.
GetDeploymentList returns a list of all Deployments in the cluster.
GetDeploymentList returns a list of all Deployments in the cluster reading required resource list once from the channels.
No description provided by the author
# Structs
Deployment is a presentation layer view of Kubernetes Deployment resource.
DeploymentDetail is a presentation layer view of Kubernetes Deployment resource.
ReplicationSetList contains a list of Deployments in the cluster.
RollingUpdateStrategy is behavior of a rolling update.
No description provided by the author