Versions in this module Expand all Collapse all v0 v0.1.0 Dec 4, 2018 Changes in this version + const APIVersion + const Group + const MysqlServerKind + const MysqlServerKindAPIVersion + const OperationCreateFirewallRules + const OperationCreateServer + const Version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + func ValidVersionValues() []string + type MysqlServer struct + Spec MysqlServerSpec + Status MysqlServerStatus + func (in *MysqlServer) DeepCopy() *MysqlServer + func (in *MysqlServer) DeepCopyInto(out *MysqlServer) + func (in *MysqlServer) DeepCopyObject() runtime.Object + func (m *MysqlServer) ConnectionSecretName() string + func (m *MysqlServer) Endpoint() string + func (m *MysqlServer) IsAvailable() bool + func (m *MysqlServer) IsBound() bool + func (m *MysqlServer) ObjectReference() *v1.ObjectReference + func (m *MysqlServer) OwnerReference() metav1.OwnerReference + func (m *MysqlServer) SetBound(state bool) + type MysqlServerList struct + Items []MysqlServer + func (in *MysqlServerList) DeepCopy() *MysqlServerList + func (in *MysqlServerList) DeepCopyInto(out *MysqlServerList) + func (in *MysqlServerList) DeepCopyObject() runtime.Object + type MysqlServerSpec struct + AdminLoginName string + ClaimRef *v1.ObjectReference + ClassRef *v1.ObjectReference + ConnectionSecretRef v1.LocalObjectReference + Location string + PricingTier PricingTierSpec + ProviderRef v1.LocalObjectReference + ReclaimPolicy corev1alpha1.ReclaimPolicy + ResourceGroupName string + SSLEnforced bool + StorageProfile StorageProfileSpec + Version string + func NewMySQLServerSpec(properties map[string]string) *MysqlServerSpec + func (in *MysqlServerSpec) DeepCopy() *MysqlServerSpec + func (in *MysqlServerSpec) DeepCopyInto(out *MysqlServerSpec) + type MysqlServerStatus struct + Endpoint string + Message string + ProviderID string + RunningOperation string + RunningOperationType string + State string + func (in *MysqlServerStatus) DeepCopy() *MysqlServerStatus + func (in *MysqlServerStatus) DeepCopyInto(out *MysqlServerStatus) + type PricingTierSpec struct + Family string + Tier string + VCores int + func (in *PricingTierSpec) DeepCopy() *PricingTierSpec + func (in *PricingTierSpec) DeepCopyInto(out *PricingTierSpec) + type StorageProfileSpec struct + BackupRetentionDays int + GeoRedundantBackup bool + StorageGB int + func (in *StorageProfileSpec) DeepCopy() *StorageProfileSpec + func (in *StorageProfileSpec) DeepCopyInto(out *StorageProfileSpec)