Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diego ¶
type Diego struct { /*RootfsCflinuxfs2 - Descr: certficates to add to the rootfs trust store Default: <nil> */ RootfsCflinuxfs2 *RootfsCflinuxfs2 `yaml:"rootfs_cflinuxfs2,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type RootfsCflinuxfs2 ¶
type RootfsCflinuxfs2 struct {
/*TrustedCerts - Descr: certficates to add to the rootfs trust store Default: <nil>
*/
TrustedCerts interface{} `yaml:"trusted_certs,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type RootfsesJob ¶
type RootfsesJob struct { /*Diego - Descr: certficates to add to the rootfs trust store Default: <nil> */ Diego *Diego `yaml:"diego,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.