Documentation ¶
Index ¶
- Constants
- Variables
- func MarkActive(r *v1alpha1.Revision)
- func MarkConfigurationNotOwned(service *v1alpha1.Service)
- func MarkContainerMissing(rev *v1alpha1.Revision)
- func MarkIngressReady(r *v1alpha1.Route)
- func MarkProgressDeadlineExceeded(r *v1alpha1.Revision)
- func MarkRevisionReady(r *v1alpha1.Revision)
- func MarkRouteNotOwned(service *v1alpha1.Service)
- func MarkServiceNotOwned(r *v1alpha1.Route)
- func MarkServiceTimeout(r *v1alpha1.Revision)
- func MarkTrafficAssigned(r *v1alpha1.Route)
- func MutateK8sService(svc *corev1.Service)
- func Service(name, namespace string, so ...ServiceOption) *v1alpha1.Service
- func WithAddress(r *v1alpha1.Route)
- func WithAnotherDomain(r *v1alpha1.Route)
- func WithAnotherRouteFinalizer(r *v1alpha1.Route)
- func WithBuild(cfg *v1alpha1.Configuration)
- func WithConfigDeletionTimestamp(r *v1alpha1.Configuration)
- func WithConfigOwnersRemoved(cfg *v1alpha1.Configuration)
- func WithDomain(r *v1alpha1.Route)
- func WithDomainInternal(r *v1alpha1.Route)
- func WithEmptyLTTs(r *v1alpha1.Revision)
- func WithHPAClass(pa *autoscalingv1alpha1.PodAutoscaler)
- func WithInitRevConditions(r *v1alpha1.Revision)
- func WithInitRouteConditions(rt *v1alpha1.Route)
- func WithInitSvcConditions(s *v1alpha1.Service)
- func WithK8sSvcOwnersRemoved(svc *corev1.Service)
- func WithKPAClass(pa *autoscalingv1alpha1.PodAutoscaler)
- func WithLocalDomain(r *v1alpha1.Route)
- func WithLogURL(r *v1alpha1.Revision)
- func WithManualRollout(s *v1alpha1.Service)
- func WithManualStatus(s *v1alpha1.Service)
- func WithNoBuild(r *v1alpha1.Revision)
- func WithObservedGen(cfg *v1alpha1.Configuration)
- func WithOngoingBuild(r *v1alpha1.Revision)
- func WithPADeletionTimestamp(r *autoscalingv1alpha1.PodAutoscaler)
- func WithPodAutoscalerOwnersRemoved(r *autoscalingv1alpha1.PodAutoscaler)
- func WithReadyRoute(s *v1alpha1.Service)
- func WithRevisionDeletionTimestamp(r *v1alpha1.Revision)
- func WithRouteDeletionTimestamp(r *v1alpha1.Route)
- func WithRouteFinalizer(r *v1alpha1.Route)
- func WithRouteOwnersRemoved(r *v1alpha1.Route)
- func WithRunLatestRollout(s *v1alpha1.Service)
- func WithServiceDeletionTimestamp(r *v1alpha1.Service)
- func WithServiceStatusRouteNotReady(s *v1alpha1.Service)
- func WithSubsets(ep *corev1.Endpoints)
- func WithSucceededTrue(orig *unstructured.Unstructured)
- func WithSuccessfulBuild(r *v1alpha1.Revision)
- func WithSvcStatusAddress(s *v1alpha1.Service)
- func WithSvcStatusDomain(s *v1alpha1.Service)
- func WithTraffic(pa *autoscalingv1alpha1.PodAutoscaler)
- type ActionRecorder
- type ActionRecorderList
- type BuildOption
- type ConfigOption
- func MarkLatestCreatedFailed(msg string) ConfigOption
- func MarkRevisionCreationFailed(msg string) ConfigOption
- func WithConfigConcurrencyModel(ss v1alpha1.RevisionRequestConcurrencyModelType) ConfigOption
- func WithConfigLabel(key, value string) ConfigOption
- func WithCreatedAndReady(created, ready string) ConfigOption
- func WithGeneration(gen int64) ConfigOption
- func WithLatestCreated(name string) ConfigOption
- func WithLatestReady(name string) ConfigOption
- type Ctor
- type EndpointsOption
- type EventList
- type Factory
- type FakeClock
- type FakeStatsReporter
- type HookResult
- type K8sServiceOption
- type Listers
- func (l *Listers) GetBuildObjects() []runtime.Object
- func (l *Listers) GetCachingObjects() []runtime.Object
- func (l *Listers) GetClusterIngressLister() networkinglisters.ClusterIngressLister
- func (l *Listers) GetConfigMapLister() corev1listers.ConfigMapLister
- func (l *Listers) GetConfigurationLister() servinglisters.ConfigurationLister
- func (l *Listers) GetDeploymentLister() appsv1listers.DeploymentLister
- func (l *Listers) GetEndpointsLister() corev1listers.EndpointsLister
- func (l *Listers) GetGatewayLister() istiolisters.GatewayLister
- func (l *Listers) GetHorizontalPodAutoscalerLister() autoscalingv1listers.HorizontalPodAutoscalerLister
- func (l *Listers) GetImageLister() cachinglisters.ImageLister
- func (l *Listers) GetK8sServiceLister() corev1listers.ServiceLister
- func (l *Listers) GetKubeObjects() []runtime.Object
- func (l *Listers) GetPodAutoscalerLister() kpalisters.PodAutoscalerLister
- func (l *Listers) GetRevisionLister() servinglisters.RevisionLister
- func (l *Listers) GetRouteLister() servinglisters.RouteLister
- func (l *Listers) GetServiceLister() servinglisters.ServiceLister
- func (l *Listers) GetServingObjects() []runtime.Object
- func (l *Listers) GetSharedObjects() []runtime.Object
- func (l *Listers) GetVirtualServiceLister() istiolisters.VirtualServiceLister
- type PodAutoscalerOption
- func WithBufferedTraffic(reason, message string) PodAutoscalerOption
- func WithContainerConcurrency(cc int32) PodAutoscalerOption
- func WithMetricAnnotation(metric string) PodAutoscalerOption
- func WithNoTraffic(reason, message string) PodAutoscalerOption
- func WithTargetAnnotation(target string) PodAutoscalerOption
- type PodOption
- type RevisionOption
- func MarkActivating(reason, message string) RevisionOption
- func MarkContainerExiting(exitCode int32, message string) RevisionOption
- func MarkDeploying(reason string) RevisionOption
- func MarkInactive(reason, message string) RevisionOption
- func MarkResourceNotOwned(kind, name string) RevisionOption
- func WithBuildRef(name string) RevisionOption
- func WithCreationTimestamp(t time.Time) RevisionOption
- func WithFailedBuild(reason, message string) RevisionOption
- func WithLastPinned(t time.Time) RevisionOption
- func WithRevConcurrencyModel(ss v1alpha1.RevisionRequestConcurrencyModelType) RevisionOption
- func WithRevName(name string) RevisionOption
- func WithRevStatus(st v1alpha1.RevisionStatus) RevisionOption
- type RouteOption
- func MarkConfigurationFailed(name string) RouteOption
- func MarkConfigurationNotReady(name string) RouteOption
- func MarkMissingTrafficTarget(kind, revision string) RouteOption
- func WithConfigTarget(config string) RouteOption
- func WithIngressClass(ingressClass string) RouteOption
- func WithRevTarget(revision string) RouteOption
- func WithRouteLabel(key, value string) RouteOption
- func WithRouteUID(uid types.UID) RouteOption
- func WithSpecTraffic(traffic ...v1alpha1.TrafficTarget) RouteOption
- func WithStatusTraffic(traffic ...v1alpha1.TrafficTarget) RouteOption
- type ServiceOption
- func WithConfigAnnotations(annotations map[string]string) ServiceOption
- func WithFailedConfig(name, reason, message string) ServiceOption
- func WithFailedRoute(reason, message string) ServiceOption
- func WithPinnedRollout(name string) ServiceOption
- func WithPinnedRolloutConfigSpec(name string, config v1alpha1.ConfigurationSpec) ServiceOption
- func WithReadyConfig(name string) ServiceOption
- func WithReleaseRollout(names ...string) ServiceOption
- func WithReleaseRolloutAndPercentage(percentage int, names ...string) ServiceOption
- func WithReleaseRolloutAndPercentageConfigSpec(percentage int, config v1alpha1.ConfigurationSpec, names ...string) ServiceOption
- func WithReleaseRolloutConfigSpec(config v1alpha1.ConfigurationSpec, names ...string) ServiceOption
- func WithResourceRequirements(resourceRequirements corev1.ResourceRequirements) ServiceOption
- func WithRevisionTimeoutSeconds(revisionTimeoutSeconds int64) ServiceOption
- func WithRunLatestConfigSpec(config v1alpha1.ConfigurationSpec) ServiceOption
- func WithServiceLabel(key, value string) ServiceOption
- func WithServiceLatestReadyRevision(lrr string) ServiceOption
- func WithSvcStatusTraffic(targets ...v1alpha1.TrafficTarget) ServiceOption
- func WithVolume(name, mountPath string, volumeSource corev1.VolumeSource) ServiceOption
- type TableRow
- type TableTest
Constants ¶
const ( HookComplete = testing.HookComplete HookIncomplete = testing.HookIncomplete )
Variables ¶
var ( InduceFailure = testing.InduceFailure KeyOrDie = testing.KeyOrDie NewHooks = testing.NewHooks ExpectNormalEventDelivery = testing.ExpectNormalEventDelivery ValidateCreates = testing.ValidateCreates ValidateUpdates = testing.ValidateUpdates ConfigMapFromTestFile = testing.ConfigMapFromTestFile Eventf = testing.Eventf PrependGenerateNameReactor = testing.PrependGenerateNameReactor TestLogger = logtesting.TestLogger // ClearAllLoggers removes all the registered test loggers. ClearAllLoggers = logtesting.ClearAll )
Functions ¶
func MarkActive ¶ added in v0.3.0
MarkActive calls .Status.MarkActive on the Revision.
func MarkConfigurationNotOwned ¶ added in v0.4.0
MarkConfigurationNotOwned calls the function of the same name on the Service's status.
func MarkContainerMissing ¶ added in v0.3.0
MarkContainerMissing calls .Status.MarkContainerMissing on the Revision.
func MarkIngressReady ¶ added in v0.3.0
MarkIngressReady propagates a Ready=True ClusterIngress status to the Route.
func MarkProgressDeadlineExceeded ¶ added in v0.3.0
MarkProgressDeadlineExceeded calls the method of the same name on the Revision with the message we expect the Revision Reconciler to pass.
func MarkRevisionReady ¶ added in v0.3.0
MarkRevisionReady calls the necessary helpers to make the Revision Ready=True.
func MarkRouteNotOwned ¶ added in v0.4.0
MarkRouteNotOwned calls the function of the same name on the Service's status.
func MarkServiceNotOwned ¶ added in v0.4.0
MarkServiceNotOwned calls the function of the same name on the Service's status.
func MarkServiceTimeout ¶ added in v0.3.0
MarkServiceTimeout calls .Status.MarkServiceTimeout on the Revision.
func MarkTrafficAssigned ¶ added in v0.3.0
MarkTrafficAssigned calls the method of the same name on .Status
func MutateK8sService ¶ added in v0.3.0
MutateK8sService changes the service in a way that must be reconciled.
func Service ¶ added in v0.5.0
func Service(name, namespace string, so ...ServiceOption) *v1alpha1.Service
Service creates a service with ServiceOptions
func WithAddress ¶ added in v0.3.0
WithAddress sets the .Status.Address field to the prototypical internal hostname.
func WithAnotherDomain ¶ added in v0.3.0
WithAnotherDomain sets the .Status.Domain field to an atypical domain.
func WithAnotherRouteFinalizer ¶ added in v0.4.0
WithAnotherRouteFinalizer adds a non-Route finalizer to the Route.
func WithBuild ¶ added in v0.3.0
func WithBuild(cfg *v1alpha1.Configuration)
WithBuild adds a Build to the provided Configuration.
func WithConfigDeletionTimestamp ¶ added in v0.4.0
func WithConfigDeletionTimestamp(r *v1alpha1.Configuration)
WithConfigDeletionTimestamp will set the DeletionTimestamp on the Config.
func WithConfigOwnersRemoved ¶ added in v0.4.0
func WithConfigOwnersRemoved(cfg *v1alpha1.Configuration)
WithConfigOwnersRemoved clears the owner references of this Configuration.
func WithDomain ¶ added in v0.3.0
WithDomain sets the .Status.Domain field to the prototypical domain.
func WithDomainInternal ¶ added in v0.3.0
WithDomainInternal sets the .Status.DomainInternal field to the prototypical internal domain.
func WithEmptyLTTs ¶ added in v0.3.0
WithEmptyLTTs clears the LastTransitionTime fields on all of the conditions of the provided Revision.
func WithHPAClass ¶ added in v0.3.0
func WithHPAClass(pa *autoscalingv1alpha1.PodAutoscaler)
WithHPAClass updates the PA to add the hpa class annotation.
func WithInitRevConditions ¶ added in v0.3.0
WithInitRevConditions calls .Status.InitializeConditions() on a Revision.
func WithInitRouteConditions ¶ added in v0.3.0
WithInitRouteConditions initializes the Service's conditions.
func WithInitSvcConditions ¶ added in v0.3.0
WithInitSvcConditions initializes the Service's conditions.
func WithK8sSvcOwnersRemoved ¶ added in v0.4.0
WithK8sSvcOwnersRemoved clears the owner references of this Route.
func WithKPAClass ¶ added in v0.3.0
func WithKPAClass(pa *autoscalingv1alpha1.PodAutoscaler)
WithKPAClass updates the PA to add the kpa class annotation.
func WithLocalDomain ¶ added in v0.3.0
WithLocalDomain sets the .Status.Domain field to use `svc.cluster.local` suffix.
func WithLogURL ¶ added in v0.3.0
WithLogURL sets the .Status.LogURL to the expected value.
func WithManualRollout ¶ added in v0.3.0
WithManualRollout configures the Service to use a "manual" rollout.
func WithManualStatus ¶ added in v0.3.0
WithManualStatus configures the Service to have the appropriate status for a "manual" rollout type.
func WithNoBuild ¶ added in v0.3.0
WithNoBuild updates the status conditions to propagate a Build status as-if no BuildRef was specified.
func WithObservedGen ¶ added in v0.3.0
func WithObservedGen(cfg *v1alpha1.Configuration)
WithObservedGen sets the observed generation of the Configuration.
func WithOngoingBuild ¶ added in v0.3.0
WithOngoingBuild propagates the status of an in-progress Build to the Revision's status.
func WithPADeletionTimestamp ¶ added in v0.4.0
func WithPADeletionTimestamp(r *autoscalingv1alpha1.PodAutoscaler)
WithPADeletionTimestamp will set the DeletionTimestamp on the PodAutoscaler.
func WithPodAutoscalerOwnersRemoved ¶ added in v0.4.0
func WithPodAutoscalerOwnersRemoved(r *autoscalingv1alpha1.PodAutoscaler)
WithPodAutoscalerOwnersRemoved clears the owner references of this PodAutoscaler.
func WithReadyRoute ¶ added in v0.3.0
WithReadyRoute reflects the Route's readiness in the Service resource.
func WithRevisionDeletionTimestamp ¶ added in v0.4.0
WithRevisionDeletionTimestamp will set the DeletionTimestamp on the Revision.
func WithRouteDeletionTimestamp ¶ added in v0.4.0
WithRouteDeletionTimestamp will set the DeletionTimestamp on the Route.
func WithRouteFinalizer ¶ added in v0.4.0
WithRouteFinalizer adds the Route finalizer to the Route.
func WithRouteOwnersRemoved ¶ added in v0.4.0
WithRouteOwnersRemoved clears the owner references of this Route.
func WithRunLatestRollout ¶ added in v0.3.0
WithRunLatestRollout configures the Service to use a "runLatest" rollout.
func WithServiceDeletionTimestamp ¶ added in v0.4.0
WithServiceDeletionTimestamp will set the DeletionTimestamp on the Service.
func WithServiceStatusRouteNotReady ¶ added in v0.4.0
WithServiceStatusRouteNotReady sets the `RoutesReady` condition on the service to `Unknown`.
func WithSubsets ¶ added in v0.3.0
WithSubsets adds subsets to the body of a Revision, enabling us to refer readiness.
func WithSucceededTrue ¶ added in v0.3.0
func WithSucceededTrue(orig *unstructured.Unstructured)
WithSucceededTrue updates the status of the provided unstructured Build object with the expected success condition.
func WithSuccessfulBuild ¶ added in v0.3.0
WithSuccessfulBuild propagates the status of a successful Build to the Revision's status.
func WithSvcStatusAddress ¶ added in v0.3.0
WithSvcStatusAddress updates the service's status with the address.
func WithSvcStatusDomain ¶ added in v0.3.0
WithSvcStatusDomain propagates the domain name to the status of the Service.
func WithTraffic ¶ added in v0.3.0
func WithTraffic(pa *autoscalingv1alpha1.PodAutoscaler)
WithTraffic updates the PA to reflect it receiving traffic.
Types ¶
type ActionRecorder ¶
type ActionRecorder = testing.ActionRecorder
type ActionRecorderList ¶
type ActionRecorderList = testing.ActionRecorderList
type BuildOption ¶ added in v0.3.0
type BuildOption func(*unstructured.Unstructured)
BuildOption enables further configuration of a Build.
func WithSucceededFalse ¶ added in v0.3.0
func WithSucceededFalse(reason, message string) BuildOption
WithSucceededFalse updates the status of the provided unstructured Build object with the expected failure condition.
func WithSucceededUnknown ¶ added in v0.3.0
func WithSucceededUnknown(reason, message string) BuildOption
WithSucceededUnknown updates the status of the provided unstructured Build object with the expected in-flight condition.
type ConfigOption ¶ added in v0.3.0
type ConfigOption func(*v1alpha1.Configuration)
ConfigOption enables further configuration of a Configuration.
func MarkLatestCreatedFailed ¶ added in v0.3.0
func MarkLatestCreatedFailed(msg string) ConfigOption
MarkLatestCreatedFailed calls .Status.MarkLatestCreatedFailed.
func MarkRevisionCreationFailed ¶ added in v0.3.0
func MarkRevisionCreationFailed(msg string) ConfigOption
MarkRevisionCreationFailed calls .Status.MarkRevisionCreationFailed.
func WithConfigConcurrencyModel ¶ added in v0.3.0
func WithConfigConcurrencyModel(ss v1alpha1.RevisionRequestConcurrencyModelType) ConfigOption
WithConfigConcurrencyModel sets the given Configuration's concurrency model.
func WithConfigLabel ¶ added in v0.3.0
func WithConfigLabel(key, value string) ConfigOption
WithConfigLabel attaches a particular label to the configuration.
func WithCreatedAndReady ¶ added in v0.4.0
func WithCreatedAndReady(created, ready string) ConfigOption
WithCreatedAndReady sets the latest{Created,Ready}RevisionName on the Configuration.
func WithGeneration ¶ added in v0.3.0
func WithGeneration(gen int64) ConfigOption
WithGeneration sets the generation of the Configuration.
func WithLatestCreated ¶ added in v0.3.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.3.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 Ctor ¶
type Ctor func(*Listers, reconciler.Options) controller.Reconciler
Ctor functions create a k8s controller with given params.
type EndpointsOption ¶ added in v0.3.0
EndpointsOption enables further configuration of the Kubernetes Endpoints.
type Factory ¶
func MakeFactory ¶
MakeFactory creates a reconciler factory with fake clients and controller created by `ctor`.
type FakeStatsReporter ¶ added in v0.3.0
type FakeStatsReporter = testing.FakeStatsReporter
type HookResult ¶
type HookResult = testing.HookResult
type K8sServiceOption ¶ added in v0.3.0
K8sServiceOption enables further configuration of the Kubernetes Service.
func WithClusterIP ¶ added in v0.3.0
func WithClusterIP(ip string) K8sServiceOption
func WithExternalName ¶ added in v0.3.0
func WithExternalName(name string) K8sServiceOption
type Listers ¶
type Listers struct {
// contains filtered or unexported fields
}
func NewListers ¶
func (*Listers) GetBuildObjects ¶
func (*Listers) GetCachingObjects ¶
func (*Listers) GetClusterIngressLister ¶
func (l *Listers) GetClusterIngressLister() networkinglisters.ClusterIngressLister
GetClusterIngressLister get lister for ClusterIngress resource.
func (*Listers) GetConfigMapLister ¶
func (l *Listers) GetConfigMapLister() corev1listers.ConfigMapLister
func (*Listers) GetConfigurationLister ¶
func (l *Listers) GetConfigurationLister() servinglisters.ConfigurationLister
func (*Listers) GetDeploymentLister ¶
func (l *Listers) GetDeploymentLister() appsv1listers.DeploymentLister
func (*Listers) GetEndpointsLister ¶
func (l *Listers) GetEndpointsLister() corev1listers.EndpointsLister
func (*Listers) GetGatewayLister ¶ added in v0.5.0
func (l *Listers) GetGatewayLister() istiolisters.GatewayLister
GetGatewayLister gets lister for Istio Gateway resource.
func (*Listers) GetHorizontalPodAutoscalerLister ¶ added in v0.3.0
func (l *Listers) GetHorizontalPodAutoscalerLister() autoscalingv1listers.HorizontalPodAutoscalerLister
func (*Listers) GetImageLister ¶
func (l *Listers) GetImageLister() cachinglisters.ImageLister
func (*Listers) GetK8sServiceLister ¶
func (l *Listers) GetK8sServiceLister() corev1listers.ServiceLister
func (*Listers) GetKubeObjects ¶
func (*Listers) GetPodAutoscalerLister ¶ added in v0.3.0
func (l *Listers) GetPodAutoscalerLister() kpalisters.PodAutoscalerLister
func (*Listers) GetRevisionLister ¶
func (l *Listers) GetRevisionLister() servinglisters.RevisionLister
func (*Listers) GetRouteLister ¶
func (l *Listers) GetRouteLister() servinglisters.RouteLister
func (*Listers) GetServiceLister ¶
func (l *Listers) GetServiceLister() servinglisters.ServiceLister
func (*Listers) GetServingObjects ¶
func (*Listers) GetSharedObjects ¶
func (*Listers) GetVirtualServiceLister ¶
func (l *Listers) GetVirtualServiceLister() istiolisters.VirtualServiceLister
type PodAutoscalerOption ¶ added in v0.3.0
type PodAutoscalerOption func(*autoscalingv1alpha1.PodAutoscaler)
func WithBufferedTraffic ¶ added in v0.3.0
func WithBufferedTraffic(reason, message string) PodAutoscalerOption
WithBufferedTraffic updates the PA to reflect that it has received and buffered traffic while it is being activated.
func WithContainerConcurrency ¶ added in v0.3.0
func WithContainerConcurrency(cc int32) PodAutoscalerOption
WithContainerConcurrency returns a PodAutoscalerOption which sets the PodAutoscaler containerConcurrency to the provided value.
func WithMetricAnnotation ¶ added in v0.3.0
func WithMetricAnnotation(metric string) PodAutoscalerOption
WithMetricAnnotation adds a metric annotation to the PA.
func WithNoTraffic ¶ added in v0.3.0
func WithNoTraffic(reason, message string) PodAutoscalerOption
WithNoTraffic updates the PA to reflect the fact that it is not receiving traffic.
func WithTargetAnnotation ¶ added in v0.3.0
func WithTargetAnnotation(target string) PodAutoscalerOption
WithTargetAnnotation returns a PodAutoscalerOption which sets the PodAutoscaler autoscaling.knative.dev/target to the provided value.
type RevisionOption ¶ added in v0.3.0
RevisionOption enables further configuration of a Revision.
func MarkActivating ¶ added in v0.3.0
func MarkActivating(reason, message string) RevisionOption
MarkActivating calls .Status.MarkActivating on the Revision.
func MarkContainerExiting ¶ added in v0.3.0
func MarkContainerExiting(exitCode int32, message string) RevisionOption
MarkContainerExiting calls .Status.MarkContainerExiting on the Revision.
func MarkDeploying ¶ added in v0.3.0
func MarkDeploying(reason string) RevisionOption
MarkDeploying calls .Status.MarkDeploying on the Revision.
func MarkInactive ¶ added in v0.3.0
func MarkInactive(reason, message string) RevisionOption
MarkInactive calls .Status.MarkInactive on the Revision.
func MarkResourceNotOwned ¶ added in v0.4.0
func MarkResourceNotOwned(kind, name string) RevisionOption
MarkResourceNotOwned calls the function of the same name on the Revision's status.
func WithBuildRef ¶ added in v0.3.0
func WithBuildRef(name string) RevisionOption
WithBuildRef sets the .Spec.BuildRef on the Revision to match what we'd get using WithBuild(name).
func WithCreationTimestamp ¶ added in v0.3.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 WithFailedBuild ¶ added in v0.3.0
func WithFailedBuild(reason, message string) RevisionOption
WithFailedBuild propagates the status of a failed Build to the Revision's status.
func WithLastPinned ¶ added in v0.3.0
func WithLastPinned(t time.Time) RevisionOption
WithLastPinned updates the "last pinned" annotation to the provided timestamp.
func WithRevConcurrencyModel ¶ added in v0.3.0
func WithRevConcurrencyModel(ss v1alpha1.RevisionRequestConcurrencyModelType) RevisionOption
WithRevConcurrencyModel sets the concurrency model on the Revision.
func WithRevName ¶ added in v0.4.0
func WithRevName(name string) RevisionOption
WithRevName sets the name of the revision
func WithRevStatus ¶ added in v0.3.0
func WithRevStatus(st v1alpha1.RevisionStatus) RevisionOption
WithRevStatus is a generic escape hatch for creating hard-to-craft status orientations.
type RouteOption ¶ added in v0.3.0
RouteOption enables further configuration of a Route.
func MarkConfigurationFailed ¶ added in v0.3.0
func MarkConfigurationFailed(name string) RouteOption
MarkConfigurationFailed calls the method of the same name on .Status
func MarkConfigurationNotReady ¶ added in v0.3.0
func MarkConfigurationNotReady(name string) RouteOption
MarkConfigurationNotReady calls the method of the same name on .Status
func MarkMissingTrafficTarget ¶ added in v0.3.0
func MarkMissingTrafficTarget(kind, revision string) RouteOption
MarkMissingTrafficTarget calls the method of the same name on .Status
func WithConfigTarget ¶ added in v0.3.0
func WithConfigTarget(config string) RouteOption
WithConfigTarget sets the Route's traffic block to point at a particular Configuration.
func WithIngressClass ¶ added in v0.4.0
func WithIngressClass(ingressClass string) RouteOption
WithIngressClass sets the ingress class annotation on the Route.
func WithRevTarget ¶ added in v0.3.0
func WithRevTarget(revision string) RouteOption
WithRevTarget sets the Route's traffic block to point at a particular Revision.
func WithRouteLabel ¶ added in v0.3.0
func WithRouteLabel(key, value string) RouteOption
WithRouteLabel sets the specified label on the Route.
func WithRouteUID ¶ added in v0.4.0
func WithRouteUID(uid types.UID) RouteOption
WithRouteUID sets the Route's UID
func WithSpecTraffic ¶ added in v0.3.0
func WithSpecTraffic(traffic ...v1alpha1.TrafficTarget) RouteOption
WithSpecTraffic sets the Route's traffic block to the specified traffic targets.
func WithStatusTraffic ¶ added in v0.3.0
func WithStatusTraffic(traffic ...v1alpha1.TrafficTarget) RouteOption
WithStatusTraffic sets the Route's status traffic block to the specified traffic targets.
type ServiceOption ¶ added in v0.3.0
ServiceOption enables further configuration of a Service.
func WithConfigAnnotations ¶ added in v0.5.0
func WithConfigAnnotations(annotations map[string]string) ServiceOption
WithConfigAnnotations assigns config annotations to a service
func WithFailedConfig ¶ added in v0.3.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.3.0
func WithFailedRoute(reason, message string) ServiceOption
WithFailedRoute reflects a Route's failure in the Service resource.
func WithPinnedRollout ¶ added in v0.3.0
func WithPinnedRollout(name string) ServiceOption
WithPinnedRollout configures the Service to use a "pinned" rollout, which is pinned to the named revision. Deprecated, since PinnedType is deprecated.
func WithPinnedRolloutConfigSpec ¶ added in v0.5.0
func WithPinnedRolloutConfigSpec(name string, config v1alpha1.ConfigurationSpec) ServiceOption
WithPinnedRolloutConfigSpec WithPinnedRollout2
func WithReadyConfig ¶ added in v0.3.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 WithReleaseRollout ¶ added in v0.3.0
func WithReleaseRollout(names ...string) ServiceOption
WithReleaseRollout configures the Service to use a "release" rollout, which spans the provided revisions.
func WithReleaseRolloutAndPercentage ¶ added in v0.3.0
func WithReleaseRolloutAndPercentage(percentage int, names ...string) ServiceOption
WithReleaseRolloutAndPercentage configures the Service to use a "release" rollout, which spans the provided revisions.
func WithReleaseRolloutAndPercentageConfigSpec ¶ added in v0.5.0
func WithReleaseRolloutAndPercentageConfigSpec(percentage int, config v1alpha1.ConfigurationSpec, names ...string) ServiceOption
WithReleaseRolloutAndPercentageConfigSpec configures the Service to use a "release" rollout, which spans the provided revisions.
func WithReleaseRolloutConfigSpec ¶ added in v0.5.0
func WithReleaseRolloutConfigSpec(config v1alpha1.ConfigurationSpec, names ...string) ServiceOption
WithReleaseRolloutConfigSpec configures the Service to use a "release" rollout, which spans the provided revisions.
func WithResourceRequirements ¶ added in v0.5.0
func WithResourceRequirements(resourceRequirements corev1.ResourceRequirements) ServiceOption
WithResourceRequirements attaches resource requirements to the service
func WithRevisionTimeoutSeconds ¶ added in v0.5.0
func WithRevisionTimeoutSeconds(revisionTimeoutSeconds int64) ServiceOption
WithRevisionTimeoutSeconds sets revision timeout
func WithRunLatestConfigSpec ¶ added in v0.5.0
func WithRunLatestConfigSpec(config v1alpha1.ConfigurationSpec) ServiceOption
WithRunLatestConfigSpec confgures the Service to use a "runLastest" configuration
func WithServiceLabel ¶ added in v0.3.0
func WithServiceLabel(key, value string) ServiceOption
WithServiceLabel attaches a particular label to the service.
func WithServiceLatestReadyRevision ¶ added in v0.4.0
func WithServiceLatestReadyRevision(lrr string) ServiceOption
WithServiceLatestReadyRevision sets the latest ready revision on the Service's status.
func WithSvcStatusTraffic ¶ added in v0.3.0
func WithSvcStatusTraffic(targets ...v1alpha1.TrafficTarget) ServiceOption
WithSvcStatusTraffic sets the Service's status traffic block to the specified traffic targets.
func WithVolume ¶ added in v0.5.0
func WithVolume(name, mountPath string, volumeSource corev1.VolumeSource) ServiceOption
WithVolume adds a volume to the service