Freigeben über


KustomizationPatchDefinition Konstruktoren

Definition

Überlädt

KustomizationPatchDefinition()

Initialisiert eine neue instance der KustomizationPatchDefinition-Klasse.

KustomizationPatchDefinition(String, IList<String>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue instance der KustomizationPatchDefinition-Klasse.

KustomizationPatchDefinition()

Initialisiert eine neue instance der KustomizationPatchDefinition-Klasse.

public KustomizationPatchDefinition ();
Public Sub New ()

Gilt für:

KustomizationPatchDefinition(String, IList<String>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>)

Initialisiert eine neue instance der KustomizationPatchDefinition-Klasse.

public KustomizationPatchDefinition (string path = default, System.Collections.Generic.IList<string> dependsOn = default, long? timeoutInSeconds = default, long? syncIntervalInSeconds = default, long? retryIntervalInSeconds = default, bool? prune = default, bool? force = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.KustomizationPatchDefinition : string * System.Collections.Generic.IList<string> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.KubernetesConfiguration.Models.KustomizationPatchDefinition
Public Sub New (Optional path As String = Nothing, Optional dependsOn As IList(Of String) = Nothing, Optional timeoutInSeconds As Nullable(Of Long) = Nothing, Optional syncIntervalInSeconds As Nullable(Of Long) = Nothing, Optional retryIntervalInSeconds As Nullable(Of Long) = Nothing, Optional prune As Nullable(Of Boolean) = Nothing, Optional force As Nullable(Of Boolean) = Nothing)

Parameter

path
String

Der Pfad im Quellverweis, der im Cluster abgeglichen werden soll.

dependsOn
IList<String>

Gibt andere Kustomisierungen an, von denen diese Kustomisierung abhängt. Diese Kustomisierung wird erst dann in Einklang gebracht, wenn alle Abhängigkeiten ihren Abgleich abgeschlossen haben.

timeoutInSeconds
Nullable<Int64>

Die maximale Zeit zum Abgleichen der Kustomisierung im Cluster.

syncIntervalInSeconds
Nullable<Int64>

Das Intervall, in dem die Kustomisierung im Cluster neu abgestimmt werden soll.

retryIntervalInSeconds
Nullable<Int64>

Das Intervall, in dem die Kustomisierung für den Cluster im Falle eines Fehlers bei der Abstimmung neu abgestimmt werden soll.

prune
Nullable<Boolean>

Aktivieren/deaktivieren Sie Garbage Collections von Kubernetes-Objekten, die von dieser Kustomisierung erstellt wurden.

force
Nullable<Boolean>

Aktivieren/deaktivieren Sie das erneute Erstellen von Kubernetes-Ressourcen im Cluster, wenn das Patchen aufgrund einer unveränderlichen Feldänderung fehlschlägt.

Gilt für: