Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the game v1 API group +kubebuilder:object:generate=true +groupName=game.example.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "game.example.com", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type Tig ¶
type Tig struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec TigSpec `json:"spec,omitempty"`
Status TigStatus `json:"status,omitempty"`
}
Tig is the Schema for the tigs API
func (*Tig) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tig.
func (*Tig) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Tig) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TigList ¶
type TigList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []Tig `json:"items"`
}
TigList contains a list of Tig
func (*TigList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TigList.
func (*TigList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TigList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TigSpec ¶
type TigSpec struct {
// Foo is an example field of Tig. Edit tig_types.go to remove/update
It string `json:"it"`
}
TigSpec defines the desired state of Tig
func (*TigSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TigSpec.
func (*TigSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TigStatus ¶
type TigStatus struct {
}
TigStatus defines the observed state of Tig
func (*TigStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TigStatus.
func (*TigStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.