v1

package
v0.15.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2020 License: Apache-2.0 Imports: 16 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultService added in v0.13.0

func DefaultService(name, namespace string, so ...ServiceOption) *v1.Service

DefaultService creates a service with ServiceOptions and with default values set

func MarkActive added in v0.13.0

func MarkActive(r *v1.Revision)

MarkActive calls .Status.MarkActive on the Revision.

func MarkCertificateNotOwned added in v0.13.0

func MarkCertificateNotOwned(r *v1.Route)

MarkCertificateNotOwned calls the method of the same name on .Status

func MarkCertificateNotReady added in v0.13.0

func MarkCertificateNotReady(r *v1.Route)

MarkCertificateNotReady calls the method of the same name on .Status

func MarkCertificateReady added in v0.13.0

func MarkCertificateReady(r *v1.Route)

MarkCertificateReady calls the method of the same name on .Status

func MarkConfigurationNotOwned added in v0.13.0

func MarkConfigurationNotOwned(service *v1.Service)

MarkConfigurationNotOwned calls the function of the same name on the Service's status.

func MarkConfigurationNotReconciled added in v0.13.0

func MarkConfigurationNotReconciled(service *v1.Service)

MarkConfigurationNotReconciled calls the function of the same name on the Service's status.

func MarkContainerMissing added in v0.13.0

func MarkContainerMissing(rev *v1.Revision)

MarkContainerMissing calls .Status.MarkContainerMissing on the Revision.

func MarkIngressNotConfigured added in v0.13.0

func MarkIngressNotConfigured(r *v1.Route)

MarkIngressNotConfigured calls the method of the same name on .Status

func MarkIngressReady added in v0.13.0

func MarkIngressReady(r *v1.Route)

MarkIngressReady propagates a Ready=True Ingress status to the Route.

func MarkRevisionNameTaken added in v0.13.0

func MarkRevisionNameTaken(service *v1.Service)

MarkRevisionNameTaken calls the function of the same name on the Service's status

func MarkRevisionReady added in v0.13.0

func MarkRevisionReady(r *v1.Revision)

MarkRevisionReady calls the necessary helpers to make the Revision Ready=True.

func MarkRouteNotOwned added in v0.13.0

func MarkRouteNotOwned(service *v1.Service)

MarkRouteNotOwned calls the function of the same name on the Service's status.

func MarkServiceNotOwned added in v0.13.0

func MarkServiceNotOwned(r *v1.Route)

MarkServiceNotOwned calls the function of the same name on the Service's status.

func MarkTrafficAssigned added in v0.13.0

func MarkTrafficAssigned(r *v1.Route)

MarkTrafficAssigned calls the method of the same name on .Status

func Route added in v0.13.0

func Route(namespace, name string, ro ...RouteOption) *v1.Route

Route creates a route with RouteOptions

func Service

func Service(name, namespace string, so ...ServiceOption) *v1.Service

Service creates a service with ServiceOptions

func ServiceWithoutNamespace

func ServiceWithoutNamespace(name string, so ...ServiceOption) *v1.Service

ServiceWithoutNamespace creates a service with ServiceOptions but without a specific namespace

func WithAddress added in v0.13.0

func WithAddress(r *v1.Route)

WithAddress sets the .Status.Address field to the prototypical internal hostname.

func WithAnotherDomain added in v0.13.0

func WithAnotherDomain(r *v1.Route)

WithAnotherDomain sets the .Status.Domain field to an atypical domain.

func WithConfigDeletionTimestamp added in v0.13.0

func WithConfigDeletionTimestamp(r *v1.Configuration)

func WithConfigOwnersRemoved added in v0.13.0

func WithConfigOwnersRemoved(cfg *v1.Configuration)

WithConfigOwnersRemoved clears the owner references of this Configuration.

func WithHTTPSDomain added in v0.13.0

func WithHTTPSDomain(r *v1.Route)

func WithInitRevConditions added in v0.13.0

func WithInitRevConditions(r *v1.Revision)

WithInitRevConditions calls .Status.InitializeConditions() on a Revision.

func WithInitRouteConditions added in v0.13.0

func WithInitRouteConditions(rt *v1.Route)

WithInitRouteConditions initializes the Service's conditions.

