Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the sheetops v1alpha1 API group +kubebuilder:object:generate=true +groupName=sheetops.hairizuan.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "sheetops.hairizuan.com", 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 GooglesheetSync ¶
type GooglesheetSync struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GooglesheetSyncSpec `json:"spec,omitempty"` Status GooglesheetSyncStatus `json:"status,omitempty"` }
GooglesheetSync is the Schema for the googlesheetsyncs API
func (*GooglesheetSync) DeepCopy ¶
func (in *GooglesheetSync) DeepCopy() *GooglesheetSync
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GooglesheetSync.
func (*GooglesheetSync) DeepCopyInto ¶
func (in *GooglesheetSync) DeepCopyInto(out *GooglesheetSync)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GooglesheetSync) DeepCopyObject ¶
func (in *GooglesheetSync) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GooglesheetSyncList ¶
type GooglesheetSyncList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GooglesheetSync `json:"items"` }
GooglesheetSyncList contains a list of GooglesheetSync
func (*GooglesheetSyncList) DeepCopy ¶
func (in *GooglesheetSyncList) DeepCopy() *GooglesheetSyncList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GooglesheetSyncList.
func (*GooglesheetSyncList) DeepCopyInto ¶
func (in *GooglesheetSyncList) DeepCopyInto(out *GooglesheetSyncList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GooglesheetSyncList) DeepCopyObject ¶
func (in *GooglesheetSyncList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GooglesheetSyncSpec ¶
type GooglesheetSyncSpec struct { // Foo is an example field of GooglesheetSync. Edit GooglesheetSync_types.go to remove/update SpreadsheetID string `json:"spreadsheet_id,omitempty"` CellRange string `json:"cell_range,omitempty"` }
GooglesheetSyncSpec defines the desired state of GooglesheetSync
func (*GooglesheetSyncSpec) DeepCopy ¶
func (in *GooglesheetSyncSpec) DeepCopy() *GooglesheetSyncSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GooglesheetSyncSpec.
func (*GooglesheetSyncSpec) DeepCopyInto ¶
func (in *GooglesheetSyncSpec) DeepCopyInto(out *GooglesheetSyncSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GooglesheetSyncStatus ¶
type GooglesheetSyncStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file SyncStatus string `json:"sync_status,omitempty"` }
GooglesheetSyncStatus defines the observed state of GooglesheetSync
func (*GooglesheetSyncStatus) DeepCopy ¶
func (in *GooglesheetSyncStatus) DeepCopy() *GooglesheetSyncStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GooglesheetSyncStatus.
func (*GooglesheetSyncStatus) DeepCopyInto ¶
func (in *GooglesheetSyncStatus) DeepCopyInto(out *GooglesheetSyncStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.