KindNodeModel
Classsealednet10.0
Represents a node in a Kind cluster configuration.
namespace Aspire.Hosting.ApplicationModel;
public sealed class KindNodeModel{ // ...}7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesExtraMountsget; set Gets or sets additional mount points for the node container. When
null, no extra mounts are configured. ExtraPortMappingsget; set Gets or sets additional port mappings for the node container. When
null, no extra port mappings are configured. Imageget; setstring? Gets or sets the container image for the node. When
null, Kind uses its default image. KubeadmConfigPatchesget; setIList<string> Gets or sets kubeadm config patches applied as merge patches at the node level. Each entry is a YAML string. Node-level patches are applied after cluster-level patches. When
null, no node-level kubeadm patches are applied. Labelsget; setIDictionary<string, string> Gets or sets labels to apply to the node. When
null, no additional labels are applied. Roleget; setstring Gets or sets the role of the node (e.g., "control-plane" or "worker").