Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the devtools v1alpha1 API group +kubebuilder:object:generate=true +groupName=devtools.immich.app
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "devtools.immich.app", 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 DatabaseConfiguration ¶
type DatabaseConfiguration struct { // +kubebuilder:default:=empty // +kubebuilder:validation:Enum:=empty // +optional InitType DatabaseInitType `json:"initType,omitempty"` }
func (*DatabaseConfiguration) DeepCopy ¶
func (in *DatabaseConfiguration) DeepCopy() *DatabaseConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseConfiguration.
func (*DatabaseConfiguration) DeepCopyInto ¶
func (in *DatabaseConfiguration) DeepCopyInto(out *DatabaseConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseInitType ¶
type DatabaseInitType string
const (
DatabaseInitTypeEmpty DatabaseInitType = "empty"
)
type ImmichConfiguration ¶
type ImmichConfiguration struct { Tag string `json:"tag"` Server *ImmichServerConfiguration `json:"server,omitempty"` }
func (*ImmichConfiguration) DeepCopy ¶
func (in *ImmichConfiguration) DeepCopy() *ImmichConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImmichConfiguration.
func (*ImmichConfiguration) DeepCopyInto ¶
func (in *ImmichConfiguration) DeepCopyInto(out *ImmichConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImmichServerConfiguration ¶
type ImmichServerConfiguration struct { // +kubebuilder:default:=1 // +optional Replicas int32 `json:"replicas,omitempty"` }
func (*ImmichServerConfiguration) DeepCopy ¶
func (in *ImmichServerConfiguration) DeepCopy() *ImmichServerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImmichServerConfiguration.
func (*ImmichServerConfiguration) DeepCopyInto ¶
func (in *ImmichServerConfiguration) DeepCopyInto(out *ImmichServerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Preview ¶
type Preview struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PreviewSpec `json:"spec,omitempty"` Status PreviewStatus `json:"status,omitempty"` }
Preview is the Schema for the previews API
func (*Preview) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Preview.
func (*Preview) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Preview) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PreviewList ¶
type PreviewList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Preview `json:"items"` }
PreviewList contains a list of Preview
func (*PreviewList) DeepCopy ¶
func (in *PreviewList) DeepCopy() *PreviewList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewList.
func (*PreviewList) DeepCopyInto ¶
func (in *PreviewList) DeepCopyInto(out *PreviewList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PreviewList) DeepCopyObject ¶
func (in *PreviewList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PreviewSpec ¶
type PreviewSpec struct { Immich *ImmichConfiguration `json:"immich"` Database *DatabaseConfiguration `json:"database,omitempty"` }
PreviewSpec defines the desired state of Preview
func (*PreviewSpec) DeepCopy ¶
func (in *PreviewSpec) DeepCopy() *PreviewSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewSpec.
func (*PreviewSpec) DeepCopyInto ¶
func (in *PreviewSpec) DeepCopyInto(out *PreviewSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PreviewStatus ¶
type PreviewStatus struct {
Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
}
PreviewStatus defines the observed state of Preview
func (*PreviewStatus) DeepCopy ¶
func (in *PreviewStatus) DeepCopy() *PreviewStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewStatus.
func (*PreviewStatus) DeepCopyInto ¶
func (in *PreviewStatus) DeepCopyInto(out *PreviewStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.