Versions in this module Expand all Collapse all v1 v1.0.0 May 21, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type DBaaSCluster struct + CloudProviderName string + CloudRegion string + ConnectionString string + DatabaseUser DBaaSDatabaseUser + ID string + InstanceSizeName string + Name string + func (in *DBaaSCluster) DeepCopy() *DBaaSCluster + func (in *DBaaSCluster) DeepCopyInto(out *DBaaSCluster) + type DBaaSClusterList struct + Items []DBaaSClusterList + func (in *DBaaSClusterList) DeepCopy() *DBaaSClusterList + func (in *DBaaSClusterList) DeepCopyInto(out *DBaaSClusterList) + type DBaaSConnection struct + Spec DBaaSConnectionSpec + Status DBaaSConnectionStatus + func (in *DBaaSConnection) DeepCopy() *DBaaSConnection + func (in *DBaaSConnection) DeepCopyInto(out *DBaaSConnection) + func (in *DBaaSConnection) DeepCopyObject() runtime.Object + type DBaaSConnectionList struct + Items []DBaaSConnection + func (in *DBaaSConnectionList) DeepCopy() *DBaaSConnectionList + func (in *DBaaSConnectionList) DeepCopyInto(out *DBaaSConnectionList) + func (in *DBaaSConnectionList) DeepCopyObject() runtime.Object + type DBaaSConnectionSpec struct + Cluster *DBaaSCluster + Provider string + Type string + func (in *DBaaSConnectionSpec) DeepCopy() *DBaaSConnectionSpec + func (in *DBaaSConnectionSpec) DeepCopyInto(out *DBaaSConnectionSpec) + type DBaaSConnectionStatus struct + DBConfigMap string + DBCredentials string + func (in *DBaaSConnectionStatus) DeepCopy() *DBaaSConnectionStatus + func (in *DBaaSConnectionStatus) DeepCopyInto(out *DBaaSConnectionStatus) + type DBaaSDatabaseUser struct + Name string + Password []byte + func (in *DBaaSDatabaseUser) DeepCopy() *DBaaSDatabaseUser + func (in *DBaaSDatabaseUser) DeepCopyInto(out *DBaaSDatabaseUser) + type DBaaSDatabaseUserList struct + Items []DBaaSDatabaseUser + func (in *DBaaSDatabaseUserList) DeepCopy() *DBaaSDatabaseUserList + func (in *DBaaSDatabaseUserList) DeepCopyInto(out *DBaaSDatabaseUserList) + type DBaaSProject struct + Clusters []DBaaSCluster + ID string + Name string + Users []DBaaSDatabaseUser + func (in *DBaaSProject) DeepCopy() *DBaaSProject + func (in *DBaaSProject) DeepCopyInto(out *DBaaSProject) + type DBaaSProjectList struct + Items []DBaaSProject + func (in *DBaaSProjectList) DeepCopy() *DBaaSProjectList + func (in *DBaaSProjectList) DeepCopyInto(out *DBaaSProjectList) + type DBaaSService struct + Spec DBaaSServiceSpec + Status DBaaSServiceStatus + func (in *DBaaSService) DeepCopy() *DBaaSService + func (in *DBaaSService) DeepCopyInto(out *DBaaSService) + func (in *DBaaSService) DeepCopyObject() runtime.Object + type DBaaSServiceList struct + Items []DBaaSService + func (in *DBaaSServiceList) DeepCopy() *DBaaSServiceList + func (in *DBaaSServiceList) DeepCopyInto(out *DBaaSServiceList) + func (in *DBaaSServiceList) DeepCopyObject() runtime.Object + type DBaaSServiceSpec struct + CredentialsSecretName string + CredentialsSecretNamespace string + Imports []string + Provider DatabaseProvider + func (in *DBaaSServiceSpec) DeepCopy() *DBaaSServiceSpec + func (in *DBaaSServiceSpec) DeepCopyInto(out *DBaaSServiceSpec) + type DBaaSServiceStatus struct + Projects []DBaaSProject + func (in *DBaaSServiceStatus) DeepCopy() *DBaaSServiceStatus + func (in *DBaaSServiceStatus) DeepCopyInto(out *DBaaSServiceStatus) + type DatabaseProvider struct + Name string + func (in *DatabaseProvider) DeepCopy() *DatabaseProvider + func (in *DatabaseProvider) DeepCopyInto(out *DatabaseProvider)