model

package
v0.0.0-...-5826143 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Challenge

type Challenge struct {
	Id            string
	Slug          string
	Name          string
	Description   string
	Provisioner   *Provisioner
	Documentation []*Document
}

type ChallengeSet

type ChallengeSet struct {
	Id          string
	Slug        string
	Name        string
	Description string
	Version     string
	Challenges  []string
}

type Document

type Document struct {
	Name string
	Path string
}

type KubernetesProvisioner

type KubernetesProvisioner struct {
	TemplatePath       string `json:"templatePath"`
	TemplateCRDVersion string `json:"templateCRDVersion"`
}

type Provisioner

type Provisioner struct {
	Type string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL