Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Set ¶
func Set(conf RpaasConfig)
Types ¶
type FlavorConfig ¶
type FlavorConfig struct { Name string Spec v1alpha1.RpaasPlanSpec }
type RpaasConfig ¶
type RpaasConfig struct { ServiceName string `json:"service-name"` ServiceAnnotations map[string]string `json:"service-annotations"` APIUsername string `json:"api-username"` APIPassword string `json:"api-password"` Flavors []FlavorConfig DefaultAffinity *corev1.Affinity `json:"default-affinity"` TeamAffinity map[string]corev1.Affinity `json:"team-affinity"` }
func Get ¶
func Get() RpaasConfig
Click to show internal directories.
Click to hide internal directories.