controller

package
v0.0.0-...-5497e08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCloudPrivateIPConfigController

func NewCloudPrivateIPConfigController(
	controllerContext context.Context,
	cloudProviderClient cloudprovider.CloudProviderIntf,
	cloudNetworkClientset cloudnetworkclientset.Interface,
	cloudPrivateIPConfigInformer cloudnetworkinformers.CloudPrivateIPConfigInformer,
	nodeInformer coreinformers.NodeInformer) (*controller.CloudNetworkConfigController, error)

NewCloudPrivateIPConfigController returns a new CloudPrivateIPConfig controller

Types

type CloudPrivateIPConfigController

type CloudPrivateIPConfigController struct {
	controller.CloudNetworkConfigController
	// contains filtered or unexported fields
}

CloudPrivateIPConfigController is the controller implementation for CloudPrivateIPConfig resources

func (*CloudPrivateIPConfigController) SyncHandler

func (c *CloudPrivateIPConfigController) SyncHandler(key string) error

Consumer should only consider ADD / UPDATE successful when: - spec.node == status.node && status.conditions[0].Status == Success

type FinalizerPatch

type FinalizerPatch struct {
	Op    string   `json:"op"`
	Path  string   `json:"path"`
	Value []string `json:"value"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL