Versions in this module Expand all Collapse all v0 v0.10.0 Oct 29, 2019 v0.9.0 Sep 16, 2019 Changes in this version + func Service(name, namespace string, so ...ServiceOption) *v1.Service + func ServiceWithoutNamespace(name string, so ...ServiceOption) *v1.Service + type ConfigOption func(*v1.Configuration) + func WithConfigImage(img string) ConfigOption + func WithConfigReadinessProbe(p *corev1.Probe) ConfigOption + type RouteOption func(*v1.Route) + type ServiceOption func(*v1.Service) + func WithContainerConcurrency(cc int64) ServiceOption + func WithEnv(evs ...corev1.EnvVar) ServiceOption + func WithEnvFrom(evs ...corev1.EnvFromSource) ServiceOption + func WithInlineConfigSpec(config v1.ConfigurationSpec) ServiceOption + func WithNamedPort(name string) ServiceOption + func WithNumberedPort(number int32) ServiceOption + func WithResourceRequirements(resourceRequirements corev1.ResourceRequirements) ServiceOption + func WithRevisionTimeoutSeconds(revisionTimeoutSeconds int64) ServiceOption + func WithSecurityContext(sc *corev1.SecurityContext) ServiceOption + func WithServiceAccountName(serviceAccountName string) ServiceOption + func WithServiceAnnotation(k, v string) ServiceOption + func WithServiceAnnotationRemoved(k string) ServiceOption + func WithServiceImage(img string) ServiceOption + func WithServiceTemplateMeta(m metav1.ObjectMeta) ServiceOption + func WithVolume(name, mountPath string, volumeSource corev1.VolumeSource) ServiceOption + func WithWorkingDir(wd string) ServiceOption