Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppName represents the full app name AppName string = "move2kube" // AppNameShort represents the short app name AppNameShort string = "m2k" // GroupName is the group name use in this package GroupName = AppName + ".konveyor.io" )
Variables ¶
View Source
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"} )
Functions ¶
This section is empty.
Types ¶
type ObjectMeta ¶
type ObjectMeta struct { // Name represents the name of the resource Name string `json:"name,omitempty"` }
ObjectMeta stores object metadata
type TypeMeta ¶
type TypeMeta struct { // APIVersion defines the versioned schema of this representation of an object. APIVersion string `yaml:"apiVersion,omitempty"` // Kind is a string value representing the resource this object represents. Kind string `json:"kind,omitempty"` }
TypeMeta stores apiversion and kind for resources
Click to show internal directories.
Click to hide internal directories.