FluxSubstitutionPatch 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.
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
public class FluxSubstitutionPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxSubstitutionPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxSubstitutionPatch>
type FluxSubstitutionPatch = class
interface IJsonModel<FluxSubstitutionPatch>
interface IPersistableModel<FluxSubstitutionPatch>
Public Class FluxSubstitutionPatch
Implements IJsonModel(Of FluxSubstitutionPatch), IPersistableModel(Of FluxSubstitutionPatch)
- Inheritance
-
FluxSubstitutionPatch
- Implements
Constructors
| Name | Description |
|---|---|
| FluxSubstitutionPatch() |
Initializes a new instance of FluxSubstitutionPatch. |
Properties
| Name | Description |
|---|---|
| IsOptional |
Set to True to proceed without ConfigMap/Secret, if it is not present. |
| Kind |
Define whether it is ConfigMap or Secret that holds the variables to be used in substitution. |
| Name |
Name of the ConfigMap/Secret that holds the variables to be used in substitution. |