Documentation ¶
Overview ¶
Package v1alpha2 contains API Schema definitions for the charon v1alpha2 API group +kubebuilder:object:generate=true +groupName=charon.charon.cr
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "charon.charon.cr", Version: "v1alpha2"} // 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 App ¶
type App struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AppSpec `json:"spec,omitempty"` Status AppStatus `json:"status,omitempty"` }
App is the Schema for the apps API
func (*App) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new App.
func (*App) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*App) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AppList ¶
type AppList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []App `json:"items"` }
AppList contains a list of App
func (*AppList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppList.
func (*AppList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AppSpec ¶
type AppSpec struct {
Image string `json:"image"`
}
AppSpec defines the desired state of App
func (*AppSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppSpec.
func (*AppSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AppStatus ¶
type AppStatus struct {
Image string `json:"image"`
}
AppStatus defines the observed state of App
func (*AppStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppStatus.
func (*AppStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Charon ¶
type Charon struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CharonSpec `json:"spec,omitempty"` Status CharonStatus `json:"status,omitempty"` }
Charon is the Schema for the charons API
func (*Charon) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Charon.
func (*Charon) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Charon) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CharonList ¶
type CharonList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Charon `json:"items"` }
CharonList contains a list of Charon
func (*CharonList) DeepCopy ¶
func (in *CharonList) DeepCopy() *CharonList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CharonList.
func (*CharonList) DeepCopyInto ¶
func (in *CharonList) DeepCopyInto(out *CharonList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CharonList) DeepCopyObject ¶
func (in *CharonList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CharonSpec ¶
type CharonSpec struct { Analyzer string `json:"analyzer"` DeployerImage string `json:"deployerImage"` AnalyzerImage string `json:"analyzerImage"` }
CharonSpec defines the desired state of Charon
func (*CharonSpec) DeepCopy ¶
func (in *CharonSpec) DeepCopy() *CharonSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CharonSpec.
func (*CharonSpec) DeepCopyInto ¶
func (in *CharonSpec) DeepCopyInto(out *CharonSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CharonStatus ¶
type CharonStatus struct {
Image string `json:"image"`
}
CharonStatus defines the observed state of Charon
func (*CharonStatus) DeepCopy ¶
func (in *CharonStatus) DeepCopy() *CharonStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CharonStatus.
func (*CharonStatus) DeepCopyInto ¶
func (in *CharonStatus) DeepCopyInto(out *CharonStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.