Delen via


KubernetesSourceControlConfigurationData Class

Definition

A class representing the KubernetesSourceControlConfiguration data model. The SourceControl Configuration object returned in Get & Put response.

public class KubernetesSourceControlConfigurationData : Azure.ResourceManager.Models.ResourceData
type KubernetesSourceControlConfigurationData = class
    inherit ResourceData
Public Class KubernetesSourceControlConfigurationData
Inherits ResourceData
Inheritance
KubernetesSourceControlConfigurationData

Constructors

KubernetesSourceControlConfigurationData()

Initializes a new instance of KubernetesSourceControlConfigurationData.

Properties

ComplianceStatus

Compliance Status of the Configuration.

ConfigurationProtectedSettings

Name-value pairs of protected configuration settings for the configuration.

HelmOperatorProperties

Properties for Helm operator.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsHelmOperatorEnabled

Option to enable Helm Operator for this git configuration.

Name

The name of the resource.

(Inherited from ResourceData)
OperatorInstanceName

Instance name of the operator - identifying the specific configuration.

OperatorNamespace

The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.

OperatorParams

Any Parameters for the Operator instance in string format.

OperatorScope

Scope at which the operator will be installed.

OperatorType

Type of the operator.

ProvisioningState

The provisioning state of the resource provider.

RepositoryPublicKey

Public Key associated with this SourceControl configuration (either generated within the cluster or provided by the user).

RepositoryUri

Url of the SourceControl Repository.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SshKnownHostsContents

Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to