KubernetesGitRepositoryUpdateContent 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 KubernetesGitRepositoryUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesGitRepositoryUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesGitRepositoryUpdateContent>
public class KubernetesGitRepositoryUpdateContent
type KubernetesGitRepositoryUpdateContent = class
interface IJsonModel<KubernetesGitRepositoryUpdateContent>
interface IPersistableModel<KubernetesGitRepositoryUpdateContent>
type KubernetesGitRepositoryUpdateContent = class
Public Class KubernetesGitRepositoryUpdateContent
Implements IJsonModel(Of KubernetesGitRepositoryUpdateContent), IPersistableModel(Of KubernetesGitRepositoryUpdateContent)
Public Class KubernetesGitRepositoryUpdateContent
- Inheritance
-
KubernetesGitRepositoryUpdateContent
- Implements
Constructors
| Name | Description |
|---|---|
| KubernetesGitRepositoryUpdateContent() |
Initializes a new instance of KubernetesGitRepositoryUpdateContent. |
Properties
| Name | Description |
|---|---|
| HttpsCACert |
Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS. |
| HttpsUser |
Plaintext HTTPS username used to access private git repositories over HTTPS. |
| 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. |
| RepositoryRef |
The source reference for the GitRepository object. |
| SshKnownHosts |
Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH. |
| SyncIntervalInSeconds |
The interval at which to re-reconcile the cluster git repository source with the remote. |
| TimeoutInSeconds |
The maximum time to attempt to reconcile the cluster git repository source with the remote. |
| Uri |
The URL to sync for the flux configuration git repository. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<KubernetesGitRepositoryUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<KubernetesGitRepositoryUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<KubernetesGitRepositoryUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<KubernetesGitRepositoryUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<KubernetesGitRepositoryUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |