schema

package
v0.0.0-...-480dd5c Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = types.APIVersion{
		Version: "v1",
		Group:   "cluster.cattle.io",
		Path:    "/v1-cluster",
	}

	Schemas = factory.Schemas(&Version).
			AddMapperForType(&Version, v1.Cluster{}, mapper.DisplayName{}).
			AddMapperForType(&Version, v1.Machine{}, mapper.DisplayName{}).
			AddMapperForType(&Version, v1.MachineDriver{}, mapper.DisplayName{}).
			AddMapperForType(&Version, v1.MachineTemplate{}, mapper.DisplayName{}).
			MustImport(&Version, v1.Cluster{}).
			MustImport(&Version, v1.ClusterNode{}).
			MustImport(&Version, v1.Machine{}).
			MustImport(&Version, v1.MachineDriver{}).
			MustImport(&Version, v1.MachineTemplate{})
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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