Documentation ¶
Index ¶
- Constants
- func CheckBucketAccess(client kubernetes.Interface, spec api.Backend, namespace string) error
- func GetConfigPath(cmd *cobra.Command) string
- func NewOSMSecret(kc kubernetes.Interface, name, namespace string, spec api.Backend) (*core.Secret, error)
- func WriteOSMConfig(kc kubernetes.Interface, namespace string, spec api.Backend, filename string) error
- type Context
- type OSMConfig
Constants ¶
View Source
const ( SecretMountPath = "/etc/osm" CaCertFileName = "ca.crt" )
Variables ¶
This section is empty.
Functions ¶
func CheckBucketAccess ¶
func GetConfigPath ¶
func NewOSMSecret ¶
func WriteOSMConfig ¶
Types ¶
type Context ¶
type Context struct { Name string `json:"name"` Provider string `json:"provider"` Config stow.ConfigMap `json:"config"` }
func NewOSMContext ¶
Click to show internal directories.
Click to hide internal directories.