Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeDeployment ¶
func MakeDeployment(args ContainerArguments) *appsv1.Deployment
Types ¶
type ContainerArguments ¶
type ContainerArguments struct {
Source *v1alpha1.ContainerSource
Name string
Namespace string
Template *corev1.PodTemplateSpec
Sink string
Annotations map[string]string
Labels map[string]string
// TODO(jingweno): The following fields are to be deprecated
// Use `Template` instead
Image string
Args []string
Env []corev1.EnvVar
ServiceAccountName string
}
Click to show internal directories.
Click to hide internal directories.