GO-2024-3325: kcp's impersonation allows access to global administrative groups in github.com/kcp-dev/kcp
package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Oct 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
NewCommitter returns a function that can patch instances of R based on spec or status changes.
Patcher is just the Patch API with a generic to keep use sites type safe
type Resource[Sp any, St any] struct {
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec Sp `json:"spec"`
Status St `json:"status,omitempty"`
}
Resource is a generic wrapper around resources so we can generate patches
Source Files
¶
Click to show internal directories.
Click to hide internal directories.