Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the config v1alpha1 API group +kubebuilder:object:generate=true +groupName=config.skydive.network
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config.skydive.network", Version: "v1alpha1"} // 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 Skydive ¶
type Skydive struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SkydiveSpec `json:"spec,omitempty"` Status SkydiveStatus `json:"status,omitempty"` }
Skydive is the Schema for the skydives API
func (*Skydive) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Skydive.
func (*Skydive) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Skydive) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SkydiveList ¶
type SkydiveList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Skydive `json:"items"` }
SkydiveList contains a list of Skydive
func (*SkydiveList) DeepCopy ¶
func (in *SkydiveList) DeepCopy() *SkydiveList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkydiveList.
func (*SkydiveList) DeepCopyInto ¶
func (in *SkydiveList) DeepCopyInto(out *SkydiveList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SkydiveList) DeepCopyObject ¶
func (in *SkydiveList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SkydiveSpec ¶
type SkydiveSpec struct { // Foo is an example field of Skydive. Edit Skydive_types.go to remove/update Foo string `json:"foo,omitempty"` }
SkydiveSpec defines the desired state of Skydive
func (*SkydiveSpec) DeepCopy ¶
func (in *SkydiveSpec) DeepCopy() *SkydiveSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkydiveSpec.
func (*SkydiveSpec) DeepCopyInto ¶
func (in *SkydiveSpec) DeepCopyInto(out *SkydiveSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SkydiveStatus ¶
type SkydiveStatus struct { }
SkydiveStatus defines the observed state of Skydive
func (*SkydiveStatus) DeepCopy ¶
func (in *SkydiveStatus) DeepCopy() *SkydiveStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkydiveStatus.
func (*SkydiveStatus) DeepCopyInto ¶
func (in *SkydiveStatus) DeepCopyInto(out *SkydiveStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.