Documentation
¶
Overview ¶
Copyright 2021 NVIDIA
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 ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostDeviceNetworkReconciler ¶ added in v0.4.0
type HostDeviceNetworkReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
HostDeviceNetworkReconciler reconciles a HostDeviceNetwork object
func (*HostDeviceNetworkReconciler) Reconcile ¶ added in v0.4.0
func (r *HostDeviceNetworkReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*HostDeviceNetworkReconciler) SetupWithManager ¶ added in v0.4.0
func (r *HostDeviceNetworkReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MacvlanNetworkReconciler ¶
type MacvlanNetworkReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
MacvlanNetworkReconciler reconciles a MacvlanNetwork object
func (*MacvlanNetworkReconciler) Reconcile ¶
func (r *MacvlanNetworkReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*MacvlanNetworkReconciler) SetupWithManager ¶
func (r *MacvlanNetworkReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NicClusterPolicyReconciler ¶
type NicClusterPolicyReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
NicClusterPolicyReconciler reconciles a NicClusterPolicy object
func (*NicClusterPolicyReconciler) Reconcile ¶
func (r *NicClusterPolicyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*NicClusterPolicyReconciler) SetupWithManager ¶
func (r *NicClusterPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.