func WithInitSvcConditions added in v0.13.0

func WithInitSvcConditions(s *v1.Service)

WithInitSvcConditions initializes the Service's conditions.

func WithLocalDomain added in v0.13.0

func WithLocalDomain(r *v1.Route)

WithLocalDomain sets the .Status.Domain field to use `svc.cluster.local` suffix.

func WithLogURL added in v0.13.0

func WithLogURL(r *v1.Revision)

WithLogURL sets the .Status.LogURL to the expected value.

func WithNamedRevision added in v0.13.0

func WithNamedRevision(s *v1.Service)

WithNamedRevision configures the Service to use BYO Revision in the template spec and reference that same revision name in the route spec.

func WithObservedGen added in v0.13.0

func WithObservedGen(cfg *v1.Configuration)

WithObservedGen sets the observed generation of the Configuration.

func WithOutOfDateConfig added in v0.13.0

func WithOutOfDateConfig(s *v1.Service)

WithOutOfDateConfig reflects the Configuration's readiness in the Service resource.

func WithReadyCertificateName added in v0.13.0

func WithReadyCertificateName(name string) func(*v1.Route)

WithReadyCertificateName marks the certificate specified by name as ready.

func WithReadyRoute added in v0.13.0

func WithReadyRoute(s *v1.Service)

WithReadyRoute reflects the Route's readiness in the Service resource.

func WithRevisionDeletionTimestamp added in v0.13.0

func WithRevisionDeletionTimestamp(r *v1.Revision)

WithRevisionDeletionTimestamp will set the DeletionTimestamp on the Revision.

func WithRouteConditionsAutoTLSDisabled added in v0.15.0

func WithRouteConditionsAutoTLSDisabled(rt *v1.Route)

WithRouteConditionsAutoTLSDisabled calls MarkAutoTLSNotEnabled after initialized the Service's conditions.

func WithRouteConditionsHTTPDowngrade added in v0.15.0

func WithRouteConditionsHTTPDowngrade(rt *v1.Route)

WithRouteConditionsHTTPDowngrade calls MarkHTTPDowngrade after initialized the Service's conditions.

func WithRouteFinalizer added in v0.13.0

func WithRouteFinalizer(r *v1.Route)

WithRouteFinalizer adds the Route finalizer to the Route.

func WithRouteObservedGeneration added in v0.13.0

func WithRouteObservedGeneration(r *v1.Route)

WithRouteObservedGeneneration sets the route's observed generation to it's generation

func WithRouteOwnersRemoved added in v0.13.0

func WithRouteOwnersRemoved(r *v1.Route)

WithRouteOwnersRemoved clears the owner references of this Route.

func WithRunLatestRollout added in v0.13.0

func WithRunLatestRollout(s *v1.Service)

WithRunLatestRollout configures the Service to use a "runLatest" rollout.

func WithServiceDefaults added in v0.12.0

func WithServiceDefaults(svc *v1.Service)

WithServiceDefaults will set the default values on the service.

func WithServiceDeletionTimestamp added in v0.13.0

func WithServiceDeletionTimestamp(r *v1.Service)

WithServiceDeletionTimestamp will set the DeletionTimestamp on the Service.

func WithServiceObservedGeneration added in v0.13.0

func WithServiceObservedGeneration(svc *v1.Service)

WithServiceObservedGeneration sets the service's observed generation to it's generation

func WithServiceStatusRouteNotReady added in v0.13.0

func WithServiceStatusRouteNotReady(s *v1.Service)

WithServiceStatusRouteNotReady sets the `RoutesReady` condition on the service to `Unknown`.

func WithSvcStatusAddress added in v0.13.0

func WithSvcStatusAddress(s *v1.Service)

WithSvcStatusAddress updates the service's status with the address.

func WithSvcStatusDomain added in v0.13.0

func WithSvcStatusDomain(s *v1.Service)

WithSvcStatusDomain propagates the domain name to the status of the Service.

func WithURL added in v0.13.0

func WithURL(r *v1.Route)

WithURL sets the .Status.Domain field to the prototypical domain.

Types

type ConfigOption

type ConfigOption func(*v1.Configuration)

ConfigOption enables further configuration of a Configuration.

