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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FluxConfigurationPatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FluxConfigurationPatch = class
Public Class FluxConfigurationPatch
- Inheritance
-
FluxConfigurationPatch
- Attributes
Constructors
FluxConfigurationPatch() |
Initializes a new instance of the FluxConfigurationPatch class. |
FluxConfigurationPatch(String, Nullable<Boolean>, GitRepositoryPatchDefinition, BucketPatchDefinition, IDictionary<String,KustomizationPatchDefinition>, IDictionary<String,String>) |
Initializes a new instance of the FluxConfigurationPatch class. |
Properties
Bucket |
Gets or sets parameters to reconcile to the Bucket source kind type. |
ConfigurationProtectedSettings |
Gets or sets key-value pairs of protected configuration settings for the configuration |
GitRepository |
Gets or sets parameters to reconcile to the GitRepository source kind type. |
Kustomizations |
Gets or sets array of kustomizations used to reconcile the artifact pulled by the source type on the cluster. |
SourceKind |
Gets or sets source Kind to pull the configuration data from. Possible values include: 'GitRepository', 'Bucket' |
Suspend |
Gets or sets whether this configuration should suspend its reconciliation of its kustomizations and sources. |