Class: KubespawnerOverride
KubeSpawner override settings for a jupyterhub profile.
URI: cr8tor_metamodel:KubespawnerOverride
classDiagram
class KubespawnerOverride
click KubespawnerOverride href "../KubespawnerOverride/"
KubespawnerOverride : env
KubespawnerOverride --> "*" EnvironmentVariable : env
click EnvironmentVariable href "../EnvironmentVariable/"
KubespawnerOverride : image
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| image | 0..1 String |
Container image for the workspace | direct |
| env | * EnvironmentVariable |
Environment variables for the workspace | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ProfileConfig | kubespawner_override | range | KubespawnerOverride |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/karectl-crates/cr8tor-metamodel
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cr8tor_metamodel:KubespawnerOverride |
| native | cr8tor_metamodel:KubespawnerOverride |
LinkML Source
Direct
name: KubespawnerOverride
description: KubeSpawner override settings for a jupyterhub profile.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
image:
name: image
description: Container image for the workspace.
from_schema: https://w3id.org/karectl-crates/deployment-model
domain_of:
- VDI
- KubespawnerOverride
range: string
required: false
env:
name: env
description: Environment variables for the workspace.
from_schema: https://w3id.org/karectl-crates/deployment-model
domain_of:
- VDI
- KubespawnerOverride
range: EnvironmentVariable
required: false
multivalued: true
inlined: true
inlined_as_list: true
Induced
name: KubespawnerOverride
description: KubeSpawner override settings for a jupyterhub profile.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
image:
name: image
description: Container image for the workspace.
from_schema: https://w3id.org/karectl-crates/deployment-model
alias: image
owner: KubespawnerOverride
domain_of:
- VDI
- KubespawnerOverride
range: string
required: false
env:
name: env
description: Environment variables for the workspace.
from_schema: https://w3id.org/karectl-crates/deployment-model
alias: env
owner: KubespawnerOverride
domain_of:
- VDI
- KubespawnerOverride
range: EnvironmentVariable
required: false
multivalued: true
inlined: true
inlined_as_list: true