Documentation ¶
Index ¶
- func GetBuildResource(rnInfo *RuntimeInfo, fn *runtimev1alpha1.Function, imageName string, ...) *buildv1alpha1.Build
- func GetBuildTemplateSpec(fn *runtimev1alpha1.Function) buildv1alpha1.BuildTemplateSpec
- func GetServiceSpec(imageName string, fn runtimev1alpha1.Function, rnInfo *RuntimeInfo) servingv1alpha1.ServiceSpec
- type Runtime
- type RuntimeInfo
- type RuntimesSupported
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBuildResource ¶
func GetBuildResource(rnInfo *RuntimeInfo, fn *runtimev1alpha1.Function, imageName string, buildName string) *buildv1alpha1.Build
func GetBuildTemplateSpec ¶
func GetBuildTemplateSpec(fn *runtimev1alpha1.Function) buildv1alpha1.BuildTemplateSpec
func GetServiceSpec ¶
func GetServiceSpec(imageName string, fn runtimev1alpha1.Function, rnInfo *RuntimeInfo) servingv1alpha1.ServiceSpec
GetServiceSpec gets ServiceSpec for a function
Types ¶
type RuntimeInfo ¶
type RuntimeInfo struct { RegistryInfo string AvailableRuntimes []RuntimesSupported ServiceAccount string }
func (*RuntimeInfo) DockerFileConfigMapName ¶
func (ri *RuntimeInfo) DockerFileConfigMapName(runtime string) string
type RuntimesSupported ¶
Click to show internal directories.
Click to hide internal directories.