Path
Synopsis
auth_proxy
command
Package main implements an authentication and authorization proxy that sits as a sidecar container alongside application pods.
Package main implements an authentication and authorization proxy that sits as a sidecar container alongside application pods.
pong
command
Implements a simple utility function to demonstrate responses.
Implements a simple utility function to demonstrate responses.
Package broker is a placeholder that allows us to pull in config files via go mod vendor.
Package deployments is a placeholder that allows us to pull in config files via go mod vendor.
Package roles is a placeholder that allows us to pull in config files via go mod vendor.
Package channel is a placeholder that allows us to pull in config files via go mod vendor.
Package configmaps is a placeholder that allows us to pull in config files via go mod vendor.
Package deployments is a placeholder that allows us to pull in config files via go mod vendor.
Package resources is a placeholder that allows us to pull in config files via go mod vendor.
Package roles is a placeholder that allows us to pull in config files via go mod vendor.
Package webhooks is a placeholder that allows us to pull in config files via go mod vendor.
core
Package core is a placeholder that allows us to pull in config files via go mod vendor.
Package core is a placeholder that allows us to pull in config files via go mod vendor.
core/configmaps
Package configmaps is a placeholder that allows us to pull in config files via go mod vendor.
Package configmaps is a placeholder that allows us to pull in config files via go mod vendor.
core/deployments
Package deployments is a placeholder that allows us to pull in config files via go mod vendor.
Package deployments is a placeholder that allows us to pull in config files via go mod vendor.
core/resources
Package resources is a placeholder that allows us to pull in config files via go mod vendor.
Package resources is a placeholder that allows us to pull in config files via go mod vendor.
core/roles
Package roles is a placeholder that allows us to pull in config files via go mod vendor.
Package roles is a placeholder that allows us to pull in config files via go mod vendor.
core/webhooks
Package webhooks is a placeholder that allows us to pull in config files via go mod vendor.
Package webhooks is a placeholder that allows us to pull in config files via go mod vendor.
post-install
Package post_install is a placeholder that allows us to pull in config files via go mod vendor.
Package post_install is a placeholder that allows us to pull in config files via go mod vendor.
apis/config
Package config holds the typed objects that define the schemas for ConfigMap objects that pertain to our API objects.
Package config holds the typed objects that define the schemas for ConfigMap objects that pertain to our API objects.
Package v1 is the v1 version of the API.
+k8s:deepcopy-gen=package +groupName=duck.knative.dev
Package v1beta1 is the v1beta1 version of the API.
Package v1 is the v1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
Package v1beta1 is the v1beta1 version of the API.
Package v1beta2 is the v1beta2 version of the API.
Package v1beta3 is the v1beta3 version of the API.
Package v1 is the v1 version of the API.
apis/messaging/config
Package config holds the typed objects that define the schemas for ConfigMap objects that pertain to our API objects.
Package config holds the typed objects that define the schemas for ConfigMap objects that pertain to our API objects.
Package v1 is the v1 version of the API.
apis/sinks/v1alpha1
Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group.
Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group.
apis/sources/v1
Package v1 contains API Schema definitions for the sources v1 API group.
Package v1 contains API Schema definitions for the sources v1 API group.
apis/sources/v1alpha1
Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group.
Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group.
apis/sources/v1beta2
Package v1beta2 contains API Schema definitions for the sources v1beta2 API group.
Package v1beta2 contains API Schema definitions for the sources v1beta2 API group.
channel/fanout
Package fanout provides an http.Handler that takes in one request and fans it out to N other requests, based on a list of Subscriptions.
Package fanout provides an http.Handler that takes in one request and fans it out to N other requests, based on a list of Subscriptions.
channel/multichannelfanout
Package multichannelfanout provides an http.Handler that takes in one request to a Knative Channel and fans it out to N other requests.
Package multichannelfanout provides an http.Handler that takes in one request to a Knative Channel and fans it out to N other requests.
This package has the automatically generated fake clientset.
This package contains the scheme of the automatically generated clientset.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
This package has the automatically generated typed clients.
Package fake has the automatically generated clients.
Package apiserversource implements the ApiSource controller.
Package controller implements the PingSource controller.
scheduler
Package scheduler is responsible for placing virtual pod (VPod) replicas within real pods.
Package scheduler is responsible for placing virtual pod (VPod) replicas within real pods.
config/tls
Package tls is a placeholder that allows us to pull in config files via go mod vendor.
Package tls is a placeholder that allows us to pull in config files via go mod vendor.
Package recorder_vent implements an recordevents.EventLog backed by Kubernetes Events using an event recorder.
Package cleanhttp offers convenience utilities for acquiring "clean" http.Transport and http.Client structs.
Package retryablehttp provides a familiar HTTP client interface with automatic retries and exponential backoff.
Package lru provides three different LRU caches of varying sophistication.
Package simplelru provides simple LRU implementation based on build-in container/list.