func MarkLatestCreatedFailed added in v0.13.0

func MarkLatestCreatedFailed(msg string) ConfigOption

MarkLatestCreatedFailed calls .Status.MarkLatestCreatedFailed.

func MarkRevisionCreationFailed added in v0.13.0

func MarkRevisionCreationFailed(msg string) ConfigOption

MarkRevisionCreationFailed calls .Status.MarkRevisionCreationFailed.

func WithConfigContainerConcurrency added in v0.13.0

func WithConfigContainerConcurrency(cc int64) ConfigOption

WithConfigContainerConcurrency sets the given Configuration's concurrency.

func WithConfigEnv added in v0.14.0

func WithConfigEnv(evs ...corev1.EnvVar) ConfigOption

WithConfigEnv configures the Service to use the provided environment variables.

func WithConfigImage

func WithConfigImage(img string) ConfigOption

WithConfigImage sets the container image to be the provided string.

func WithConfigLabel added in v0.13.0

func WithConfigLabel(key, value string) ConfigOption

WithConfigLabel attaches a particular label to the configuration.

func WithConfigReadinessProbe

func WithConfigReadinessProbe(p *corev1.Probe) ConfigOption

WithConfigReadinessProbe sets the provided probe to be the readiness probe on the configuration.

func WithConfigRevisionTimeoutSeconds added in v0.14.0

func WithConfigRevisionTimeoutSeconds(revisionTimeoutSeconds int64) ConfigOption

WithConfigRevisionTimeoutSeconds sets revision timeout.

func WithGeneration added in v0.13.0

func WithGeneration(gen int64) ConfigOption

WithGeneration sets the generation of the Configuration.

func WithLatestCreated added in v0.13.0

func WithLatestCreated(name string) ConfigOption

WithLatestCreated initializes the .status.latestCreatedRevisionName to be the name of the latest revision that the Configuration would have created.

func WithLatestReady added in v0.13.0

func WithLatestReady(name string) ConfigOption

WithLatestReady initializes the .status.latestReadyRevisionName to be the name of the latest revision that the Configuration would have created.

type RevisionOption added in v0.13.0

type RevisionOption func(*v1.Revision)

RevisionOption enables further configuration of a Revision.

func MarkActivating added in v0.13.0

func MarkActivating(reason, message string) RevisionOption

MarkActivating calls .Status.MarkActivating on the Revision.

func MarkContainerExiting added in v0.13.0

func MarkContainerExiting(exitCode int32, message string) RevisionOption

MarkContainerExiting calls .Status.MarkContainerExiting on the Revision.

func MarkDeploying added in v0.13.0

func MarkDeploying(reason string) RevisionOption

MarkDeploying calls .Status.MarkDeploying on the Revision.

func MarkInactive added in v0.13.0

func MarkInactive(reason, message string) RevisionOption

MarkInactive calls .Status.MarkInactive on the Revision.

func MarkProgressDeadlineExceeded added in v0.13.0

func MarkProgressDeadlineExceeded(message string) RevisionOption

MarkProgressDeadlineExceeded calls the method of the same name on the Revision with the message we expect the Revision Reconciler to pass.

func MarkResourceNotOwned added in v0.13.0

func MarkResourceNotOwned(kind, name string) RevisionOption

MarkResourceNotOwned calls the function of the same name on the Revision's status.

func MarkResourcesUnavailable added in v0.13.0

func MarkResourcesUnavailable(reason, message string) RevisionOption

MarkResourcesUnavailable calls .Status.MarkResourcesUnavailable on the Revision.

func WithContainerStatuses added in v0.15.0

func WithContainerStatuses(containerStatus []v1.ContainerStatuses) RevisionOption

WithContainerStatuses sets the .Status.ContainerStatuses to the Revision.

func WithCreationTimestamp added in v0.13.0

func WithCreationTimestamp(t time.Time) RevisionOption

WithCreationTimestamp sets the Revision's timestamp to the provided time. TODO(mattmoor): Ideally this could be a more generic Option and use meta.Accessor, but unfortunately Go's type system cannot support that.

func WithImagePullSecrets added in v0.13.0

func WithImagePullSecrets(secretName string) RevisionOption

WithImagePullSecrets updates the revision spec ImagePullSecrets to the provided secrets

func WithLastPinned added in v0.13.0

func WithLastPinned(t time.Time) RevisionOption

WithLastPinned updates the "last pinned" annotation to the provided timestamp.

func WithRevContainerConcurrency added in v0.13.0

func WithRevContainerConcurrency(cc int64) RevisionOption

WithRevContainerConcurrency sets the given Revision's concurrency.

func WithRevName added in v0.13.0

func WithRevName(name string) RevisionOption

WithRevName sets the name of the revision

func WithRevStatus added in v0.13.0

func WithRevStatus(st v1.RevisionStatus) RevisionOption

WithRevStatus is a generic escape hatch for creating hard-to-craft status orientations.

func WithRevisionLabel added in v0.13.0

func WithRevisionLabel(key, value string) RevisionOption

WithRevisionLabel attaches a particular label to the revision.

func WithServiceName added in v0.13.0

func WithServiceName(sn string) RevisionOption

WithServiceName propagates the given service name to the revision status.

type RouteOption

type RouteOption func(*v1.Route)

RouteOption enables further configuration of a Route.

func MarkConfigurationFailed added in v0.13.0

func MarkConfigurationFailed(name string) RouteOption

MarkConfigurationFailed calls the method of the same name on .Status

func MarkConfigurationNotReady added in v0.13.0

func MarkConfigurationNotReady(name string) RouteOption

MarkConfigurationNotReady calls the method of the same name on .Status

func MarkMissingTrafficTarget added in v0.13.0

func MarkMissingTrafficTarget(kind, revision string) RouteOption

MarkMissingTrafficTarget calls the method of the same name on .Status

func WithConfigTarget added in v0.13.0

func WithConfigTarget(config string) RouteOption

WithConfigTarget sets the Route's traffic block to point at a particular Configuration.

func WithIngressClass added in v0.13.0

func WithIngressClass(ingressClass string) RouteOption

WithIngressClass sets the ingress class annotation on the Route.

func WithPropagatedStatus added in v0.13.3

func WithPropagatedStatus(status netv1alpha1.IngressStatus) RouteOption

WithPropagatedStatus propagates the given IngressStatus into the routes status.

func WithRevTarget added in v0.13.0

func WithRevTarget(revision string) RouteOption

WithRevTarget sets the Route's traffic block to point at a particular Revision.

func WithRouteAnnotation added in v0.13.0

func WithRouteAnnotation(annotations map[string]string) RouteOption

WithRouteAnnotation sets the specified annotation on the Route.

func WithRouteDeletionTimestamp added in v0.13.0

func WithRouteDeletionTimestamp(t *metav1.Time) RouteOption

WithRouteDeletionTimestamp adds the Route finalizer to the Route.

func WithRouteGeneration added in v0.13.0

func WithRouteGeneration(generation int64) RouteOption

WithRouteGeneration sets the route's generation

func WithRouteLabel added in v0.13.0

func WithRouteLabel(labels map[string]string) RouteOption

WithRouteLabel sets the specified label on the Route.

func WithRouteUID added in v0.13.0

func WithRouteUID(uid types.UID) RouteOption

WithRouteUID sets the Route's UID

func WithSpecTraffic added in v0.13.0

func WithSpecTraffic(traffic ...v1.TrafficTarget) RouteOption

WithSpecTraffic sets the Route's traffic block to the specified traffic targets.

func WithStatusTraffic added in v0.13.0

func WithStatusTraffic(traffic ...v1.TrafficTarget) RouteOption

WithStatusTraffic sets the Route's status traffic block to the specified traffic targets.

type ServiceOption

type ServiceOption func(*v1.Service)

ServiceOption enables further configuration of a Service.

func WithBYORevisionName added in v0.14.0

func WithBYORevisionName(name string) ServiceOption

WithBYORevisionName sets the given name to the config spec

func WithConfigAnnotations added in v0.14.0

func WithConfigAnnotations(annotations map[string]string) ServiceOption

WithConfigAnnotations assigns config annotations to a service

func WithConfigSpec added in v0.13.0

func WithConfigSpec(config v1.ConfigurationSpec) ServiceOption

WithConfigSpec confgures the Service to use the given config spec

func WithContainerConcurrency

func WithContainerConcurrency(cc int64) ServiceOption

WithContainerConcurrency sets the given Service's concurrency.

func WithEnv

func WithEnv(evs ...corev1.EnvVar) ServiceOption

WithEnv configures the Service to use the provided environment variables.

func WithEnvFrom

func WithEnvFrom(evs ...corev1.EnvFromSource) ServiceOption

WithEnvFrom configures the Service to use the provided environment variables.

func WithFailedConfig added in v0.13.0

func WithFailedConfig(name, reason, message string) ServiceOption

WithFailedConfig reflects the Configuration's failure in the Service resource. The failing revision's name is reflected in LatestCreated.

func WithFailedRoute added in v0.13.0

func WithFailedRoute(reason, message string) ServiceOption

WithFailedRoute reflects a Route's failure in the Service resource.

func WithNamedPort

func WithNamedPort(name string) ServiceOption

WithNamedPort sets the name on the Service's port to the provided name

func WithNumberedPort

func WithNumberedPort(number int32) ServiceOption

WithNumberedPort sets the Service's port number to what's provided.

func WithReadinessProbe added in v0.14.0

func WithReadinessProbe(p *corev1.Probe) ServiceOption

WithReadinessProbe sets the provided probe to be the readiness probe on the service.

func WithReadyConfig added in v0.13.0

func WithReadyConfig(name string) ServiceOption

WithReadyConfig reflects the Configuration's readiness in the Service resource. This must coincide with the setting of Latest{Created,Ready} to the provided revision name.

func WithResourceRequirements

func WithResourceRequirements(resourceRequirements corev1.ResourceRequirements) ServiceOption

WithResourceRequirements attaches resource requirements to the service

func WithRevisionTimeoutSeconds

func WithRevisionTimeoutSeconds(revisionTimeoutSeconds int64) ServiceOption

WithRevisionTimeoutSeconds sets revision timeout

func WithRouteSpec added in v0.13.0

func WithRouteSpec(route v1.RouteSpec) ServiceOption

WithRouteSpec configures the Service to use the given route spec

func WithSecurityContext

func WithSecurityContext(sc *corev1.SecurityContext) ServiceOption

WithSecurityContext configures the Service to use the provided security context.

func WithServiceAccountName

func WithServiceAccountName(serviceAccountName string) ServiceOption

WithServiceAccountName sets revision service account name

func WithServiceAnnotation

func WithServiceAnnotation(k, v string) ServiceOption

WithServiceAnnotation adds the given annotation to the service.

func WithServiceAnnotationRemoved

func WithServiceAnnotationRemoved(k string) ServiceOption

WithServiceAnnotationRemoved adds the given annotation to the service.

func WithServiceAnnotations added in v0.13.0

func WithServiceAnnotations(annotations map[string]string) ServiceOption

WithServiceAnnotations adds the supplied annotations to the Service

func WithServiceGeneration added in v0.13.0

func WithServiceGeneration(generation int64) ServiceOption

WithServiceGeneration sets the service's generation

func WithServiceImage

func WithServiceImage(img string) ServiceOption

WithServiceImage sets the container image to be the provided string.

func WithServiceLabel added in v0.13.0

func WithServiceLabel(key, value string) ServiceOption

WithServiceLabel attaches a particular label to the service.

func WithServiceLatestReadyRevision added in v0.13.0

func WithServiceLatestReadyRevision(lrr string) ServiceOption

WithServiceLatestReadyRevision sets the latest ready revision on the Service's status.

func WithServiceTemplateMeta

func WithServiceTemplateMeta(m metav1.ObjectMeta) ServiceOption

WithServiceTemplateMeta sets the container image to be the provided string.

func WithSvcStatusTraffic added in v0.13.0

func WithSvcStatusTraffic(targets ...v1.TrafficTarget) ServiceOption

WithSvcStatusTraffic sets the Service's status traffic block to the specified traffic targets.

func WithVolume

func WithVolume(name, mountPath string, volumeSource corev1.VolumeSource) ServiceOption

WithVolume adds a volume to the service

func WithWorkingDir

func WithWorkingDir(wd string) ServiceOption

WithWorkingDir configures the Service to use the provided working directory.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL