v1alpha2

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct {
	metav1.TypeMeta `json:",inline"`
	Webhook         Webhook `json:"webhook"`
}

type Cluster

type Cluster struct {
	Name       string `json:"name"`
	Kubeconfig string `json:"kubeconfig"`
	Context    string `json:"context"`
}

type Scheduler

type Scheduler struct {
	metav1.TypeMeta `json:",inline"`
	Clusters        []Cluster `json:"clusters"`
}

type Webhook

type Webhook struct {
	Port    int    `json:"port"`
	CertDir string `json:"certDir"`
}

Jump to

Keyboard shortcuts

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