Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UserYamlPath = "/milvus/configs/operator/user.yaml"
Functions ¶
func ParseObjectFromFile ¶
Types ¶
type UserYaml ¶
type UserYaml struct {
Minio struct {
Address string `yaml:"address"`
Port int `yaml:"port"`
UseSSL bool `yaml:"useSSL"`
UseIAM bool `yaml:"useIAM"`
CloudProvider string `yaml:"cloudProvider"`
AccessKeyID string `yaml:"accessKeyID"`
BucketName string `yaml:"bucketName"`
Region string `yaml:"region"`
} `yaml:"minio"`
}
func ParseUserYaml ¶
Click to show internal directories.
Click to hide internal directories.