93 строки
7.9 KiB
YAML
93 строки
7.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition"
|
|
name: "PostBuildDefinition"
|
|
nameWithType: "PostBuildDefinition"
|
|
summary: "The post<wbr>Build definitions defining variable substitutions for this Kustomization after kustomize build."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **PostBuildDefinition**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.PostBuildDefinition()"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.PostBuildDefinition()"
|
|
name: "PostBuildDefinition()"
|
|
nameWithType: "PostBuildDefinition.PostBuildDefinition()"
|
|
summary: "Creates an instance of Post<wbr>Build<wbr>Definition class."
|
|
syntax: "public PostBuildDefinition()"
|
|
desc: "Creates an instance of PostBuildDefinition class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.substitute()"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.substitute()"
|
|
name: "substitute()"
|
|
nameWithType: "PostBuildDefinition.substitute()"
|
|
summary: "Get the substitute property: Key/value pairs holding the variables to be substituted in this Kustomization."
|
|
syntax: "public Map<String,String> substitute()"
|
|
desc: "Get the substitute property: Key/value pairs holding the variables to be substituted in this Kustomization."
|
|
returns:
|
|
description: "the substitute value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.substituteFrom()"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.substituteFrom()"
|
|
name: "substituteFrom()"
|
|
nameWithType: "PostBuildDefinition.substituteFrom()"
|
|
summary: "Get the substitute<wbr>From property: Array of Config<wbr>Maps/Secrets from which the variables are substituted for this Kustomization."
|
|
syntax: "public List<SubstituteFromDefinition> substituteFrom()"
|
|
desc: "Get the substituteFrom property: Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization."
|
|
returns:
|
|
description: "the substituteFrom value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.SubstituteFromDefinition?alt=com.azure.resourcemanager.kubernetesconfiguration.models.SubstituteFromDefinition&text=SubstituteFromDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.validate()"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.validate()"
|
|
name: "validate()"
|
|
nameWithType: "PostBuildDefinition.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.withSubstitute(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.withSubstitute(Map<String,String> substitute)"
|
|
name: "withSubstitute(Map<String,String> substitute)"
|
|
nameWithType: "PostBuildDefinition.withSubstitute(Map<String,String> substitute)"
|
|
summary: "Set the substitute property: Key/value pairs holding the variables to be substituted in this Kustomization."
|
|
parameters:
|
|
- description: "the substitute value to set."
|
|
name: "substitute"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public PostBuildDefinition withSubstitute(Map<String,String> substitute)"
|
|
desc: "Set the substitute property: Key/value pairs holding the variables to be substituted in this Kustomization."
|
|
returns:
|
|
description: "the PostBuildDefinition object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition?alt=com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition&text=PostBuildDefinition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.withSubstituteFrom(java.util.List<com.azure.resourcemanager.kubernetesconfiguration.models.SubstituteFromDefinition>)"
|
|
fullName: "com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition.withSubstituteFrom(List<SubstituteFromDefinition> substituteFrom)"
|
|
name: "withSubstituteFrom(List<SubstituteFromDefinition> substituteFrom)"
|
|
nameWithType: "PostBuildDefinition.withSubstituteFrom(List<SubstituteFromDefinition> substituteFrom)"
|
|
summary: "Set the substitute<wbr>From property: Array of Config<wbr>Maps/Secrets from which the variables are substituted for this Kustomization."
|
|
parameters:
|
|
- description: "the substituteFrom value to set."
|
|
name: "substituteFrom"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.SubstituteFromDefinition?alt=com.azure.resourcemanager.kubernetesconfiguration.models.SubstituteFromDefinition&text=SubstituteFromDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public PostBuildDefinition withSubstituteFrom(List<SubstituteFromDefinition> substituteFrom)"
|
|
desc: "Set the substituteFrom property: Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization."
|
|
returns:
|
|
description: "the PostBuildDefinition object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition?alt=com.azure.resourcemanager.kubernetesconfiguration.models.PostBuildDefinition&text=PostBuildDefinition\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The postBuild definitions defining variable substitutions for this Kustomization after kustomize build."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.kubernetesconfiguration.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-kubernetesconfiguration:1.0.0
|