Skip to content

Class: VdiScheduling

Scheduling configuration for a VDI.

URI: cr8tor_metamodel:VdiScheduling

classDiagram class VdiScheduling click VdiScheduling href "../VdiScheduling/" VdiScheduling : resources VdiScheduling --> "0..1" VdiSchedulingResources : resources click VdiSchedulingResources href "../VdiSchedulingResources/"

Slots

Name Cardinality and Range Description Inheritance
resources 0..1
VdiSchedulingResources
CPU and memory resource requests/limits direct

Usages

used by used in type used
VDI scheduling range VdiScheduling

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/karectl-crates/cr8tor-metamodel

Mappings

Mapping Type Mapped Value
self cr8tor_metamodel:VdiScheduling
native cr8tor_metamodel:VdiScheduling

LinkML Source

Direct

name: VdiScheduling
description: Scheduling configuration for a VDI.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
  resources:
    name: resources
    description: CPU and memory resource requests/limits.
    from_schema: https://w3id.org/karectl-crates/deployment-model
    domain_of:
    - Deployment
    - ProjectSpec
    - VdiScheduling
    range: VdiSchedulingResources
    required: false
    inlined: true

Induced

name: VdiScheduling
description: Scheduling configuration for a VDI.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
  resources:
    name: resources
    description: CPU and memory resource requests/limits.
    from_schema: https://w3id.org/karectl-crates/deployment-model
    alias: resources
    owner: VdiScheduling
    domain_of:
    - Deployment
    - ProjectSpec
    - VdiScheduling
    range: VdiSchedulingResources
    required: false
    inlined: true