Documentation ¶
Overview ¶
* Copyright 2019, EnMasse authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
* Copyright 2019, EnMasse authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyCertificateFn ¶
type ApplyCertificateFn func(authservice *adminv1beta1.AuthenticationService, existingSecret *corev1.Secret) error
type ApplyDeploymentFn ¶
type ApplyDeploymentFn func(authservice *adminv1beta1.AuthenticationService, existingDeployment *appsv1.Deployment) error
type ApplyServiceFn ¶
type ApplyServiceFn func(authservice *adminv1beta1.AuthenticationService, existingService *corev1.Service) error
type ReconcileAuthenticationService ¶
type ReconcileAuthenticationService struct {
// contains filtered or unexported fields
}
type UpdateStatusFn ¶
type UpdateStatusFn func(status *adminv1beta1.AuthenticationServiceStatus) error
Click to show internal directories.
Click to hide internal directories.