BucketPatchDefinition 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 GitRepository source kind type.
public class BucketPatchDefinition
type BucketPatchDefinition = class
Public Class BucketPatchDefinition
- Inheritance
-
BucketPatchDefinition
Constructors
BucketPatchDefinition() |
Initializes a new instance of the BucketPatchDefinition class. |
BucketPatchDefinition(String, String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, String) |
Initializes a new instance of the BucketPatchDefinition class. |
Properties
AccessKey |
Gets or sets plaintext access key used to securely access the S3 bucket |
BucketName |
Gets or sets the bucket name to sync from the url endpoint for the flux configuration. |
Insecure |
Gets or sets specify whether to use insecure communication when puling data from the S3 bucket. |
LocalAuthRef |
Gets or sets 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 |
Gets or sets the interval at which to re-reconcile the cluster git repository source with the remote. |
TimeoutInSeconds |
Gets or sets the maximum time to attempt to reconcile the cluster git repository source with the remote. |
Url |
Gets or sets the URL to sync for the flux configuration S3 bucket. |