MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleCloud / SampleSetReconciler

Struct SampleSetReconciler

pkg/sampleset/ctrls/sampleset_controller.go:41–46  ·  view source on GitHub ↗

SampleSetReconciler reconciles a SampleSet object

Source from the content-addressed store, hash-verified

39
40// SampleSetReconciler reconciles a SampleSet object
41type SampleSetReconciler struct {
42 client.Client
43 Log logr.Logger
44 Scheme *runtime.Scheme
45 Recorder record.EventRecorder
46}
47
48//+kubebuilder:rbac:groups=batch.paddlepaddle.org,resources=samplesets,verbs=get;list;watch;create;update;patch;delete
49//+kubebuilder:rbac:groups=batch.paddlepaddle.org,resources=samplesets/status,verbs=get;update;patch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected