KubernetesBucket 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 KubernetesBucket
type KubernetesBucket = class
Public Class KubernetesBucket
- Inheritance
-
KubernetesBucket
Constructors
KubernetesBucket() |
Initializes a new instance of KubernetesBucket. |
Properties
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. |
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. |
UseInsecureCommunication |
Specify whether to use insecure communication when puling data from the S3 bucket. |
Applies to
Azure SDK for .NET