Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App struct
type Mongo ¶
type Mongo struct {
Namespace string
PVCName string
Port int32
Image string
MinCPU string
MaxCPU string
MinMemory string
MaxMemory string
Database string
User string
PasswordSecretName string
UserPasswordSecretKey string
AdminPasswordSecretKey string
EnvConfigMapRefs []string
Labels map[string]string
}
Mongo will provide the Mongo container configuration
func (*Mongo) GetMongoReplicationController ¶
func (p *Mongo) GetMongoReplicationController() (*components.ReplicationController, error)
GetMongoReplicationController will return the Mongo replication controller
func (*Mongo) GetMongoService ¶
func (p *Mongo) GetMongoService() *components.Service
GetMongoService will return the Mongo service
Click to show internal directories.
Click to hide internal directories.