v1alpha3

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 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"`
	ClusterName     string    `json:"clusterName"`
	TargetSelf      bool      `json:"targetSelf"`
	Targets         []Cluster `json:"targets"`
	Webhook         Webhook   `json:"webhook"`
}

type Cluster

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

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