Representation of an add-on config. The attributes under it are to be used by the addon once its installed in the cluster.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'AddOnConfig' if this is a complete object or 'AddOnConfigLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
add_on_environment_variables | list[AddOnEnvironmentVariable] | List of environment variables for the addon | [optional] |
secret_propagations | list[AddOnSecretPropagation] | List of secret propagations for the addon | [optional] |