Documentation ¶
Overview ¶
SPDX-License-Identifier: Apache-2.0
Copyright Contributors to the Submariner project.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func GetPullPolicy(version, override string) corev1.PullPolicy
- func IsImmutableError(err error) bool
- func ReconcileConfigMap(owner metav1.Object, configMap *corev1.ConfigMap, reqLogger logr.Logger, ...) (*corev1.ConfigMap, error)
- func ReconcileDaemonSet(owner metav1.Object, daemonSet *appsv1.DaemonSet, reqLogger logr.Logger, ...) (*appsv1.DaemonSet, error)
- func ReconcileDeployment(owner metav1.Object, deployment *appsv1.Deployment, reqLogger logr.Logger, ...) (*appsv1.Deployment, error)
- func ReconcileService(owner metav1.Object, service *corev1.Service, reqLogger logr.Logger, ...) (*corev1.Service, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPullPolicy ¶ added in v0.8.1
func GetPullPolicy(version, override string) corev1.PullPolicy
func IsImmutableError ¶ added in v0.9.0
func ReconcileConfigMap ¶
func ReconcileDaemonSet ¶
func ReconcileDeployment ¶
func ReconcileDeployment(owner metav1.Object, deployment *appsv1.Deployment, reqLogger logr.Logger, client controllerClient.Client, scheme *runtime.Scheme) (*appsv1.Deployment, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.