v1alpha1

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 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"`
	UseClusterNamespaces bool     `json:"useClusterNamespaces"`
	Remotes              []Remote `json:"remotes"`
}

type Cluster

type Cluster struct {
	Name             string       `json:"name"`
	ClusterNamespace string       `json:"clusterNamespace"`
	Memberships      []Membership `json:"memberships"`
}

type Membership

type Membership struct {
	FederationName string `json:"federationName"`
}

type Remote

type Remote struct {
	Kubeconfig  string `json:"kubeconfig"`
	Context     string `json:"context"`
	ClusterName string `json:"clusterName"`
}

type Scheduler

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

Jump to

Keyboard shortcuts

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