# Functions

AddFinalizer accepts a metav1 object and adds the provided finalizer if not present.
AddFinalizerAndUpdate removes a finalizer from a runtime object and attempts to update that object in the API server.
AddFinalizerIfPossible tries to convert a runtime object to a metav1 object and add the provided finalizer.
No description provided by the author
Fetch retrieves an object by namespaced name from the API server and puts the contents in the runtime.Object parameter.
HasFinalizer accepts a metav1 object and returns true if the the object has the provided finalizer.
RemoveFinalizer accepts a metav1 object and removes the provided finalizer if present.
RemoveFinalizerAndUpdate removes a finalizer from a runtime object and attempts to update that object in the API server.
RemoveFinalizerIfPossible tries to convert a runtime object to a metav1 object and remove the provided finalizer.

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

AsyncReconciler is a generic reconciler for Azure resources.
IdentityReconciler reconciles a managed identity.
KeyvaultReconciler reconciles a Keyvault object.
NetworkInterfaceReconciler reconciles a nic object.
PublicIPReconciler reconciles a public IP object.
RedisReconciler reconciles a Redis object.
RedisReconciler reconciles a Redis object.
ResourceGroupReconciler reconciles a ResourceGroup object.
SecretBundleReconciler reconciles a Secret object.
SecretReconciler reconciles a Secret object.
SecurityGroupReconciler reconciles a SecurityGroup object.
ServiceBusNamespaceReconciler reconciles a ServiceBusNamespace object.
ServiceBusSecretReconciler reconciles a ServiceBusNamespace object.
SQLFirewallRuleReconciler reconciles a public IP object.
SQLServerReconciler reconciles a public IP object.
StorageKeyReconciler reconciles a storage key object.
SubnetReconciler reconciles a Subnet object.
SyncReconciler is a generic reconciler for Azure resources which run fast, synchronous operations.
TLSSecretReconciler reconciles a Secret object.
TrafficManagerReconciler reconciles a PublicIP object.
VirtualNetworkReconciler reconciles a VirtualNetwork object.
VMReconciler reconciles a VM object.

# Interfaces

No description provided by the author
No description provided by the author