Directories ¶
Path | Synopsis |
---|---|
Package api includes all OpenShift-specific types used to communicate between the various parts of the OpenShift and the Kubernetes systems.
|
Package api includes all OpenShift-specific types used to communicate between the various parts of the OpenShift and the Kubernetes systems. |
latest
Package latest defines the default output serializations that code should use and imports the required schemas.
|
Package latest defines the default output serializations that code should use and imports the required schemas. |
v1beta1
Package v1beta1 is the v1beta1 version of the API.
|
Package v1beta1 is the v1beta1 version of the API. |
Package auth provides mechanisms for providing authorization and authentication to OpenShift
|
Package auth provides mechanisms for providing authorization and authentication to OpenShift |
authenticator/password/basicauthpassword
Implements authenticator.Password by making a BasicAuth call to a remote endpoint, and extracting user information from a JSON response.
|
Implements authenticator.Password by making a BasicAuth call to a remote endpoint, and extracting user information from a JSON response. |
authenticator/request/x509request
Package x509request provides a request authenticator that validates and extracts user information from client certificates
|
Package x509request provides a request authenticator that validates and extracts user information from client certificates |
oauth/external
Package external implements an OAuth flow with an external identity provider
|
Package external implements an OAuth flow with an external identity provider |
authorization
|
|
Package build contains the OpenShift build system.
|
Package build contains the OpenShift build system. |
util
Package util contains common functions that are used by the rest of the OpenShift build system.
|
Package util contains common functions that are used by the rest of the OpenShift build system. |
webhook
Package webhook contains code for managing and serving webhook services, providing post push events to trigger builds.
|
Package webhook contains code for managing and serving webhook services, providing post push events to trigger builds. |
webhook/generic
Package generic contains webhook.Plugin implementation of a generic webhooks for use in testing and/or other ad/hoc usage
|
Package generic contains webhook.Plugin implementation of a generic webhooks for use in testing and/or other ad/hoc usage |
webhook/github
Package github contains webhook.Plugin implementation of github webhooks according to https://developer.github.com/webhooks/
|
Package github contains webhook.Plugin implementation of github webhooks according to https://developer.github.com/webhooks/ |
cmd
|
|
flagtypes
Package flagtypes provides types that implement the pflags.Value interface for converting command line flags to objects.
|
Package flagtypes provides types that implement the pflags.Value interface for converting command line flags to objects. |
infra/builder
Package builder contains commands for running a Source-to-Images or Docker build from within a container
|
Package builder contains commands for running a Source-to-Images or Docker build from within a container |
server
Package server contains the main command for launching an OpenShift server.
|
Package server contains the main command for launching an OpenShift server. |
server/etcd
Package etcd provides objects for creating an embedded etcd server process.
|
Package etcd provides objects for creating an embedded etcd server process. |
server/kubernetes
Package kubernetes provides objects for starting the Kubernetes master and node code.
|
Package kubernetes provides objects for starting the Kubernetes master and node code. |
server/origin
Package origin provides objects for creating an OpenShift Origin server
|
Package origin provides objects for creating an OpenShift Origin server |
util
Package util provides utility functions for the cmd packages.
|
Package util provides utility functions for the cmd packages. |
api
Package api defines and registers types for Config objects.
|
Package api defines and registers types for Config objects. |
Package controller provides reusable support for controller implementations.
|
Package controller provides reusable support for controller implementations. |
Package deploy contains logic for watching and synchronizing deployments from configuration.
|
Package deploy contains logic for watching and synchronizing deployments from configuration. |
controller
Package controller contains all the controllers which taken together implement the deployment system's behavior.
|
Package controller contains all the controllers which taken together implement the deployment system's behavior. |
generator
Package generator contains the code for DeploymentConfig regeneration as well as REST support to help expose the generator from an API.
|
Package generator contains the code for DeploymentConfig regeneration as well as REST support to help expose the generator from an API. |
registry/deploy
Package deploy provides Registry interface and its RESTStorage implementation for storing Deployment api objects.
|
Package deploy provides Registry interface and its RESTStorage implementation for storing Deployment api objects. |
registry/deployconfig
Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects.
|
Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects. |
registry/etcd
Package etcd provides etcd backend implementation for storing Deployment and DeploymentConfig objects
|
Package etcd provides etcd backend implementation for storing Deployment and DeploymentConfig objects |
rollback
Package rollback contains the code for generating DeploymentConfigs representing rollbacks as well as REST support for API clients.
|
Package rollback contains the code for generating DeploymentConfigs representing rollbacks as well as REST support for API clients. |
strategy
Package strategy contains implementations of core deployment strategies.
|
Package strategy contains implementations of core deployment strategies. |
generate
|
|
app
Package app defines reference objects used to generate OpenShift API objects
|
Package app defines reference objects used to generate OpenShift API objects |
dockerfile
Package dockerfile provides utilities for finding and parsing Dockerfiles
|
Package dockerfile provides utilities for finding and parsing Dockerfiles |
errors
Package errors defines errors thrown during config generation
|
Package errors defines errors thrown during config generation |
generator
Package generator contains generators of reference objects
|
Package generator contains generators of reference objects |
git
Package git allows working with Git repositories
|
Package git allows working with Git repositories |
source
Package source includes detectors for STI source repositories
|
Package source includes detectors for STI source repositories |
Package image provides support for images, image repositories, and image repository mappings, including RESTStorage implementations and registries.
|
Package image provides support for images, image repositories, and image repository mappings, including RESTStorage implementations and registries. |
kubelet
|
|
oauth
|
|
api/validation
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
|
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid. |
osintypes
osintypes holds types that are used to interpret responses from the RangelReale osin server.
|
osintypes holds types that are used to interpret responses from the RangelReale osin server. |
Package project provides support for projects including RESTStorage implementations and registries.
|
Package project provides support for projects including RESTStorage implementations and registries. |
auth
Package auth provides mechanisms for enforcing authorization to Project resources in OpenShift
|
Package auth provides mechanisms for enforcing authorization to Project resources in OpenShift |
Package router contains the abstraction for router backend implementations.
|
Package router contains the abstraction for router backend implementations. |
controller
Package controller contains the router controller.
|
Package controller contains the router controller. |
controller/factory
Package factory contains code used to create the router controller.
|
Package factory contains code used to create the router controller. |
Package template provides TemplateProcessor, capable of transforming Template objects into Config objects.
|
Package template provides TemplateProcessor, capable of transforming Template objects into Config objects. |
api
Package api defines and registers types for Template objects.
|
Package api defines and registers types for Template objects. |
api/validation
Package validation has functions for validating the correctness of Template objects and explaining what is wrong with them when they aren't valid.
|
Package validation has functions for validating the correctness of Template objects and explaining what is wrong with them when they aren't valid. |
generator
Package generator defines GeneratorInterface interface and implements some random value generators.
|
Package generator defines GeneratorInterface interface and implements some random value generators. |
generator/examples
Package examples demonstrates possible implementation of some random value generators.
|
Package examples demonstrates possible implementation of some random value generators. |
Package util implements various utility functions used in both testing and implementation of OpenShift.
|
Package util implements various utility functions used in both testing and implementation of OpenShift. |
httpproxy
package httpproxy contains an upgrade-aware HTTP single-host reverse proxy.
|
package httpproxy contains an upgrade-aware HTTP single-host reverse proxy. |
Package version supplies version information collected at build time to OpenShift and Kubernetes components.
|
Package version supplies version information collected at build time to OpenShift and Kubernetes components. |
Click to show internal directories.
Click to hide internal directories.