package
0.5.0
Repository: https://github.com/projectriff/system.git
Documentation: pkg.go.dev

# Constants

ConfigurationConditionReady is set when the configuration's latest underlying revision has reported readiness.
RevisionConditionReady is set when the revision is starting to materialize runtime resources, and becomes true when those resources are ready.
RouteConditionReady is set when the service is configured and has available backends ready to receive traffic.
ServiceConditionReady is set when the service is configured and has available backends ready to receive traffic.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

Configuration represents the "floating HEAD" of a linear history of Revisions.
ConfigurationList contains a list of Configuration.
ConfigurationSpec holds the desired state of the Configuration (from the client).
ConfigurationStatus communicates the observed state of the Configuration (from the controller).
ConfigurationStatusFields holds the fields of Configuration's status that are not generally shared.
Revision is an immutable snapshot of code and configuration.
RevisionList contains a list of Revision.
RevisionSpec holds the desired state of the Revision (from the client).
RevisionStatus communicates the observed state of the Revision (from the controller).
RevisionTemplateSpec describes the data a revision should have when created from a template.
Route is responsible for configuring ingress over a collection of Revisions.
RouteList contains a list of Route.
RouteSpec holds the desired state of the Route (from the client).
RouteStatus communicates the observed state of the Route (from the controller).
RouteStatusFields holds the fields of Route's status that are not generally shared.
Service acts as a top-level container that manages a Route and Configuration which implement a network service.
ServiceList contains a list of Service.
ServiceSpec represents the configuration for the Service object.
ServiceStatus represents the Status stanza of the Service resource.
TrafficTarget holds a single entry of the routing table for a Route.