KubernetesGitRepository Class

Definition

Parameters to reconcile to the GitRepository source kind type.

public class KubernetesGitRepository : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesGitRepository>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesGitRepository>
public class KubernetesGitRepository
type KubernetesGitRepository = class
    interface IJsonModel<KubernetesGitRepository>
    interface IPersistableModel<KubernetesGitRepository>
type KubernetesGitRepository = class
Public Class KubernetesGitRepository
Implements IJsonModel(Of KubernetesGitRepository), IPersistableModel(Of KubernetesGitRepository)
Public Class KubernetesGitRepository
Inheritance
KubernetesGitRepository
Implements

Constructors

Name Description
KubernetesGitRepository()

Initializes a new instance of KubernetesGitRepository.

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<KubernetesGitRepository>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubernetesGitRepository>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesGitRepository>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesGitRepository>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubernetesGitRepository>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to