Skip to main content

RIasC Custom Resources (1.0.0)

Chroma4Qs v1 device.riasc.eu

The Chroma4Qs resource configures a physical Chroma 4 quadrant grid emulator via SCPI over TCP/IP.

apiVersion
string
Value: "device.riasc.eu/v1"

APIVersion defines the versioned schema of this representation of an object.

kind
string
Value: "Chroma4Q"

Kind is a string value representing the REST resource this object represents.

object

Chrom4q specification.

object
{
  • "apiVersion": "device.riasc.eu/v1",
  • "kind": "Chroma4Q",
  • "metadata": {
    },
  • "spec": {
    },
  • "status": {
    }
}

Projects v1 riasc.eu

A project provides a limited set of users access to a limited set of nodes. A project is backed by a Namespace and set of Roles and RoleBindings

More info:

apiVersion
string
Value: "riasc.eu/v1"

APIVersion defines the versioned schema of this representation of an object.

kind
string
Value: "Project"

Kind is a string value representing the REST resource this object represents.

object

Project specification.

{
  • "apiVersion": "riasc.eu/v1",
  • "kind": "Project",
  • "metadata": {
    },
  • "spec": {
    }
}

TrafficProfiles v1 k8s-netem.riasc.eu

apiVersion
string
Value: "k8s-netem.riasc.eu/v1"

APIVersion defines the versioned schema of this representation of an object.

kind
string
Value: "TrafficProfile"

Kind is a string value representing the REST resource this object represents.

object
{
  • "apiVersion": "k8s-netem.riasc.eu/v1",
  • "kind": "TrafficProfile",
  • "metadata": {
    },
  • "spec": {
    }
}

TimeSyncConfigs v1 riasc.eu

A TimeSyncConfig configures available time-synchronization sources.

apiVersion
string
Value: "riasc.eu/v1"

APIVersion defines the versioned schema of this representation of an object.

kind
string
Value: "TimeSyncConfig"

Kind is a string value representing the REST resource this object represents.

object

Time-synchronization specification.

{
  • "apiVersion": "riasc.eu/v1",
  • "kind": "TimeSyncConfig",
  • "metadata": {
    },
  • "spec": {
    }
}

SchedulerConfigs v1 riasc.eu

A SchedulerConfig plans periodic tests to be performed by perfSONAR nodes in the cluster.

apiVersion
string
Value: "riasc.eu/v1"

APIVersion defines the versioned schema of this representation of an object.

kind
string
Value: "SchedulerConfig"

Kind is a string value representing the REST resource this object represents.

spec
object

A pSConfig configuratopn template as specified by perfSONARs pSConfig documentation:

More info: https://docs.perfsonar.net/psconfig_templates_intro.html

{
  • "apiVersion": "riasc.eu/v1",
  • "kind": "SchedulerConfig",
  • "metadata": {
    },
  • "spec": { }
}