models

package
v0.0.0-...-72ee208 Latest Latest
Warning

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

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

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

func (m *Cluster) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*Cluster) UnmarshalBinary

func (m *Cluster) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*Cluster) Validate

func (m *Cluster) Validate(formats strfmt.Registry) error

Validate validates this cluster

Jump to

Keyboard shortcuts

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