Skip to content
Docs Try Aspire

KubernetesResource Properties

Class Properties 6 members
Represents a compute resource for Kubernetes.
Additional resources that are part of this Kubernetes service.
public List<BaseKubernetesResource> AdditionalResources { get; }
Gets or sets the Kubernetes ConfigMap associated with this resource.
public ConfigMap? ConfigMap { get; set; }
Gets the parent resource of type T.
public KubernetesEnvironmentResource Parent { get; }
Gets or sets the Kubernetes Secret associated with this resource.
public Secret? Secret { get; set; }
Gets or sets the Kubernetes Service associated with this resource.
public Service? Service { get; set; }
public Workload? Workload { get; set; }