github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/testcharms/charm-repo/quantal/appconfigsingle/config.yaml (about) 1 options: 2 strnildefault: 3 default: 4 description: A string setting for charm with nil default value. 5 type: string 6 stremptydefault: 7 default: "" 8 description: A string settings for charm with empty default value. 9 type: string 10 intnildefault: 11 default: 12 description: An int setting for charm with nil default value. 13 type: int 14 floatnildefault: 15 default: 16 description: A float setting for charm with nil default value. 17 type: float 18 booleannildefault: 19 default: 20 description: A boolean setting for charm with nil default value. 21 type: boolean