package
0.0.0-20180605162713-ea02baacea2f
Repository: https://github.com/imjasonh/elafros.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Copyright 2018 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Package testing includes utilities for testing controllers.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Various functions for naming the resources for consistency.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LookupOwningConfigurationName returns the name of Configuration as OwnerReference if there is any in the given OwnerReference array.
LookupOwningRouteName returns the name of Route as OwnerReference if there is any in the given OwnerReference array.
NewBase instantiates a new instance of Base implementing the common & boilerplate code between our controllers.
No description provided by the author
NewConfigurationControllerRef creates an OwnerReference pointing to the given Service.
NewRevisionControllerRef creates an OwnerReference pointing to the given Service.
NewRouteControllerRef creates an OwnerReference pointing to the given Service.
NewServiceControllerRef creates an OwnerReference pointing to the given Service.
# Constants
Standard labels and values to use in Prometheus metrics.
Standard labels and values to use in Prometheus metrics.
Standard labels and values to use in Prometheus metrics.
# Structs
Base implements most of the boilerplate and common code we have in our controllers.
Config contains controller configurations.
LabelSelector represents map of {key,value} pairs.
# Interfaces
Interface defines the controller interface.