Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func HandleSecretsAndCerts ¶
func HandleSecretsAndCerts(cmap *ScaleSettingsConfigMap) error
Types ¶
type Primary ¶
type Primary struct {
PrimaryFSDep string `json:"primaryFS"` // Deprecated
PrimaryFs string `json:"primaryFs"`
PrimaryFset string `json:"primaryFset"`
PrimaryCid string `json:"primaryCid"`
InodeLimitDep string `json:"inode-limit"` // Deprecated
InodeLimits string `json:"inodeLimit"`
RemoteCluster string `json:"remoteCluster"`
RemoteFSDep string `json:"remoteFS"` // Deprecated
RemoteFs string `json:"remoteFs"`
PrimaryFSMount string
PrimaryFsetLink string
SymlinkAbsolutePath string
SymlinkRelativePath string
}
func (Primary) GetInodeLimit ¶ added in v1.0.0
To support backwards compatibility if the InodeLimit field is not defined then
use the previous version of the field.
func (Primary) GetPrimaryFs ¶ added in v1.0.0
To support backwards compatibility if the PrimaryFs field is not defined then
use the previous version of the field.
func (Primary) GetRemoteFs ¶ added in v1.0.0
To support backwards compatibility if the RemoteFs field is not defined then
use the previous version of the field.
type ScaleSettingsConfigMap ¶
type ScaleSettingsConfigMap struct {
Clusters []Clusters
}
func LoadScaleConfigSettings ¶
func LoadScaleConfigSettings() ScaleSettingsConfigMap
Click to show internal directories.
Click to hide internal directories.