Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1011 Bytes

AddOnConfig.md

File metadata and controls

15 lines (11 loc) · 1011 Bytes

AddOnConfig

Representation of an add-on config. The attributes under it are to be used by the addon once its installed in the cluster.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]