Documentation ¶
Overview ¶
Package resources holds simple functions for synthesizing child resources from a Revision resource and any relevant Revision controller configuration.
Index ¶
- Constants
- func BuildPodSpec(rev *v1.Revision, containers []corev1.Container) *corev1.PodSpec
- func BuildUserContainer(rev *v1.Revision) *corev1.Container
- func MakeDeployment(rev *v1.Revision, loggingConfig *logging.Config, ...) (*appsv1.Deployment, error)
- func MakeImageCache(rev *v1.Revision, containerName, image string) *caching.Image
- func MakePA(rev *v1.Revision) *av1alpha1.PodAutoscaler
Constants ¶
View Source
const ( // QueueContainerName is the name of the queue proxy side car QueueContainerName = "queue-proxy" // IstioOutboundIPRangeAnnotation defines the outbound ip ranges istio allows. // TODO(mattmoor): Make this private once we remove revision_test.go IstioOutboundIPRangeAnnotation = "traffic.sidecar.istio.io/includeOutboundIPRanges" // AppLabelKey is the label defining the application's name. AppLabelKey = "app" )
Variables ¶
This section is empty.
Functions ¶
func BuildPodSpec ¶ added in v0.14.0
BuildPodSpec creates a PodSpec from the given revision and containers.
func BuildUserContainer ¶ added in v0.14.0
BuildUserContainer makes a container from the Revision template.
func MakeDeployment ¶
func MakeDeployment(rev *v1.Revision, loggingConfig *logging.Config, tracingConfig *tracingconfig.Config, networkConfig *network.Config, observabilityConfig *metrics.ObservabilityConfig, autoscalerConfig *autoscalerconfig.Config, deploymentConfig *deployment.Config) (*appsv1.Deployment, error)
MakeDeployment constructs a K8s Deployment resource from a revision.
func MakeImageCache ¶
MakeImageCache makes an caching.Image resources from a revision.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.