Versions in this module Expand all Collapse all v0 v0.11.1 Jan 25, 2024 v0.11.0 Jan 18, 2024 Changes in this version + const CAggregatesResourceType + const CInventoriesResourceType + const CSizesResourceType + const CStatusSubresource + type AggregateInterface interface + Create func(ctx context.Context, aggregate *metalv1alpha4.Aggregate, ...) (*metalv1alpha4.Aggregate, error) + Delete func(ctx context.Context, name string, opts metav1.DeleteOptions) error + DeleteCollection func(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error + Get func(ctx context.Context, name string, opts metav1.GetOptions) (*metalv1alpha4.Aggregate, error) + List func(ctx context.Context, opts metav1.ListOptions) (*metalv1alpha4.AggregateList, error) + Patch func(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*metalv1alpha4.Aggregate, error) + Update func(ctx context.Context, aggregate *metalv1alpha4.Aggregate, ...) (*metalv1alpha4.Aggregate, error) + UpdateStatus func(ctx context.Context, aggregate *metalv1alpha4.Aggregate, ...) (*metalv1alpha4.Aggregate, error) + Watch func(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) + type InventoryInterface interface + Create func(ctx context.Context, inventory *metalv1alpha4.Inventory, ...) (*metalv1alpha4.Inventory, error) + Delete func(ctx context.Context, name string, opts metav1.DeleteOptions) error + DeleteCollection func(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error + Get func(ctx context.Context, name string, opts metav1.GetOptions) (*metalv1alpha4.Inventory, error) + List func(ctx context.Context, opts metav1.ListOptions) (*metalv1alpha4.InventoryList, error) + Patch func(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*metalv1alpha4.Inventory, error) + Update func(ctx context.Context, inventory *metalv1alpha4.Inventory, ...) (*metalv1alpha4.Inventory, error) + UpdateStatus func(ctx context.Context, inventory *metalv1alpha4.Inventory, ...) (*metalv1alpha4.Inventory, error) + Watch func(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) + type SizeInterface interface + Create func(ctx context.Context, size *metalv1alpha4.Size, opts metav1.CreateOptions) (*metalv1alpha4.Size, error) + Delete func(ctx context.Context, name string, opts metav1.DeleteOptions) error + DeleteCollection func(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error + Get func(ctx context.Context, name string, opts metav1.GetOptions) (*metalv1alpha4.Size, error) + List func(ctx context.Context, opts metav1.ListOptions) (*metalv1alpha4.SizeList, error) + Patch func(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*metalv1alpha4.Size, error) + Update func(ctx context.Context, size *metalv1alpha4.Size, opts metav1.UpdateOptions) (*metalv1alpha4.Size, error) + UpdateStatus func(ctx context.Context, size *metalv1alpha4.Size, opts metav1.UpdateOptions) (*metalv1alpha4.Size, error) + Watch func(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) + type V1Alpha1Interface interface + Aggregates func(namespace string) AggregateInterface + Inventories func(namespace string) InventoryInterface + Sizes func(namespace string) SizeInterface + func NewForConfig(c *rest.Config) (V1Alpha1Interface, error)