Puppet Data Type Alias: Profile::Kubernetes::Services

Defined in:
modules/profile/types/kubernetes/services.pp

Overview

Alias of

Struct[{
    usernames       => Array[Struct[{
        name => String,
        owner => Optional[String],
        group => Optional[String],
        mode  => Optional[String],
        kubeconfig => Optional[String],
    }]],
    namespace       => Optional[String],
    private_files   => Optional[Struct[{'owner' => String, 'group' => String, 'mode' => String, }]],
    ensure => Optional[Wmflib::Ensure],

}]


# File 'modules/profile/types/kubernetes/services.pp', line 19