Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// Kubeconfig is an admin kubeconfig file for communicating with the cluster.
// Required: true
Kubeconfig *string `json:"kubeconfig"`
// Name of the cluster.
// Required: true
Name *string `json:"name"`
// Namespace of the cluster. Models the Kubernetes concept of Namespace as OpenShift Hive
// uses that to allow multiple clusters with the same name, separated by owner.
// Required: true
Namespace *string `json:"namespace"`
}
Cluster Cluster is a representation of a Cluster we will reconcile SyncSets to.
swagger:model Cluster
func (*Cluster) MarshalBinary ¶
MarshalBinary interface implementation
func (*Cluster) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.