Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TagConf = "conf"
Functions ¶
func InitialRoot ¶
func RancherInternal ¶
Types ¶
type DockerDefaults ¶
type DockerDefaults map[string]interface{}
func (DockerDefaults) Merge ¶
func (dockerDefaults DockerDefaults) Merge(nextDockerDefaults DockerDefaults) DockerDefaults
type EnvVar ¶
type EnvVar struct { Value reflect.Value TagConfOption }
func (EnvVar) GetFallbackValue ¶
type IDefaultsMarshaller ¶
type IDefaultsMarshaller interface {
MarshalDefaults(v interface{})
}
check and modify value
type IHasDockerDefaults ¶
type IHasDockerDefaults interface {
DockerDefaults() DockerDefaults
}
type ISecurityStringer ¶
type ISecurityStringer interface {
SecurityString() string
}
type TagConfOption ¶
type TagConfOption struct { CanConfig bool `opt:"env"` IsUpstream bool `opt:"upstream"` FallbackValue interface{} }
func GetTagConfOption ¶
func GetTagConfOption(opt string) (tagConfOption TagConfOption)
Click to show internal directories.
Click to hide internal directories.