Versions in this module Expand all Collapse all v1 v1.1.9 Jul 6, 2023 v1.1.8 May 9, 2023 v1.1.7 Feb 6, 2023 v1.1.6 Jan 20, 2023 v1.1.5 Dec 16, 2022 v1.1.4 Oct 28, 2022 v1.1.3 Sep 8, 2022 v1.1.2 Aug 4, 2022 v1.1.1 Jun 14, 2022 v1.1.0 Apr 27, 2022 v1.0.0 Aug 31, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type AutonomousDatabaseWallet struct + WalletName string + WalletPassword PasswordSource + func (in *AutonomousDatabaseWallet) DeepCopy() *AutonomousDatabaseWallet + func (in *AutonomousDatabaseWallet) DeepCopyInto(out *AutonomousDatabaseWallet) + type AutonomousDatabases struct + Spec AutonomousDatabasesSpec + Status AutonomousDatabasesStatus + func (in *AutonomousDatabases) DeepCopy() *AutonomousDatabases + func (in *AutonomousDatabases) DeepCopyInto(out *AutonomousDatabases) + func (in *AutonomousDatabases) DeepCopyObject() runtime.Object + func (r *AutonomousDatabases) Default() + func (r *AutonomousDatabases) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *AutonomousDatabases) ValidateCreate() error + func (r *AutonomousDatabases) ValidateDelete() error + func (r *AutonomousDatabases) ValidateUpdate(old runtime.Object) error + type AutonomousDatabasesList struct + Items []AutonomousDatabases + func (in *AutonomousDatabasesList) DeepCopy() *AutonomousDatabasesList + func (in *AutonomousDatabasesList) DeepCopyInto(out *AutonomousDatabasesList) + func (in *AutonomousDatabasesList) DeepCopyObject() runtime.Object + type AutonomousDatabasesSpec struct + AdbId OCID + AdminPassword PasswordSource + CompartmentId OCID + CpuCoreCount int + DataStorageSizeInTBs int + DbName string + DbVersion string + DbWorkload string + DisplayName string + IsAutoScalingEnabled bool + IsDedicated bool + IsFreeTier bool + LicenseModel string + Wallet AutonomousDatabaseWallet + func (in *AutonomousDatabasesSpec) DeepCopy() *AutonomousDatabasesSpec + func (in *AutonomousDatabasesSpec) DeepCopyInto(out *AutonomousDatabasesSpec) + type AutonomousDatabasesStatus struct + OsokStatus OSOKStatus + func (in *AutonomousDatabasesStatus) DeepCopy() *AutonomousDatabasesStatus + func (in *AutonomousDatabasesStatus) DeepCopyInto(out *AutonomousDatabasesStatus) + type CreateBackupPolicyDetails struct + IsEnabled bool + RetentionInDays int + WindowStartTime string + func (in *CreateBackupPolicyDetails) DeepCopy() *CreateBackupPolicyDetails + func (in *CreateBackupPolicyDetails) DeepCopyInto(out *CreateBackupPolicyDetails) + type CreateConfigurationDetails struct + Id OCID + func (in *CreateConfigurationDetails) DeepCopy() *CreateConfigurationDetails + func (in *CreateConfigurationDetails) DeepCopyInto(out *CreateConfigurationDetails) + type CreateDbSystemSourceDetails struct + JsonData string + SourceType string + func (in *CreateDbSystemSourceDetails) DeepCopy() *CreateDbSystemSourceDetails + func (in *CreateDbSystemSourceDetails) DeepCopyInto(out *CreateDbSystemSourceDetails) + type CreateMaintenanceDetails struct + WindowStartTime string + func (in *CreateMaintenanceDetails) DeepCopy() *CreateMaintenanceDetails + func (in *CreateMaintenanceDetails) DeepCopyInto(out *CreateMaintenanceDetails) + type MapValue map[string]string + func (in MapValue) DeepCopy() MapValue + func (in MapValue) DeepCopyInto(out *MapValue) + type MySqlDbSystem struct + Spec MySqlDbSystemSpec + Status MySqlDbSystemStatus + func (in *MySqlDbSystem) DeepCopy() *MySqlDbSystem + func (in *MySqlDbSystem) DeepCopyInto(out *MySqlDbSystem) + func (in *MySqlDbSystem) DeepCopyObject() runtime.Object + type MySqlDbSystemList struct + Items []MySqlDbSystem + func (in *MySqlDbSystemList) DeepCopy() *MySqlDbSystemList + func (in *MySqlDbSystemList) DeepCopyInto(out *MySqlDbSystemList) + func (in *MySqlDbSystemList) DeepCopyObject() runtime.Object + type MySqlDbSystemSpec struct + AdminPassword PasswordSource + AdminUsername UsernameSource + AvailabilityDomain string + BackupPolicy CreateBackupPolicyDetails + CompartmentId OCID + ConfigurationId CreateConfigurationDetails + DataStorageSizeInGBs int + Description string + DisplayName string + FaultDomain string + HostnameLabel string + IpAddress string + IsHighlyAvailable bool + Maintenance CreateMaintenanceDetails + MySqlDbSystemId OCID + MysqlVersion string + Port int + PortX int + ShapeName string + Source CreateDbSystemSourceDetails + SubnetId OCID + func (in *MySqlDbSystemSpec) DeepCopy() *MySqlDbSystemSpec + func (in *MySqlDbSystemSpec) DeepCopyInto(out *MySqlDbSystemSpec) + type MySqlDbSystemStatus struct + OsokStatus OSOKStatus + func (in *MySqlDbSystemStatus) DeepCopy() *MySqlDbSystemStatus + func (in *MySqlDbSystemStatus) DeepCopyInto(out *MySqlDbSystemStatus) + type OCID string + type OSOKCondition struct + LastTransitionTime *metav1.Time + Message string + Reason string + Status v1.ConditionStatus + Type OSOKConditionType + func (in *OSOKCondition) DeepCopy() *OSOKCondition + func (in *OSOKCondition) DeepCopyInto(out *OSOKCondition) + type OSOKConditionType string + const Active + const Failed + const Provisioning + const Terminating + const Updating + type OSOKStatus struct + Conditions []OSOKCondition + CreatedAt *metav1.Time + DeletedAt *metav1.Time + Message string + Ocid OCID + Reason string + RequestedAt *metav1.Time + UpdatedAt *metav1.Time + func (in *OSOKStatus) DeepCopy() *OSOKStatus + func (in *OSOKStatus) DeepCopyInto(out *OSOKStatus) + type PasswordSource struct + Secret SecretSource + func (in *PasswordSource) DeepCopy() *PasswordSource + func (in *PasswordSource) DeepCopyInto(out *PasswordSource) + type SecretSource struct + SecretName string + func (in *SecretSource) DeepCopy() *SecretSource + func (in *SecretSource) DeepCopyInto(out *SecretSource) + type Stream struct + Spec StreamSpec + Status StreamStatus + func (in *Stream) DeepCopy() *Stream + func (in *Stream) DeepCopyInto(out *Stream) + func (in *Stream) DeepCopyObject() runtime.Object + type StreamList struct + Items []Stream + func (in *StreamList) DeepCopy() *StreamList + func (in *StreamList) DeepCopyInto(out *StreamList) + func (in *StreamList) DeepCopyObject() runtime.Object + type StreamSpec struct + CompartmentId OCID + Name string + Partitions int + RetentionInHours int + StreamId OCID + StreamPoolId OCID + func (in *StreamSpec) DeepCopy() *StreamSpec + func (in *StreamSpec) DeepCopyInto(out *StreamSpec) + type StreamStatus struct + OsokStatus OSOKStatus + func (in *StreamStatus) DeepCopy() *StreamStatus + func (in *StreamStatus) DeepCopyInto(out *StreamStatus) + type TagResources struct + DefinedTags map[string]MapValue + FreeFormTags map[string]string + func (in *TagResources) DeepCopy() *TagResources + func (in *TagResources) DeepCopyInto(out *TagResources) + type UsernameSource struct + Secret SecretSource + func (in *UsernameSource) DeepCopy() *UsernameSource + func (in *UsernameSource) DeepCopyInto(out *UsernameSource)