Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + const Abandon + const Create + const Delete + const Error + const ManagementConflict + const NoOp + const OperationManage + const Update + const UpdateCSMetadata + func CanManage(scope declared.Scope, syncName string, obj client.Object, ...) bool + func IsManager(scope declared.Scope, syncName string, obj client.Object) bool + func IsUnknown(obj client.Object) bool + func Unknown() client.Object + func ValidateManager(reconciler, manager string, id core.ID, op admissionv1.Operation) error + type Diff struct + Actual client.Object + Declared client.Object + func ThreeWay(newDeclared, previousDeclared, actual map[core.ID]client.Object) []Diff + func (d *Diff) GetName() string + func (d Diff) Operation(scope declared.Scope, syncName string) Operation + func (d Diff) UnstructuredActual() (*unstructured.Unstructured, status.Error) + func (d Diff) UnstructuredDeclared() (*unstructured.Unstructured, status.Error) + type Operation string v1.23.0-rc.1 Oct 27, 2025