FluxConfigurationPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Flux Configuration Patch Request object.
public class FluxConfigurationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxConfigurationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxConfigurationPatch>
type FluxConfigurationPatch = class
interface IJsonModel<FluxConfigurationPatch>
interface IPersistableModel<FluxConfigurationPatch>
Public Class FluxConfigurationPatch
Implements IJsonModel(Of FluxConfigurationPatch), IPersistableModel(Of FluxConfigurationPatch)
- Inheritance
-
FluxConfigurationPatch
- Implements
Constructors
| Name | Description |
|---|---|
| FluxConfigurationPatch() |
Initializes a new instance of FluxConfigurationPatch. |
Properties
| Name | Description |
|---|---|
| AzureBlob |
Parameters to reconcile to the AzureBlob source kind type. |
| Bucket |
Parameters to reconcile to the Bucket source kind type. |
| ConfigurationProtectedSettings |
Key-value pairs of protected configuration settings for the configuration. |
| GitRepository |
Parameters to reconcile to the GitRepository source kind type. |
| IsSuspended |
Whether this configuration should suspend its reconciliation of its kustomizations and sources. |
| Kustomizations |
Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster. |
| OciRepository |
Parameters to reconcile to the OCIRepository source kind type. |
| SourceKind |
Source Kind to pull the configuration data from. |