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

Function SampleSetObject

pkg/sampleset/ctrls/base_controller.go:252–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250func StatefulSetObject() client.Object { return &appv1.StatefulSet{} }
251
252func SampleSetObject() client.Object { return &v1alpha1.SampleSet{} }
253
254func SampleJobObject() client.Object { return &v1alpha1.SampleJob{} }
255

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected