Versions in this module Expand all Collapse all v1 v1.6.4 Jun 17, 2022 v1.6.3 Jun 17, 2022 Changes in this version + type AuthorizeOptions struct + type CreateOptions struct + DryRun []string + type DeleteOptions struct + Unscoped bool + type ExportOptions struct + Exact bool + Export bool + type Extend map[string]interface + func (ext Extend) Merge(extendShadow string) Extend + func (ext Extend) String() string + type GetOptions struct + type ListInterface interface + GetTotalCount func() int64 + SetTotalCount func(count int64) + type ListMeta struct + TotalCount int64 + func (meta *ListMeta) GetTotalCount() int64 + func (meta *ListMeta) SetTotalCount(count int64) + func (obj *ListMeta) GetListMeta() ListInterface + type ListOptions struct + FieldSelector string + LabelSelector string + Limit *int64 + Offset *int64 + TimeoutSeconds *int64 + type Object interface + GetCreatedAt func() time.Time + GetID func() uint64 + GetName func() string + GetUpdatedAt func() time.Time + SetCreatedAt func(createdAt time.Time) + SetID func(id uint64) + SetName func(name string) + SetUpdatedAt func(updatedAt time.Time) + type ObjectMeta struct + CreatedAt time.Time + Extend Extend + ExtendShadow string + ID uint64 + InstanceID string + Name string + UpdatedAt time.Time + func (meta *ObjectMeta) GetCreatedAt() time.Time + func (meta *ObjectMeta) GetID() uint64 + func (meta *ObjectMeta) GetName() string + func (meta *ObjectMeta) GetUpdatedAt() time.Time + func (meta *ObjectMeta) SetCreatedAt(createdAt time.Time) + func (meta *ObjectMeta) SetID(id uint64) + func (meta *ObjectMeta) SetName(name string) + func (meta *ObjectMeta) SetUpdatedAt(updatedAt time.Time) + func (obj *ObjectMeta) AfterFind(tx *gorm.DB) error + func (obj *ObjectMeta) BeforeCreate(tx *gorm.DB) error + func (obj *ObjectMeta) BeforeUpdate(tx *gorm.DB) error + func (obj *ObjectMeta) GetObjectMeta() Object + type ObjectMetaAccessor interface + GetObjectMeta func() Object + type PatchOptions struct + DryRun []string + Force bool + type TableOptions struct + NoHeaders bool + type Type interface + GetAPIVersion func() string + GetKind func() string + SetAPIVersion func(version string) + SetKind func(kind string) + type TypeMeta struct + APIVersion string + Kind string + func (meta *TypeMeta) GetAPIVersion() string + func (meta *TypeMeta) GetKind() string + func (meta *TypeMeta) SetAPIVersion(version string) + func (meta *TypeMeta) SetKind(kind string) + func (obj *TypeMeta) GetObjectKind() scheme.ObjectKind + func (obj *TypeMeta) GroupVersionKind() scheme.GroupVersionKind + func (obj *TypeMeta) SetGroupVersionKind(gvk scheme.GroupVersionKind) + type UpdateOptions struct + DryRun []string