FluxPostBuild 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.
The postBuild definitions defining variable substitutions for this Kustomization after kustomize build.
public class FluxPostBuild : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxPostBuild>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxPostBuild>
type FluxPostBuild = class
interface IJsonModel<FluxPostBuild>
interface IPersistableModel<FluxPostBuild>
Public Class FluxPostBuild
Implements IJsonModel(Of FluxPostBuild), IPersistableModel(Of FluxPostBuild)
- Inheritance
-
FluxPostBuild
- Implements
Constructors
| Name | Description |
|---|---|
| FluxPostBuild() |
Initializes a new instance of FluxPostBuild. |
Properties
| Name | Description |
|---|---|
| Substitute |
Key/value pairs holding the variables to be substituted in this Kustomization. |
| SubstituteFrom |
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization. |