Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the multicluster v1alpha1 API group +kubebuilder:object:generate=true +groupName=multicluster.samanthajayasinghe.github.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "multicluster.samanthajayasinghe.github.io", 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 LogForwarder ¶
type LogForwarder struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LogForwarderSpec `json:"spec,omitempty"` Status LogForwarderStatus `json:"status,omitempty"` }
LogForwarder is the Schema for the logforwarders API
func (*LogForwarder) DeepCopy ¶
func (in *LogForwarder) DeepCopy() *LogForwarder
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogForwarder.
func (*LogForwarder) DeepCopyInto ¶
func (in *LogForwarder) DeepCopyInto(out *LogForwarder)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LogForwarder) DeepCopyObject ¶
func (in *LogForwarder) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LogForwarderList ¶
type LogForwarderList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LogForwarder `json:"items"` }
LogForwarderList contains a list of LogForwarder
func (*LogForwarderList) DeepCopy ¶
func (in *LogForwarderList) DeepCopy() *LogForwarderList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogForwarderList.
func (*LogForwarderList) DeepCopyInto ¶
func (in *LogForwarderList) DeepCopyInto(out *LogForwarderList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LogForwarderList) DeepCopyObject ¶
func (in *LogForwarderList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LogForwarderSpec ¶
type LogForwarderSpec struct { Image string `json:"image,omitempty"` Destination string `json:"destination,omitempty"` }
LogForwarderSpec defines the desired state of LogForwarder
func (*LogForwarderSpec) DeepCopy ¶
func (in *LogForwarderSpec) DeepCopy() *LogForwarderSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogForwarderSpec.
func (*LogForwarderSpec) DeepCopyInto ¶
func (in *LogForwarderSpec) DeepCopyInto(out *LogForwarderSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LogForwarderStatus ¶
type LogForwarderStatus struct {
Phase string `json:"phase"`
}
LogForwarderStatus defines the observed state of LogForwarder
func (*LogForwarderStatus) DeepCopy ¶
func (in *LogForwarderStatus) DeepCopy() *LogForwarderStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogForwarderStatus.
func (*LogForwarderStatus) DeepCopyInto ¶
func (in *LogForwarderStatus) DeepCopyInto(out *LogForwarderStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.