Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2023 Changes in this version + type FakeObjectConvertor struct + func (c *FakeObjectConvertor) Convert(in, out, context interface{}) error + func (c *FakeObjectConvertor) ConvertFieldLabel(_ schema.GroupVersionKind, _, _ string) (string, string, error) + func (c *FakeObjectConvertor) ConvertToVersion(in runtime.Object, _ runtime.GroupVersioner) (runtime.Object, error) + type FakeObjectCreater struct + func (f *FakeObjectCreater) New(gvk schema.GroupVersionKind) (runtime.Object, error) + type FakeObjectDefaulter struct + func (d *FakeObjectDefaulter) Default(in runtime.Object) + type TestFieldManagerImpl struct + func NewTestFieldManagerImpl(typeConverter managedfields.TypeConverter, gvk schema.GroupVersionKind, ...) *TestFieldManagerImpl + func (f *TestFieldManagerImpl) APIVersion() string + func (f *TestFieldManagerImpl) Apply(obj runtime.Object, manager string, force bool) error + func (f *TestFieldManagerImpl) Live() runtime.Object + func (f *TestFieldManagerImpl) ManagedFields() []metav1.ManagedFieldsEntry + func (f *TestFieldManagerImpl) Reset() + func (f *TestFieldManagerImpl) Update(obj runtime.Object, manager string) error