package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 18, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Agent struct {
metav1.TypeMeta `json:",inline"`
UseClusterNamespaces bool `json:"useClusterNamespaces"`
Remotes []Remote `json:"remotes"`
}
type Cluster struct {
Name string `json:"name"`
ClusterNamespace string `json:"clusterNamespace"`
Memberships []Membership `json:"memberships"`
}
type Membership struct {
FederationName string `json:"federationName"`
}
type Remote struct {
Kubeconfig string `json:"kubeconfig"`
Context string `json:"context"`
ClusterName string `json:"clusterName"`
}
type Scheduler struct {
metav1.TypeMeta `json:",inline"`
Clusters []Cluster `json:"clusters"`
UseClusterNamespaces bool `json:"useClusterNamespaces"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.