MCPcopy
hub / github.com/argoproj/argo-cd / newFakeMultiSourceApp

Function newFakeMultiSourceApp

controller/appcontroller_test.go:564–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

562}
563
564func newFakeMultiSourceApp() *v1alpha1.Application {
565 return createFakeApp(fakeMultiSourceApp)
566}
567
568func createFakeAppWithHealthAndTime(testApp string, status health.HealthStatusCode, timestamp metav1.Time) *v1alpha1.Application {
569 app := createFakeApp(testApp)

Calls 1

createFakeAppFunction · 0.85

Tested by

no test coverage detected