Skip to content
Docs Try Aspire

Deployment Properties

Class Properties 2 members
Represents a Kubernetes Deployment resource for managing application deployments in a cluster.
Gets the pod template specification for the Deployment.
public override PodTemplateSpecV1 PodTemplate { get; }
Gets or sets the specification of the Kubernetes Deployment resource.
public DeploymentSpecV1 Spec { get; set; }
This property defines the detailed configuration and desired state of the Deployment resource. It includes settings such as the desired number of replicas, update strategies, pod templates, label selectors, and other deployment-related configurations.