FluxBucketPatch 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.
Parameters to reconcile to the Bucket source kind type.
public class FluxBucketPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxBucketPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxBucketPatch>
type FluxBucketPatch = class
interface IJsonModel<FluxBucketPatch>
interface IPersistableModel<FluxBucketPatch>
Public Class FluxBucketPatch
Implements IJsonModel(Of FluxBucketPatch), IPersistableModel(Of FluxBucketPatch)
- Inheritance
-
FluxBucketPatch
- Implements
Constructors
| Name | Description |
|---|---|
| FluxBucketPatch() |
Initializes a new instance of FluxBucketPatch. |
Properties
| Name | Description |
|---|---|
| AccessKey |
Plaintext access key used to securely access the S3 bucket. |
| BucketName |
The bucket name to sync from the url endpoint for the flux configuration. |
| IsInsecure |
Specify whether to use insecure communication when puling data from the S3 bucket. |
| LocalAuthRef |
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets. |
| SyncIntervalInSeconds |
The interval at which to re-reconcile the cluster bucket source with the remote. |
| TimeoutInSeconds |
The maximum time to attempt to reconcile the cluster bucket source with the remote. |
| Uri |
The URL to sync for the flux configuration S3 bucket. |