Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2019 Changes in this version + var APIVersion = "v1" + type BasicAuthFileSecret struct + BasicAuth string + type HTPasswdFileSecret struct + HTPasswd string + type KeystoneFileSecret struct + Keystone string + type LiteralSecret struct + ClientSecret string + type MetaData struct + Name string + Namespace string + type Secret struct + APIVersion string + Data interface{} + Kind string + MetaData MetaData + Type string + func GenSecret(name string, secretContent string, namespace string, secretType string) *Secret + func (secret *Secret) GenYAML() []byte