InstanceTypeSchema interface
Instance type schema.
Properties
node |
Node Selector |
resources | Resource requests/limits for this instance type |
Property Details
nodeSelector
Node Selector
nodeSelector?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
resources
Resource requests/limits for this instance type
resources?: InstanceTypeSchemaResources