Documentation
¶
Index ¶
Constants ¶
View Source
const GroupName = "tmax.io"
View Source
const GroupVersion = "v1"
Variables ¶
View Source
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: GroupVersion}
Functions ¶
This section is empty.
Types ¶
type Alert ¶
type Alert struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec AlertSpec `json:"spec"`
}
func (*Alert) DeepCopyInto ¶
DeepCopyInto copies all properties of this object into another object of the same type that is provided as a pointer.
func (*Alert) DeepCopyObject ¶
DeepCopyObject returns a generically typed copy of an object
Click to show internal directories.
Click to hide internal directories.