Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeService ¶
func MakeService(args *ServiceArgs) *v1.Service
MakeService generates, but does not create, a Service for the given GitHubSource. func MakeService(source *sourcesv1alpha1.GitHubSource, receiveAdapterImage string) *servingv1alpha1.Service {
Types ¶
type ServiceArgs ¶
type ServiceArgs struct { ReceiveAdapterImage string Source *sourcesv1alpha1.GitHubSource }
Click to show internal directories.
Click to hide internal directories.