Name | Type | Description | Notes |
---|---|---|---|
apiVersion | string | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources | [optional] |
kind | string | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds | [optional] |
labels | map[string,string] | labels is a optional set of labels that are applied to every object during the Template to Config transformation. | [optional] |
message | string | message is an optional instructional message that will be displayed when this template is instantiated. This field should inform the user how to utilize the newly created resources. Parameter substitution will be performed on the message before being displayed so that generated credentials and other parameters can be included in the output. | [optional] |
metadata | \UniversityOfAdelaide\OpenShift\Model\V1ObjectMeta | Standard object's metadata. | [optional] |
objects | \UniversityOfAdelaide\OpenShift\Model\RuntimeRawExtension[] | objects is an array of resources to include in this template. If a namespace value is hardcoded in the object, it will be removed during template instantiation, however if the namespace value is, or contains, a ${PARAMETER_REFERENCE}, the resolved value after parameter substitution will be respected and the object will be created in that namespace. | |
parameters | \UniversityOfAdelaide\OpenShift\Model\V1Parameter[] | parameters is an optional array of Parameters used during the Template to Config transformation. | [optional] |