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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesBucket>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesBucket>
public class KubernetesBucket
type KubernetesBucket = class
interface IJsonModel<KubernetesBucket>
interface IPersistableModel<KubernetesBucket>
type KubernetesBucket = class
Public Class KubernetesBucket
Implements IJsonModel(Of KubernetesBucket), IPersistableModel(Of KubernetesBucket)
Public Class KubernetesBucket
- Inheritance
-
KubernetesBucket
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesBucket() |
Initializes a new instance of KubernetesBucket. |
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. |
| 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. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<KubernetesBucket>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<KubernetesBucket>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<KubernetesBucket>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<KubernetesBucket>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<KubernetesBucket>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |