NodeSpec

interface NodeSpec {
    Availability?: NodeSpecAvailabilityEnum;
    Labels?: {
        [key: string]: string;
    };
    Name?: string;
    Role?: NodeSpecRoleEnum;
}

Properties

Availability of the node.

Labels?: {
    [key: string]: string;
}

User-defined key/value metadata.

Name?: string

Name for the node.

Role of the node.