/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiimagev1RepositoryImportSpec class. /// </summary> public Comgithubopenshiftapiimagev1RepositoryImportSpec(Iok8sapicorev1ObjectReference fromProperty, Comgithubopenshiftapiimagev1TagImportPolicy importPolicy = default(Comgithubopenshiftapiimagev1TagImportPolicy), bool?includeManifest = default(bool?), Comgithubopenshiftapiimagev1TagReferencePolicy referencePolicy = default(Comgithubopenshiftapiimagev1TagReferencePolicy)) { FromProperty = fromProperty; ImportPolicy = importPolicy; IncludeManifest = includeManifest; ReferencePolicy = referencePolicy; }
/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiimagev1ImageImportSpec class. /// </summary> public Comgithubopenshiftapiimagev1ImageImportSpec(Iok8sapicorev1ObjectReference fromProperty, Comgithubopenshiftapiimagev1TagImportPolicy importPolicy = default(Comgithubopenshiftapiimagev1TagImportPolicy), bool?includeManifest = default(bool?), Comgithubopenshiftapiimagev1TagReferencePolicy referencePolicy = default(Comgithubopenshiftapiimagev1TagReferencePolicy), Iok8sapicorev1LocalObjectReference to = default(Iok8sapicorev1LocalObjectReference)) { FromProperty = fromProperty; ImportPolicy = importPolicy; IncludeManifest = includeManifest; ReferencePolicy = referencePolicy; To = to; }
/// <summary> /// Initializes a new instance of the /// Comgithubopenshiftapiimagev1TagReference class. /// </summary> public Comgithubopenshiftapiimagev1TagReference(string name, IDictionary <string, string> annotations = default(IDictionary <string, string>), Iok8sapicorev1ObjectReference fromProperty = default(Iok8sapicorev1ObjectReference), long?generation = default(long?), Comgithubopenshiftapiimagev1TagImportPolicy importPolicy = default(Comgithubopenshiftapiimagev1TagImportPolicy), bool?reference = default(bool?), Comgithubopenshiftapiimagev1TagReferencePolicy referencePolicy = default(Comgithubopenshiftapiimagev1TagReferencePolicy)) { Annotations = annotations; FromProperty = fromProperty; Generation = generation; ImportPolicy = importPolicy; Name = name; Reference = reference; ReferencePolicy = referencePolicy; }