Versions in this module Expand all Collapse all v0 v0.3.0 Jan 9, 2025 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type AdditionalData struct + Name string + VolumeMountPoint string + func (in *AdditionalData) DeepCopy() *AdditionalData + func (in *AdditionalData) DeepCopyInto(out *AdditionalData) + type BucketDataSource struct + Credentials *corev1.LocalObjectReference + Items []corev1.KeyToPath + ItemsSecret *corev1.LocalObjectReference + func (in *BucketDataSource) DeepCopy() *BucketDataSource + func (in *BucketDataSource) DeepCopyInto(out *BucketDataSource) + type Container struct + Image string + Resources corev1.ResourceRequirements + Verbosity uint8 + func (in *Container) DeepCopy() *Container + func (in *Container) DeepCopyInto(out *Container) + type DataSource struct + Bucket *BucketDataSource + ConfigMap *corev1.ConfigMapVolumeSource + GitRepository *GitRepository + Image *corev1.ImageVolumeSource + Secret *corev1.SecretVolumeSource + Volume *corev1.PersistentVolumeClaimVolumeSource + func (in *DataSource) DeepCopy() *DataSource + func (in *DataSource) DeepCopyInto(out *DataSource) + type GitRepository struct + Credentials *corev1.LocalObjectReference + Ref string + Repository string + func (in *GitRepository) DeepCopy() *GitRepository + func (in *GitRepository) DeepCopyInto(out *GitRepository) + type Image struct + Spec ImageSpec + Status ImageStatus + func (*Image) Hub() + func (in *Image) DeepCopy() *Image + func (in *Image) DeepCopyInto(out *Image) + func (in *Image) DeepCopyObject() runtime.Object + func (r *Image) SetupWebhookWithManager(mgr ctrl.Manager) error + type ImageList struct + Items []Image + func (in *ImageList) DeepCopy() *ImageList + func (in *ImageList) DeepCopyInto(out *ImageList) + func (in *ImageList) DeepCopyObject() runtime.Object + type ImageSpec struct + AdditionalData []AdditionalData + Affinity *corev1.Affinity + BucketCredentials corev1.LocalObjectReference + Builder Container + Configuration string + Format string + GitFetcher Container + ObjFetcher Container + Result corev1.LocalObjectReference + func (in *ImageSpec) DeepCopy() *ImageSpec + func (in *ImageSpec) DeepCopyInto(out *ImageSpec) + type ImageStatus struct + Ready bool + func (in *ImageStatus) DeepCopy() *ImageStatus + func (in *ImageStatus) DeepCopyInto(out *ImageStatus)