Discover Packages
github.com/Juniper/contrail-operator
pkg
controller
keystone
package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Apr 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 31
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types Add(mgr) type ReconcileKeystone NewReconciler(client, scheme, kubernetes, claims, restConfig) (r) Reconcile(request)
Documentation
¶
func Add (mgr manager.Manager) error
Add creates a new Keystone Controller and adds it to the Manager. The Manager will set fields on the Controller
and Start it when the Manager is Started.
type ReconcileKeystone struct {
}
ReconcileKeystone reconciles a Keystone object
func NewReconciler (
client client.Client, scheme *runtime.Scheme, kubernetes *k8s.Kubernetes, claims volumeclaims.PersistentVolumeClaims, restConfig *rest.Config,
) *ReconcileKeystone
NewReconciler is used to create a new ReconcileKeystone
func (r *ReconcileKeystone) Reconcile(request reconcile.Request) (reconcile.Result, error )
Reconcile reads that state of the cluster for a Keystone object and makes changes based on the state read
and what is in the Keystone.Spec
Source Files
¶
Click to show internal directories.
Click to hide internal directories.