type APIVersion …
type VersionedSet …
type versionedSet …
func NewVersionedSet(set *Set, apiVersion APIVersion, applied bool) VersionedSet { … }
func (v versionedSet) Set() *Set { … }
func (v versionedSet) APIVersion() APIVersion { … }
func (v versionedSet) Applied() bool { … }
type ManagedFields …
func (lhs ManagedFields) Equals(rhs ManagedFields) bool { … }
func (lhs ManagedFields) Copy() ManagedFields { … }
func (lhs ManagedFields) Difference(rhs ManagedFields) ManagedFields { … }
func (lhs ManagedFields) String() string { … }