v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutonomousContainerDatabaseDataguardAssociationExpansion added in v0.5.0

type AutonomousContainerDatabaseDataguardAssociationExpansion interface{}

type AutonomousContainerDatabaseDataguardAssociationInterface added in v0.5.0

AutonomousContainerDatabaseDataguardAssociationInterface has methods to work with AutonomousContainerDatabaseDataguardAssociation resources.

type AutonomousContainerDatabaseDataguardAssociationOperationExpansion

type AutonomousContainerDatabaseDataguardAssociationOperationExpansion interface{}

type AutonomousContainerDatabaseDataguardAssociationOperationInterface

type AutonomousContainerDatabaseDataguardAssociationOperationInterface interface {
	Create(ctx context.Context, autonomousContainerDatabaseDataguardAssociationOperation *v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, opts v1.CreateOptions) (*v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, error)
	Update(ctx context.Context, autonomousContainerDatabaseDataguardAssociationOperation *v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, opts v1.UpdateOptions) (*v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, error)
	UpdateStatus(ctx context.Context, autonomousContainerDatabaseDataguardAssociationOperation *v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, opts v1.UpdateOptions) (*v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AutonomousContainerDatabaseDataguardAssociationOperation, err error)
	AutonomousContainerDatabaseDataguardAssociationOperationExpansion
}

AutonomousContainerDatabaseDataguardAssociationOperationInterface has methods to work with AutonomousContainerDatabaseDataguardAssociationOperation resources.

type AutonomousContainerDatabaseDataguardAssociationOperationsGetter

type AutonomousContainerDatabaseDataguardAssociationOperationsGetter interface {
	AutonomousContainerDatabaseDataguardAssociationOperations(namespace string) AutonomousContainerDatabaseDataguardAssociationOperationInterface
}

AutonomousContainerDatabaseDataguardAssociationOperationsGetter has a method to return a AutonomousContainerDatabaseDataguardAssociationOperationInterface. A group's client should implement this interface.

type AutonomousContainerDatabaseDataguardAssociationsGetter added in v0.5.0

type AutonomousContainerDatabaseDataguardAssociationsGetter interface {
	AutonomousContainerDatabaseDataguardAssociations(namespace string) AutonomousContainerDatabaseDataguardAssociationInterface
}

AutonomousContainerDatabaseDataguardAssociationsGetter has a method to return a AutonomousContainerDatabaseDataguardAssociationInterface. A group's client should implement this interface.

type AutonomousContainerDatabaseExpansion

type AutonomousContainerDatabaseExpansion interface{}

type AutonomousContainerDatabaseInterface

type AutonomousContainerDatabaseInterface interface {
	Create(ctx context.Context, autonomousContainerDatabase *v1alpha1.AutonomousContainerDatabase, opts v1.CreateOptions) (*v1alpha1.AutonomousContainerDatabase, error)
	Update(ctx context.Context, autonomousContainerDatabase *v1alpha1.AutonomousContainerDatabase, opts v1.UpdateOptions) (*v1alpha1.AutonomousContainerDatabase, error)
	UpdateStatus(ctx context.Context, autonomousContainerDatabase *v1alpha1.AutonomousContainerDatabase, opts v1.UpdateOptions) (*v1alpha1.AutonomousContainerDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AutonomousContainerDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AutonomousContainerDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AutonomousContainerDatabase, err error)
	AutonomousContainerDatabaseExpansion
}

AutonomousContainerDatabaseInterface has methods to work with AutonomousContainerDatabase resources.

type AutonomousContainerDatabasesGetter

type AutonomousContainerDatabasesGetter interface {
	AutonomousContainerDatabases(namespace string) AutonomousContainerDatabaseInterface
}

AutonomousContainerDatabasesGetter has a method to return a AutonomousContainerDatabaseInterface. A group's client should implement this interface.

type AutonomousDatabaseBackupExpansion

type AutonomousDatabaseBackupExpansion interface{}

type AutonomousDatabaseBackupInterface

type AutonomousDatabaseBackupInterface interface {
	Create(ctx context.Context, autonomousDatabaseBackup *v1alpha1.AutonomousDatabaseBackup, opts v1.CreateOptions) (*v1alpha1.AutonomousDatabaseBackup, error)
	Update(ctx context.Context, autonomousDatabaseBackup *v1alpha1.AutonomousDatabaseBackup, opts v1.UpdateOptions) (*v1alpha1.AutonomousDatabaseBackup, error)
	UpdateStatus(ctx context.Context, autonomousDatabaseBackup *v1alpha1.AutonomousDatabaseBackup, opts v1.UpdateOptions) (*v1alpha1.AutonomousDatabaseBackup, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AutonomousDatabaseBackup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AutonomousDatabaseBackupList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AutonomousDatabaseBackup, err error)
	AutonomousDatabaseBackupExpansion
}

AutonomousDatabaseBackupInterface has methods to work with AutonomousDatabaseBackup resources.

type AutonomousDatabaseBackupsGetter

type AutonomousDatabaseBackupsGetter interface {
	AutonomousDatabaseBackups(namespace string) AutonomousDatabaseBackupInterface
}

AutonomousDatabaseBackupsGetter has a method to return a AutonomousDatabaseBackupInterface. A group's client should implement this interface.

type AutonomousDatabaseExpansion

type AutonomousDatabaseExpansion interface{}

type AutonomousDatabaseInstanceWalletManagementExpansion

type AutonomousDatabaseInstanceWalletManagementExpansion interface{}

type AutonomousDatabaseInstanceWalletManagementInterface

AutonomousDatabaseInstanceWalletManagementInterface has methods to work with AutonomousDatabaseInstanceWalletManagement resources.

type AutonomousDatabaseInstanceWalletManagementsGetter

type AutonomousDatabaseInstanceWalletManagementsGetter interface {
	AutonomousDatabaseInstanceWalletManagements(namespace string) AutonomousDatabaseInstanceWalletManagementInterface
}

AutonomousDatabaseInstanceWalletManagementsGetter has a method to return a AutonomousDatabaseInstanceWalletManagementInterface. A group's client should implement this interface.

type AutonomousDatabaseInterface

type AutonomousDatabaseInterface interface {
	Create(ctx context.Context, autonomousDatabase *v1alpha1.AutonomousDatabase, opts v1.CreateOptions) (*v1alpha1.AutonomousDatabase, error)
	Update(ctx context.Context, autonomousDatabase *v1alpha1.AutonomousDatabase, opts v1.UpdateOptions) (*v1alpha1.AutonomousDatabase, error)
	UpdateStatus(ctx context.Context, autonomousDatabase *v1alpha1.AutonomousDatabase, opts v1.UpdateOptions) (*v1alpha1.AutonomousDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AutonomousDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AutonomousDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AutonomousDatabase, err error)
	AutonomousDatabaseExpansion
}

AutonomousDatabaseInterface has methods to work with AutonomousDatabase resources.

type AutonomousDatabaseRegionalWalletManagementExpansion

type AutonomousDatabaseRegionalWalletManagementExpansion interface{}

type AutonomousDatabaseRegionalWalletManagementInterface

AutonomousDatabaseRegionalWalletManagementInterface has methods to work with AutonomousDatabaseRegionalWalletManagement resources.

type AutonomousDatabaseRegionalWalletManagementsGetter

type AutonomousDatabaseRegionalWalletManagementsGetter interface {
	AutonomousDatabaseRegionalWalletManagements(namespace string) AutonomousDatabaseRegionalWalletManagementInterface
}

AutonomousDatabaseRegionalWalletManagementsGetter has a method to return a AutonomousDatabaseRegionalWalletManagementInterface. A group's client should implement this interface.

type AutonomousDatabaseWalletExpansion

type AutonomousDatabaseWalletExpansion interface{}

type AutonomousDatabaseWalletInterface

type AutonomousDatabaseWalletInterface interface {
	Create(ctx context.Context, autonomousDatabaseWallet *v1alpha1.AutonomousDatabaseWallet, opts v1.CreateOptions) (*v1alpha1.AutonomousDatabaseWallet, error)
	Update(ctx context.Context, autonomousDatabaseWallet *v1alpha1.AutonomousDatabaseWallet, opts v1.UpdateOptions) (*v1alpha1.AutonomousDatabaseWallet, error)
	UpdateStatus(ctx context.Context, autonomousDatabaseWallet *v1alpha1.AutonomousDatabaseWallet, opts v1.UpdateOptions) (*v1alpha1.AutonomousDatabaseWallet, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AutonomousDatabaseWallet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AutonomousDatabaseWalletList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AutonomousDatabaseWallet, err error)
	AutonomousDatabaseWalletExpansion
}

AutonomousDatabaseWalletInterface has methods to work with AutonomousDatabaseWallet resources.

type AutonomousDatabaseWalletsGetter

type AutonomousDatabaseWalletsGetter interface {
	AutonomousDatabaseWallets(namespace string) AutonomousDatabaseWalletInterface
}

AutonomousDatabaseWalletsGetter has a method to return a AutonomousDatabaseWalletInterface. A group's client should implement this interface.

type AutonomousDatabasesGetter

type AutonomousDatabasesGetter interface {
	AutonomousDatabases(namespace string) AutonomousDatabaseInterface
}

AutonomousDatabasesGetter has a method to return a AutonomousDatabaseInterface. A group's client should implement this interface.

type AutonomousExadataInfrastructureExpansion

type AutonomousExadataInfrastructureExpansion interface{}

type AutonomousExadataInfrastructureInterface

AutonomousExadataInfrastructureInterface has methods to work with AutonomousExadataInfrastructure resources.

type AutonomousExadataInfrastructuresGetter

type AutonomousExadataInfrastructuresGetter interface {
	AutonomousExadataInfrastructures(namespace string) AutonomousExadataInfrastructureInterface
}

AutonomousExadataInfrastructuresGetter has a method to return a AutonomousExadataInfrastructureInterface. A group's client should implement this interface.

type AutonomousVmClusterExpansion

type AutonomousVmClusterExpansion interface{}

type AutonomousVmClusterInterface

type AutonomousVmClusterInterface interface {
	Create(ctx context.Context, autonomousVmCluster *v1alpha1.AutonomousVmCluster, opts v1.CreateOptions) (*v1alpha1.AutonomousVmCluster, error)
	Update(ctx context.Context, autonomousVmCluster *v1alpha1.AutonomousVmCluster, opts v1.UpdateOptions) (*v1alpha1.AutonomousVmCluster, error)
	UpdateStatus(ctx context.Context, autonomousVmCluster *v1alpha1.AutonomousVmCluster, opts v1.UpdateOptions) (*v1alpha1.AutonomousVmCluster, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AutonomousVmCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AutonomousVmClusterList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AutonomousVmCluster, err error)
	AutonomousVmClusterExpansion
}

AutonomousVmClusterInterface has methods to work with AutonomousVmCluster resources.

type AutonomousVmClustersGetter

type AutonomousVmClustersGetter interface {
	AutonomousVmClusters(namespace string) AutonomousVmClusterInterface
}

AutonomousVmClustersGetter has a method to return a AutonomousVmClusterInterface. A group's client should implement this interface.

type BackupDestinationExpansion

type BackupDestinationExpansion interface{}

type BackupDestinationInterface

type BackupDestinationInterface interface {
	Create(ctx context.Context, backupDestination *v1alpha1.BackupDestination, opts v1.CreateOptions) (*v1alpha1.BackupDestination, error)
	Update(ctx context.Context, backupDestination *v1alpha1.BackupDestination, opts v1.UpdateOptions) (*v1alpha1.BackupDestination, error)
	UpdateStatus(ctx context.Context, backupDestination *v1alpha1.BackupDestination, opts v1.UpdateOptions) (*v1alpha1.BackupDestination, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.BackupDestination, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BackupDestinationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.BackupDestination, err error)
	BackupDestinationExpansion
}

BackupDestinationInterface has methods to work with BackupDestination resources.

type BackupDestinationsGetter

type BackupDestinationsGetter interface {
	BackupDestinations(namespace string) BackupDestinationInterface
}

BackupDestinationsGetter has a method to return a BackupDestinationInterface. A group's client should implement this interface.

type BackupExpansion

type BackupExpansion interface{}

type BackupInterface

type BackupInterface interface {
	Create(ctx context.Context, backup *v1alpha1.Backup, opts v1.CreateOptions) (*v1alpha1.Backup, error)
	Update(ctx context.Context, backup *v1alpha1.Backup, opts v1.UpdateOptions) (*v1alpha1.Backup, error)
	UpdateStatus(ctx context.Context, backup *v1alpha1.Backup, opts v1.UpdateOptions) (*v1alpha1.Backup, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Backup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BackupList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Backup, err error)
	BackupExpansion
}

BackupInterface has methods to work with Backup resources.

type BackupsGetter

type BackupsGetter interface {
	Backups(namespace string) BackupInterface
}

BackupsGetter has a method to return a BackupInterface. A group's client should implement this interface.

type CloudAutonomousVmClusterExpansion added in v0.5.0

type CloudAutonomousVmClusterExpansion interface{}

type CloudAutonomousVmClusterInterface added in v0.5.0

type CloudAutonomousVmClusterInterface interface {
	Create(ctx context.Context, cloudAutonomousVmCluster *v1alpha1.CloudAutonomousVmCluster, opts v1.CreateOptions) (*v1alpha1.CloudAutonomousVmCluster, error)
	Update(ctx context.Context, cloudAutonomousVmCluster *v1alpha1.CloudAutonomousVmCluster, opts v1.UpdateOptions) (*v1alpha1.CloudAutonomousVmCluster, error)
	UpdateStatus(ctx context.Context, cloudAutonomousVmCluster *v1alpha1.CloudAutonomousVmCluster, opts v1.UpdateOptions) (*v1alpha1.CloudAutonomousVmCluster, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.CloudAutonomousVmCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CloudAutonomousVmClusterList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.CloudAutonomousVmCluster, err error)
	CloudAutonomousVmClusterExpansion
}

CloudAutonomousVmClusterInterface has methods to work with CloudAutonomousVmCluster resources.

type CloudAutonomousVmClustersGetter added in v0.5.0

type CloudAutonomousVmClustersGetter interface {
	CloudAutonomousVmClusters(namespace string) CloudAutonomousVmClusterInterface
}

CloudAutonomousVmClustersGetter has a method to return a CloudAutonomousVmClusterInterface. A group's client should implement this interface.

type CloudDatabaseManagementExpansion

type CloudDatabaseManagementExpansion interface{}

type CloudDatabaseManagementInterface

type CloudDatabaseManagementInterface interface {
	Create(ctx context.Context, cloudDatabaseManagement *v1alpha1.CloudDatabaseManagement, opts v1.CreateOptions) (*v1alpha1.CloudDatabaseManagement, error)
	Update(ctx context.Context, cloudDatabaseManagement *v1alpha1.CloudDatabaseManagement, opts v1.UpdateOptions) (*v1alpha1.CloudDatabaseManagement, error)
	UpdateStatus(ctx context.Context, cloudDatabaseManagement *v1alpha1.CloudDatabaseManagement, opts v1.UpdateOptions) (*v1alpha1.CloudDatabaseManagement, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.CloudDatabaseManagement, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CloudDatabaseManagementList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.CloudDatabaseManagement, err error)
	CloudDatabaseManagementExpansion
}

CloudDatabaseManagementInterface has methods to work with CloudDatabaseManagement resources.

type CloudDatabaseManagementsGetter

type CloudDatabaseManagementsGetter interface {
	CloudDatabaseManagements(namespace string) CloudDatabaseManagementInterface
}

CloudDatabaseManagementsGetter has a method to return a CloudDatabaseManagementInterface. A group's client should implement this interface.

type CloudExadataInfrastructureExpansion

type CloudExadataInfrastructureExpansion interface{}

type CloudExadataInfrastructureInterface

type CloudExadataInfrastructureInterface interface {
	Create(ctx context.Context, cloudExadataInfrastructure *v1alpha1.CloudExadataInfrastructure, opts v1.CreateOptions) (*v1alpha1.CloudExadataInfrastructure, error)
	Update(ctx context.Context, cloudExadataInfrastructure *v1alpha1.CloudExadataInfrastructure, opts v1.UpdateOptions) (*v1alpha1.CloudExadataInfrastructure, error)
	UpdateStatus(ctx context.Context, cloudExadataInfrastructure *v1alpha1.CloudExadataInfrastructure, opts v1.UpdateOptions) (*v1alpha1.CloudExadataInfrastructure, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.CloudExadataInfrastructure, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CloudExadataInfrastructureList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.CloudExadataInfrastructure, err error)
	CloudExadataInfrastructureExpansion
}

CloudExadataInfrastructureInterface has methods to work with CloudExadataInfrastructure resources.

type CloudExadataInfrastructuresGetter

type CloudExadataInfrastructuresGetter interface {
	CloudExadataInfrastructures(namespace string) CloudExadataInfrastructureInterface
}

CloudExadataInfrastructuresGetter has a method to return a CloudExadataInfrastructureInterface. A group's client should implement this interface.

type CloudVmClusterExpansion

type CloudVmClusterExpansion interface{}

type CloudVmClusterInterface

type CloudVmClusterInterface interface {
	Create(ctx context.Context, cloudVmCluster *v1alpha1.CloudVmCluster, opts v1.CreateOptions) (*v1alpha1.CloudVmCluster, error)
	Update(ctx context.Context, cloudVmCluster *v1alpha1.CloudVmCluster, opts v1.UpdateOptions) (*v1alpha1.CloudVmCluster, error)
	UpdateStatus(ctx context.Context, cloudVmCluster *v1alpha1.CloudVmCluster, opts v1.UpdateOptions) (*v1alpha1.CloudVmCluster, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.CloudVmCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CloudVmClusterList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.CloudVmCluster, err error)
	CloudVmClusterExpansion
}

CloudVmClusterInterface has methods to work with CloudVmCluster resources.

type CloudVmClustersGetter

type CloudVmClustersGetter interface {
	CloudVmClusters(namespace string) CloudVmClusterInterface
}

CloudVmClustersGetter has a method to return a CloudVmClusterInterface. A group's client should implement this interface.

type DataGuardAssociationExpansion

type DataGuardAssociationExpansion interface{}

type DataGuardAssociationInterface

type DataGuardAssociationInterface interface {
	Create(ctx context.Context, dataGuardAssociation *v1alpha1.DataGuardAssociation, opts v1.CreateOptions) (*v1alpha1.DataGuardAssociation, error)
	Update(ctx context.Context, dataGuardAssociation *v1alpha1.DataGuardAssociation, opts v1.UpdateOptions) (*v1alpha1.DataGuardAssociation, error)
	UpdateStatus(ctx context.Context, dataGuardAssociation *v1alpha1.DataGuardAssociation, opts v1.UpdateOptions) (*v1alpha1.DataGuardAssociation, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DataGuardAssociation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DataGuardAssociationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DataGuardAssociation, err error)
	DataGuardAssociationExpansion
}

DataGuardAssociationInterface has methods to work with DataGuardAssociation resources.

type DataGuardAssociationsGetter

type DataGuardAssociationsGetter interface {
	DataGuardAssociations(namespace string) DataGuardAssociationInterface
}

DataGuardAssociationsGetter has a method to return a DataGuardAssociationInterface. A group's client should implement this interface.

type DatabaseExpansion

type DatabaseExpansion interface{}

type DatabaseInterface

type DatabaseInterface interface {
	Create(ctx context.Context, database *v1alpha1.Database, opts v1.CreateOptions) (*v1alpha1.Database, error)
	Update(ctx context.Context, database *v1alpha1.Database, opts v1.UpdateOptions) (*v1alpha1.Database, error)
	UpdateStatus(ctx context.Context, database *v1alpha1.Database, opts v1.UpdateOptions) (*v1alpha1.Database, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Database, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Database, err error)
	DatabaseExpansion
}

DatabaseInterface has methods to work with Database resources.

type DatabaseSoftwareImageExpansion

type DatabaseSoftwareImageExpansion interface{}

type DatabaseSoftwareImageInterface

type DatabaseSoftwareImageInterface interface {
	Create(ctx context.Context, databaseSoftwareImage *v1alpha1.DatabaseSoftwareImage, opts v1.CreateOptions) (*v1alpha1.DatabaseSoftwareImage, error)
	Update(ctx context.Context, databaseSoftwareImage *v1alpha1.DatabaseSoftwareImage, opts v1.UpdateOptions) (*v1alpha1.DatabaseSoftwareImage, error)
	UpdateStatus(ctx context.Context, databaseSoftwareImage *v1alpha1.DatabaseSoftwareImage, opts v1.UpdateOptions) (*v1alpha1.DatabaseSoftwareImage, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DatabaseSoftwareImage, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseSoftwareImageList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DatabaseSoftwareImage, err error)
	DatabaseSoftwareImageExpansion
}

DatabaseSoftwareImageInterface has methods to work with DatabaseSoftwareImage resources.

type DatabaseSoftwareImagesGetter

type DatabaseSoftwareImagesGetter interface {
	DatabaseSoftwareImages(namespace string) DatabaseSoftwareImageInterface
}

DatabaseSoftwareImagesGetter has a method to return a DatabaseSoftwareImageInterface. A group's client should implement this interface.

type DatabaseUpgradeExpansion

type DatabaseUpgradeExpansion interface{}

type DatabaseUpgradeInterface

type DatabaseUpgradeInterface interface {
	Create(ctx context.Context, databaseUpgrade *v1alpha1.DatabaseUpgrade, opts v1.CreateOptions) (*v1alpha1.DatabaseUpgrade, error)
	Update(ctx context.Context, databaseUpgrade *v1alpha1.DatabaseUpgrade, opts v1.UpdateOptions) (*v1alpha1.DatabaseUpgrade, error)
	UpdateStatus(ctx context.Context, databaseUpgrade *v1alpha1.DatabaseUpgrade, opts v1.UpdateOptions) (*v1alpha1.DatabaseUpgrade, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DatabaseUpgrade, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatabaseUpgradeList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DatabaseUpgrade, err error)
	DatabaseUpgradeExpansion
}

DatabaseUpgradeInterface has methods to work with DatabaseUpgrade resources.

type DatabaseUpgradesGetter

type DatabaseUpgradesGetter interface {
	DatabaseUpgrades(namespace string) DatabaseUpgradeInterface
}

DatabaseUpgradesGetter has a method to return a DatabaseUpgradeInterface. A group's client should implement this interface.

type DatabaseV1alpha1Client

type DatabaseV1alpha1Client struct {
	// contains filtered or unexported fields
}

DatabaseV1alpha1Client is used to interact with features provided by the database.oci.kubeform.com group.

func New

New creates a new DatabaseV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*DatabaseV1alpha1Client, error)

NewForConfig creates a new DatabaseV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DatabaseV1alpha1Client

NewForConfigOrDie creates a new DatabaseV1alpha1Client for the given config and panics if there is an error in the config.

func (*DatabaseV1alpha1Client) AutonomousContainerDatabaseDataguardAssociationOperations

func (c *DatabaseV1alpha1Client) AutonomousContainerDatabaseDataguardAssociationOperations(namespace string) AutonomousContainerDatabaseDataguardAssociationOperationInterface

func (*DatabaseV1alpha1Client) AutonomousContainerDatabaseDataguardAssociations added in v0.5.0

func (c *DatabaseV1alpha1Client) AutonomousContainerDatabaseDataguardAssociations(namespace string) AutonomousContainerDatabaseDataguardAssociationInterface

func (*DatabaseV1alpha1Client) AutonomousContainerDatabases

func (c *DatabaseV1alpha1Client) AutonomousContainerDatabases(namespace string) AutonomousContainerDatabaseInterface

func (*DatabaseV1alpha1Client) AutonomousDatabaseBackups

func (c *DatabaseV1alpha1Client) AutonomousDatabaseBackups(namespace string) AutonomousDatabaseBackupInterface

func (*DatabaseV1alpha1Client) AutonomousDatabaseInstanceWalletManagements

func (c *DatabaseV1alpha1Client) AutonomousDatabaseInstanceWalletManagements(namespace string) AutonomousDatabaseInstanceWalletManagementInterface

func (*DatabaseV1alpha1Client) AutonomousDatabaseRegionalWalletManagements

func (c *DatabaseV1alpha1Client) AutonomousDatabaseRegionalWalletManagements(namespace string) AutonomousDatabaseRegionalWalletManagementInterface

func (*DatabaseV1alpha1Client) AutonomousDatabaseWallets

func (c *DatabaseV1alpha1Client) AutonomousDatabaseWallets(namespace string) AutonomousDatabaseWalletInterface

func (*DatabaseV1alpha1Client) AutonomousDatabases

func (c *DatabaseV1alpha1Client) AutonomousDatabases(namespace string) AutonomousDatabaseInterface

func (*DatabaseV1alpha1Client) AutonomousExadataInfrastructures

func (c *DatabaseV1alpha1Client) AutonomousExadataInfrastructures(namespace string) AutonomousExadataInfrastructureInterface

func (*DatabaseV1alpha1Client) AutonomousVmClusters

func (c *DatabaseV1alpha1Client) AutonomousVmClusters(namespace string) AutonomousVmClusterInterface

func (*DatabaseV1alpha1Client) BackupDestinations

func (c *DatabaseV1alpha1Client) BackupDestinations(namespace string) BackupDestinationInterface

func (*DatabaseV1alpha1Client) Backups

func (c *DatabaseV1alpha1Client) Backups(namespace string) BackupInterface

func (*DatabaseV1alpha1Client) CloudAutonomousVmClusters added in v0.5.0

func (c *DatabaseV1alpha1Client) CloudAutonomousVmClusters(namespace string) CloudAutonomousVmClusterInterface

func (*DatabaseV1alpha1Client) CloudDatabaseManagements

func (c *DatabaseV1alpha1Client) CloudDatabaseManagements(namespace string) CloudDatabaseManagementInterface

func (*DatabaseV1alpha1Client) CloudExadataInfrastructures

func (c *DatabaseV1alpha1Client) CloudExadataInfrastructures(namespace string) CloudExadataInfrastructureInterface

func (*DatabaseV1alpha1Client) CloudVmClusters

func (c *DatabaseV1alpha1Client) CloudVmClusters(namespace string) CloudVmClusterInterface

func (*DatabaseV1alpha1Client) DataGuardAssociations

func (c *DatabaseV1alpha1Client) DataGuardAssociations(namespace string) DataGuardAssociationInterface

func (*DatabaseV1alpha1Client) DatabaseSoftwareImages

func (c *DatabaseV1alpha1Client) DatabaseSoftwareImages(namespace string) DatabaseSoftwareImageInterface

func (*DatabaseV1alpha1Client) DatabaseUpgrades

func (c *DatabaseV1alpha1Client) DatabaseUpgrades(namespace string) DatabaseUpgradeInterface

func (*DatabaseV1alpha1Client) Databases

func (c *DatabaseV1alpha1Client) Databases(namespace string) DatabaseInterface

func (*DatabaseV1alpha1Client) DbHomes

func (c *DatabaseV1alpha1Client) DbHomes(namespace string) DbHomeInterface

func (*DatabaseV1alpha1Client) DbNodeConsoleConnections

func (c *DatabaseV1alpha1Client) DbNodeConsoleConnections(namespace string) DbNodeConsoleConnectionInterface

func (*DatabaseV1alpha1Client) DbSystems

func (c *DatabaseV1alpha1Client) DbSystems(namespace string) DbSystemInterface

func (*DatabaseV1alpha1Client) ExadataInfrastructureStorages

func (c *DatabaseV1alpha1Client) ExadataInfrastructureStorages(namespace string) ExadataInfrastructureStorageInterface

func (*DatabaseV1alpha1Client) ExadataInfrastructures

func (c *DatabaseV1alpha1Client) ExadataInfrastructures(namespace string) ExadataInfrastructureInterface

func (*DatabaseV1alpha1Client) ExadataIormConfigs

func (c *DatabaseV1alpha1Client) ExadataIormConfigs(namespace string) ExadataIormConfigInterface

func (*DatabaseV1alpha1Client) ExternalContainerDatabaseManagements

func (c *DatabaseV1alpha1Client) ExternalContainerDatabaseManagements(namespace string) ExternalContainerDatabaseManagementInterface

func (*DatabaseV1alpha1Client) ExternalContainerDatabases

func (c *DatabaseV1alpha1Client) ExternalContainerDatabases(namespace string) ExternalContainerDatabaseInterface

func (*DatabaseV1alpha1Client) ExternalDatabaseConnectors

func (c *DatabaseV1alpha1Client) ExternalDatabaseConnectors(namespace string) ExternalDatabaseConnectorInterface

func (*DatabaseV1alpha1Client) ExternalNonContainerDatabaseManagements

func (c *DatabaseV1alpha1Client) ExternalNonContainerDatabaseManagements(namespace string) ExternalNonContainerDatabaseManagementInterface

func (*DatabaseV1alpha1Client) ExternalNonContainerDatabaseOperationsInsightsManagements

func (c *DatabaseV1alpha1Client) ExternalNonContainerDatabaseOperationsInsightsManagements(namespace string) ExternalNonContainerDatabaseOperationsInsightsManagementInterface

func (*DatabaseV1alpha1Client) ExternalNonContainerDatabases

func (c *DatabaseV1alpha1Client) ExternalNonContainerDatabases(namespace string) ExternalNonContainerDatabaseInterface

func (*DatabaseV1alpha1Client) ExternalPluggableDatabaseManagements

func (c *DatabaseV1alpha1Client) ExternalPluggableDatabaseManagements(namespace string) ExternalPluggableDatabaseManagementInterface

func (*DatabaseV1alpha1Client) ExternalPluggableDatabaseOperationsInsightsManagements

func (c *DatabaseV1alpha1Client) ExternalPluggableDatabaseOperationsInsightsManagements(namespace string) ExternalPluggableDatabaseOperationsInsightsManagementInterface

func (*DatabaseV1alpha1Client) ExternalPluggableDatabases

func (c *DatabaseV1alpha1Client) ExternalPluggableDatabases(namespace string) ExternalPluggableDatabaseInterface

func (*DatabaseV1alpha1Client) KeyStores

func (c *DatabaseV1alpha1Client) KeyStores(namespace string) KeyStoreInterface

func (*DatabaseV1alpha1Client) MaintenanceRuns

func (c *DatabaseV1alpha1Client) MaintenanceRuns(namespace string) MaintenanceRunInterface

func (*DatabaseV1alpha1Client) ManagementDbManagementPrivateEndpoints

func (c *DatabaseV1alpha1Client) ManagementDbManagementPrivateEndpoints(namespace string) ManagementDbManagementPrivateEndpointInterface

func (*DatabaseV1alpha1Client) ManagementManagedDatabaseGroups

func (c *DatabaseV1alpha1Client) ManagementManagedDatabaseGroups(namespace string) ManagementManagedDatabaseGroupInterface

func (*DatabaseV1alpha1Client) ManagementManagedDatabasesChangeDatabaseParameters

func (c *DatabaseV1alpha1Client) ManagementManagedDatabasesChangeDatabaseParameters(namespace string) ManagementManagedDatabasesChangeDatabaseParameterInterface

func (*DatabaseV1alpha1Client) ManagementManagedDatabasesResetDatabaseParameters

func (c *DatabaseV1alpha1Client) ManagementManagedDatabasesResetDatabaseParameters(namespace string) ManagementManagedDatabasesResetDatabaseParameterInterface

func (*DatabaseV1alpha1Client) MigrationAgents

func (c *DatabaseV1alpha1Client) MigrationAgents(namespace string) MigrationAgentInterface

func (*DatabaseV1alpha1Client) MigrationConnections

func (c *DatabaseV1alpha1Client) MigrationConnections(namespace string) MigrationConnectionInterface

func (*DatabaseV1alpha1Client) MigrationJobs

func (c *DatabaseV1alpha1Client) MigrationJobs(namespace string) MigrationJobInterface

func (*DatabaseV1alpha1Client) MigrationMigrations

func (c *DatabaseV1alpha1Client) MigrationMigrations(namespace string) MigrationMigrationInterface

func (*DatabaseV1alpha1Client) Migrations

func (c *DatabaseV1alpha1Client) Migrations(namespace string) MigrationInterface

func (*DatabaseV1alpha1Client) PluggableDatabases

func (c *DatabaseV1alpha1Client) PluggableDatabases(namespace string) PluggableDatabaseInterface

func (*DatabaseV1alpha1Client) PluggableDatabasesLocalClones

func (c *DatabaseV1alpha1Client) PluggableDatabasesLocalClones(namespace string) PluggableDatabasesLocalCloneInterface

func (*DatabaseV1alpha1Client) PluggableDatabasesRemoteClones

func (c *DatabaseV1alpha1Client) PluggableDatabasesRemoteClones(namespace string) PluggableDatabasesRemoteCloneInterface

func (*DatabaseV1alpha1Client) RESTClient

func (c *DatabaseV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*DatabaseV1alpha1Client) ToolsDatabaseToolsConnections added in v0.5.0

func (c *DatabaseV1alpha1Client) ToolsDatabaseToolsConnections(namespace string) ToolsDatabaseToolsConnectionInterface

func (*DatabaseV1alpha1Client) ToolsDatabaseToolsPrivateEndpoints added in v0.5.0

func (c *DatabaseV1alpha1Client) ToolsDatabaseToolsPrivateEndpoints(namespace string) ToolsDatabaseToolsPrivateEndpointInterface

func (*DatabaseV1alpha1Client) VmClusterAddVirtualMachines

func (c *DatabaseV1alpha1Client) VmClusterAddVirtualMachines(namespace string) VmClusterAddVirtualMachineInterface

func (*DatabaseV1alpha1Client) VmClusterNetworks

func (c *DatabaseV1alpha1Client) VmClusterNetworks(namespace string) VmClusterNetworkInterface

func (*DatabaseV1alpha1Client) VmClusterRemoveVirtualMachines

func (c *DatabaseV1alpha1Client) VmClusterRemoveVirtualMachines(namespace string) VmClusterRemoveVirtualMachineInterface

func (*DatabaseV1alpha1Client) VmClusters

func (c *DatabaseV1alpha1Client) VmClusters(namespace string) VmClusterInterface

type DatabaseV1alpha1Interface

type DatabaseV1alpha1Interface interface {
	RESTClient() rest.Interface
	AutonomousContainerDatabasesGetter
	AutonomousContainerDatabaseDataguardAssociationsGetter
	AutonomousContainerDatabaseDataguardAssociationOperationsGetter
	AutonomousDatabasesGetter
	AutonomousDatabaseBackupsGetter
	AutonomousDatabaseInstanceWalletManagementsGetter
	AutonomousDatabaseRegionalWalletManagementsGetter
	AutonomousDatabaseWalletsGetter
	AutonomousExadataInfrastructuresGetter
	AutonomousVmClustersGetter
	BackupsGetter
	BackupDestinationsGetter
	CloudAutonomousVmClustersGetter
	CloudDatabaseManagementsGetter
	CloudExadataInfrastructuresGetter
	CloudVmClustersGetter
	DataGuardAssociationsGetter
	DatabasesGetter
	DatabaseSoftwareImagesGetter
	DatabaseUpgradesGetter
	DbHomesGetter
	DbNodeConsoleConnectionsGetter
	DbSystemsGetter
	ExadataInfrastructuresGetter
	ExadataInfrastructureStoragesGetter
	ExadataIormConfigsGetter
	ExternalContainerDatabasesGetter
	ExternalContainerDatabaseManagementsGetter
	ExternalDatabaseConnectorsGetter
	ExternalNonContainerDatabasesGetter
	ExternalNonContainerDatabaseManagementsGetter
	ExternalNonContainerDatabaseOperationsInsightsManagementsGetter
	ExternalPluggableDatabasesGetter
	ExternalPluggableDatabaseManagementsGetter
	ExternalPluggableDatabaseOperationsInsightsManagementsGetter
	KeyStoresGetter
	MaintenanceRunsGetter
	ManagementDbManagementPrivateEndpointsGetter
	ManagementManagedDatabaseGroupsGetter
	ManagementManagedDatabasesChangeDatabaseParametersGetter
	ManagementManagedDatabasesResetDatabaseParametersGetter
	MigrationsGetter
	MigrationAgentsGetter
	MigrationConnectionsGetter
	MigrationJobsGetter
	MigrationMigrationsGetter
	PluggableDatabasesGetter
	PluggableDatabasesLocalClonesGetter
	PluggableDatabasesRemoteClonesGetter
	ToolsDatabaseToolsConnectionsGetter
	ToolsDatabaseToolsPrivateEndpointsGetter
	VmClustersGetter
	VmClusterAddVirtualMachinesGetter
	VmClusterNetworksGetter
	VmClusterRemoveVirtualMachinesGetter
}

type DatabasesGetter

type DatabasesGetter interface {
	Databases(namespace string) DatabaseInterface
}

DatabasesGetter has a method to return a DatabaseInterface. A group's client should implement this interface.

type DbHomeExpansion

type DbHomeExpansion interface{}

type DbHomeInterface

type DbHomeInterface interface {
	Create(ctx context.Context, dbHome *v1alpha1.DbHome, opts v1.CreateOptions) (*v1alpha1.DbHome, error)
	Update(ctx context.Context, dbHome *v1alpha1.DbHome, opts v1.UpdateOptions) (*v1alpha1.DbHome, error)
	UpdateStatus(ctx context.Context, dbHome *v1alpha1.DbHome, opts v1.UpdateOptions) (*v1alpha1.DbHome, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DbHome, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DbHomeList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DbHome, err error)
	DbHomeExpansion
}

DbHomeInterface has methods to work with DbHome resources.

type DbHomesGetter

type DbHomesGetter interface {
	DbHomes(namespace string) DbHomeInterface
}

DbHomesGetter has a method to return a DbHomeInterface. A group's client should implement this interface.

type DbNodeConsoleConnectionExpansion

type DbNodeConsoleConnectionExpansion interface{}

type DbNodeConsoleConnectionInterface

type DbNodeConsoleConnectionInterface interface {
	Create(ctx context.Context, dbNodeConsoleConnection *v1alpha1.DbNodeConsoleConnection, opts v1.CreateOptions) (*v1alpha1.DbNodeConsoleConnection, error)
	Update(ctx context.Context, dbNodeConsoleConnection *v1alpha1.DbNodeConsoleConnection, opts v1.UpdateOptions) (*v1alpha1.DbNodeConsoleConnection, error)
	UpdateStatus(ctx context.Context, dbNodeConsoleConnection *v1alpha1.DbNodeConsoleConnection, opts v1.UpdateOptions) (*v1alpha1.DbNodeConsoleConnection, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DbNodeConsoleConnection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DbNodeConsoleConnectionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DbNodeConsoleConnection, err error)
	DbNodeConsoleConnectionExpansion
}

DbNodeConsoleConnectionInterface has methods to work with DbNodeConsoleConnection resources.

type DbNodeConsoleConnectionsGetter

type DbNodeConsoleConnectionsGetter interface {
	DbNodeConsoleConnections(namespace string) DbNodeConsoleConnectionInterface
}

DbNodeConsoleConnectionsGetter has a method to return a DbNodeConsoleConnectionInterface. A group's client should implement this interface.

type DbSystemExpansion

type DbSystemExpansion interface{}

type DbSystemInterface

type DbSystemInterface interface {
	Create(ctx context.Context, dbSystem *v1alpha1.DbSystem, opts v1.CreateOptions) (*v1alpha1.DbSystem, error)
	Update(ctx context.Context, dbSystem *v1alpha1.DbSystem, opts v1.UpdateOptions) (*v1alpha1.DbSystem, error)
	UpdateStatus(ctx context.Context, dbSystem *v1alpha1.DbSystem, opts v1.UpdateOptions) (*v1alpha1.DbSystem, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.DbSystem, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DbSystemList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DbSystem, err error)
	DbSystemExpansion
}

DbSystemInterface has methods to work with DbSystem resources.

type DbSystemsGetter

type DbSystemsGetter interface {
	DbSystems(namespace string) DbSystemInterface
}

DbSystemsGetter has a method to return a DbSystemInterface. A group's client should implement this interface.

type ExadataInfrastructureExpansion

type ExadataInfrastructureExpansion interface{}

type ExadataInfrastructureInterface

type ExadataInfrastructureInterface interface {
	Create(ctx context.Context, exadataInfrastructure *v1alpha1.ExadataInfrastructure, opts v1.CreateOptions) (*v1alpha1.ExadataInfrastructure, error)
	Update(ctx context.Context, exadataInfrastructure *v1alpha1.ExadataInfrastructure, opts v1.UpdateOptions) (*v1alpha1.ExadataInfrastructure, error)
	UpdateStatus(ctx context.Context, exadataInfrastructure *v1alpha1.ExadataInfrastructure, opts v1.UpdateOptions) (*v1alpha1.ExadataInfrastructure, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExadataInfrastructure, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExadataInfrastructureList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExadataInfrastructure, err error)
	ExadataInfrastructureExpansion
}

ExadataInfrastructureInterface has methods to work with ExadataInfrastructure resources.

type ExadataInfrastructureStorageExpansion

type ExadataInfrastructureStorageExpansion interface{}

type ExadataInfrastructureStorageInterface

type ExadataInfrastructureStorageInterface interface {
	Create(ctx context.Context, exadataInfrastructureStorage *v1alpha1.ExadataInfrastructureStorage, opts v1.CreateOptions) (*v1alpha1.ExadataInfrastructureStorage, error)
	Update(ctx context.Context, exadataInfrastructureStorage *v1alpha1.ExadataInfrastructureStorage, opts v1.UpdateOptions) (*v1alpha1.ExadataInfrastructureStorage, error)
	UpdateStatus(ctx context.Context, exadataInfrastructureStorage *v1alpha1.ExadataInfrastructureStorage, opts v1.UpdateOptions) (*v1alpha1.ExadataInfrastructureStorage, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExadataInfrastructureStorage, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExadataInfrastructureStorageList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExadataInfrastructureStorage, err error)
	ExadataInfrastructureStorageExpansion
}

ExadataInfrastructureStorageInterface has methods to work with ExadataInfrastructureStorage resources.

type ExadataInfrastructureStoragesGetter

type ExadataInfrastructureStoragesGetter interface {
	ExadataInfrastructureStorages(namespace string) ExadataInfrastructureStorageInterface
}

ExadataInfrastructureStoragesGetter has a method to return a ExadataInfrastructureStorageInterface. A group's client should implement this interface.

type ExadataInfrastructuresGetter

type ExadataInfrastructuresGetter interface {
	ExadataInfrastructures(namespace string) ExadataInfrastructureInterface
}

ExadataInfrastructuresGetter has a method to return a ExadataInfrastructureInterface. A group's client should implement this interface.

type ExadataIormConfigExpansion

type ExadataIormConfigExpansion interface{}

type ExadataIormConfigInterface

type ExadataIormConfigInterface interface {
	Create(ctx context.Context, exadataIormConfig *v1alpha1.ExadataIormConfig, opts v1.CreateOptions) (*v1alpha1.ExadataIormConfig, error)
	Update(ctx context.Context, exadataIormConfig *v1alpha1.ExadataIormConfig, opts v1.UpdateOptions) (*v1alpha1.ExadataIormConfig, error)
	UpdateStatus(ctx context.Context, exadataIormConfig *v1alpha1.ExadataIormConfig, opts v1.UpdateOptions) (*v1alpha1.ExadataIormConfig, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExadataIormConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExadataIormConfigList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExadataIormConfig, err error)
	ExadataIormConfigExpansion
}

ExadataIormConfigInterface has methods to work with ExadataIormConfig resources.

type ExadataIormConfigsGetter

type ExadataIormConfigsGetter interface {
	ExadataIormConfigs(namespace string) ExadataIormConfigInterface
}

ExadataIormConfigsGetter has a method to return a ExadataIormConfigInterface. A group's client should implement this interface.

type ExternalContainerDatabaseExpansion

type ExternalContainerDatabaseExpansion interface{}

type ExternalContainerDatabaseInterface

type ExternalContainerDatabaseInterface interface {
	Create(ctx context.Context, externalContainerDatabase *v1alpha1.ExternalContainerDatabase, opts v1.CreateOptions) (*v1alpha1.ExternalContainerDatabase, error)
	Update(ctx context.Context, externalContainerDatabase *v1alpha1.ExternalContainerDatabase, opts v1.UpdateOptions) (*v1alpha1.ExternalContainerDatabase, error)
	UpdateStatus(ctx context.Context, externalContainerDatabase *v1alpha1.ExternalContainerDatabase, opts v1.UpdateOptions) (*v1alpha1.ExternalContainerDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExternalContainerDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExternalContainerDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExternalContainerDatabase, err error)
	ExternalContainerDatabaseExpansion
}

ExternalContainerDatabaseInterface has methods to work with ExternalContainerDatabase resources.

type ExternalContainerDatabaseManagementExpansion

type ExternalContainerDatabaseManagementExpansion interface{}

type ExternalContainerDatabaseManagementInterface

ExternalContainerDatabaseManagementInterface has methods to work with ExternalContainerDatabaseManagement resources.

type ExternalContainerDatabaseManagementsGetter

type ExternalContainerDatabaseManagementsGetter interface {
	ExternalContainerDatabaseManagements(namespace string) ExternalContainerDatabaseManagementInterface
}

ExternalContainerDatabaseManagementsGetter has a method to return a ExternalContainerDatabaseManagementInterface. A group's client should implement this interface.

type ExternalContainerDatabasesGetter

type ExternalContainerDatabasesGetter interface {
	ExternalContainerDatabases(namespace string) ExternalContainerDatabaseInterface
}

ExternalContainerDatabasesGetter has a method to return a ExternalContainerDatabaseInterface. A group's client should implement this interface.

type ExternalDatabaseConnectorExpansion

type ExternalDatabaseConnectorExpansion interface{}

type ExternalDatabaseConnectorInterface

type ExternalDatabaseConnectorInterface interface {
	Create(ctx context.Context, externalDatabaseConnector *v1alpha1.ExternalDatabaseConnector, opts v1.CreateOptions) (*v1alpha1.ExternalDatabaseConnector, error)
	Update(ctx context.Context, externalDatabaseConnector *v1alpha1.ExternalDatabaseConnector, opts v1.UpdateOptions) (*v1alpha1.ExternalDatabaseConnector, error)
	UpdateStatus(ctx context.Context, externalDatabaseConnector *v1alpha1.ExternalDatabaseConnector, opts v1.UpdateOptions) (*v1alpha1.ExternalDatabaseConnector, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExternalDatabaseConnector, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExternalDatabaseConnectorList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExternalDatabaseConnector, err error)
	ExternalDatabaseConnectorExpansion
}

ExternalDatabaseConnectorInterface has methods to work with ExternalDatabaseConnector resources.

type ExternalDatabaseConnectorsGetter

type ExternalDatabaseConnectorsGetter interface {
	ExternalDatabaseConnectors(namespace string) ExternalDatabaseConnectorInterface
}

ExternalDatabaseConnectorsGetter has a method to return a ExternalDatabaseConnectorInterface. A group's client should implement this interface.

type ExternalNonContainerDatabaseExpansion

type ExternalNonContainerDatabaseExpansion interface{}

type ExternalNonContainerDatabaseInterface

type ExternalNonContainerDatabaseInterface interface {
	Create(ctx context.Context, externalNonContainerDatabase *v1alpha1.ExternalNonContainerDatabase, opts v1.CreateOptions) (*v1alpha1.ExternalNonContainerDatabase, error)
	Update(ctx context.Context, externalNonContainerDatabase *v1alpha1.ExternalNonContainerDatabase, opts v1.UpdateOptions) (*v1alpha1.ExternalNonContainerDatabase, error)
	UpdateStatus(ctx context.Context, externalNonContainerDatabase *v1alpha1.ExternalNonContainerDatabase, opts v1.UpdateOptions) (*v1alpha1.ExternalNonContainerDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExternalNonContainerDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExternalNonContainerDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExternalNonContainerDatabase, err error)
	ExternalNonContainerDatabaseExpansion
}

ExternalNonContainerDatabaseInterface has methods to work with ExternalNonContainerDatabase resources.

type ExternalNonContainerDatabaseManagementExpansion

type ExternalNonContainerDatabaseManagementExpansion interface{}

type ExternalNonContainerDatabaseManagementInterface

ExternalNonContainerDatabaseManagementInterface has methods to work with ExternalNonContainerDatabaseManagement resources.

type ExternalNonContainerDatabaseManagementsGetter

type ExternalNonContainerDatabaseManagementsGetter interface {
	ExternalNonContainerDatabaseManagements(namespace string) ExternalNonContainerDatabaseManagementInterface
}

ExternalNonContainerDatabaseManagementsGetter has a method to return a ExternalNonContainerDatabaseManagementInterface. A group's client should implement this interface.

type ExternalNonContainerDatabaseOperationsInsightsManagementExpansion

type ExternalNonContainerDatabaseOperationsInsightsManagementExpansion interface{}

type ExternalNonContainerDatabaseOperationsInsightsManagementInterface

type ExternalNonContainerDatabaseOperationsInsightsManagementInterface interface {
	Create(ctx context.Context, externalNonContainerDatabaseOperationsInsightsManagement *v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, opts v1.CreateOptions) (*v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, error)
	Update(ctx context.Context, externalNonContainerDatabaseOperationsInsightsManagement *v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, opts v1.UpdateOptions) (*v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, error)
	UpdateStatus(ctx context.Context, externalNonContainerDatabaseOperationsInsightsManagement *v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, opts v1.UpdateOptions) (*v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagementList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExternalNonContainerDatabaseOperationsInsightsManagement, err error)
	ExternalNonContainerDatabaseOperationsInsightsManagementExpansion
}

ExternalNonContainerDatabaseOperationsInsightsManagementInterface has methods to work with ExternalNonContainerDatabaseOperationsInsightsManagement resources.

type ExternalNonContainerDatabaseOperationsInsightsManagementsGetter

type ExternalNonContainerDatabaseOperationsInsightsManagementsGetter interface {
	ExternalNonContainerDatabaseOperationsInsightsManagements(namespace string) ExternalNonContainerDatabaseOperationsInsightsManagementInterface
}

ExternalNonContainerDatabaseOperationsInsightsManagementsGetter has a method to return a ExternalNonContainerDatabaseOperationsInsightsManagementInterface. A group's client should implement this interface.

type ExternalNonContainerDatabasesGetter

type ExternalNonContainerDatabasesGetter interface {
	ExternalNonContainerDatabases(namespace string) ExternalNonContainerDatabaseInterface
}

ExternalNonContainerDatabasesGetter has a method to return a ExternalNonContainerDatabaseInterface. A group's client should implement this interface.

type ExternalPluggableDatabaseExpansion

type ExternalPluggableDatabaseExpansion interface{}

type ExternalPluggableDatabaseInterface

type ExternalPluggableDatabaseInterface interface {
	Create(ctx context.Context, externalPluggableDatabase *v1alpha1.ExternalPluggableDatabase, opts v1.CreateOptions) (*v1alpha1.ExternalPluggableDatabase, error)
	Update(ctx context.Context, externalPluggableDatabase *v1alpha1.ExternalPluggableDatabase, opts v1.UpdateOptions) (*v1alpha1.ExternalPluggableDatabase, error)
	UpdateStatus(ctx context.Context, externalPluggableDatabase *v1alpha1.ExternalPluggableDatabase, opts v1.UpdateOptions) (*v1alpha1.ExternalPluggableDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExternalPluggableDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExternalPluggableDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExternalPluggableDatabase, err error)
	ExternalPluggableDatabaseExpansion
}

ExternalPluggableDatabaseInterface has methods to work with ExternalPluggableDatabase resources.

type ExternalPluggableDatabaseManagementExpansion

type ExternalPluggableDatabaseManagementExpansion interface{}

type ExternalPluggableDatabaseManagementInterface

ExternalPluggableDatabaseManagementInterface has methods to work with ExternalPluggableDatabaseManagement resources.

type ExternalPluggableDatabaseManagementsGetter

type ExternalPluggableDatabaseManagementsGetter interface {
	ExternalPluggableDatabaseManagements(namespace string) ExternalPluggableDatabaseManagementInterface
}

ExternalPluggableDatabaseManagementsGetter has a method to return a ExternalPluggableDatabaseManagementInterface. A group's client should implement this interface.

type ExternalPluggableDatabaseOperationsInsightsManagementExpansion

type ExternalPluggableDatabaseOperationsInsightsManagementExpansion interface{}

type ExternalPluggableDatabaseOperationsInsightsManagementInterface

type ExternalPluggableDatabaseOperationsInsightsManagementInterface interface {
	Create(ctx context.Context, externalPluggableDatabaseOperationsInsightsManagement *v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, opts v1.CreateOptions) (*v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, error)
	Update(ctx context.Context, externalPluggableDatabaseOperationsInsightsManagement *v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, opts v1.UpdateOptions) (*v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, error)
	UpdateStatus(ctx context.Context, externalPluggableDatabaseOperationsInsightsManagement *v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, opts v1.UpdateOptions) (*v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagementList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ExternalPluggableDatabaseOperationsInsightsManagement, err error)
	ExternalPluggableDatabaseOperationsInsightsManagementExpansion
}

ExternalPluggableDatabaseOperationsInsightsManagementInterface has methods to work with ExternalPluggableDatabaseOperationsInsightsManagement resources.

type ExternalPluggableDatabaseOperationsInsightsManagementsGetter

type ExternalPluggableDatabaseOperationsInsightsManagementsGetter interface {
	ExternalPluggableDatabaseOperationsInsightsManagements(namespace string) ExternalPluggableDatabaseOperationsInsightsManagementInterface
}

ExternalPluggableDatabaseOperationsInsightsManagementsGetter has a method to return a ExternalPluggableDatabaseOperationsInsightsManagementInterface. A group's client should implement this interface.

type ExternalPluggableDatabasesGetter

type ExternalPluggableDatabasesGetter interface {
	ExternalPluggableDatabases(namespace string) ExternalPluggableDatabaseInterface
}

ExternalPluggableDatabasesGetter has a method to return a ExternalPluggableDatabaseInterface. A group's client should implement this interface.

type KeyStoreExpansion

type KeyStoreExpansion interface{}

type KeyStoreInterface

type KeyStoreInterface interface {
	Create(ctx context.Context, keyStore *v1alpha1.KeyStore, opts v1.CreateOptions) (*v1alpha1.KeyStore, error)
	Update(ctx context.Context, keyStore *v1alpha1.KeyStore, opts v1.UpdateOptions) (*v1alpha1.KeyStore, error)
	UpdateStatus(ctx context.Context, keyStore *v1alpha1.KeyStore, opts v1.UpdateOptions) (*v1alpha1.KeyStore, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.KeyStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KeyStoreList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.KeyStore, err error)
	KeyStoreExpansion
}

KeyStoreInterface has methods to work with KeyStore resources.

type KeyStoresGetter

type KeyStoresGetter interface {
	KeyStores(namespace string) KeyStoreInterface
}

KeyStoresGetter has a method to return a KeyStoreInterface. A group's client should implement this interface.

type MaintenanceRunExpansion

type MaintenanceRunExpansion interface{}

type MaintenanceRunInterface

type MaintenanceRunInterface interface {
	Create(ctx context.Context, maintenanceRun *v1alpha1.MaintenanceRun, opts v1.CreateOptions) (*v1alpha1.MaintenanceRun, error)
	Update(ctx context.Context, maintenanceRun *v1alpha1.MaintenanceRun, opts v1.UpdateOptions) (*v1alpha1.MaintenanceRun, error)
	UpdateStatus(ctx context.Context, maintenanceRun *v1alpha1.MaintenanceRun, opts v1.UpdateOptions) (*v1alpha1.MaintenanceRun, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.MaintenanceRun, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MaintenanceRunList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MaintenanceRun, err error)
	MaintenanceRunExpansion
}

MaintenanceRunInterface has methods to work with MaintenanceRun resources.

type MaintenanceRunsGetter

type MaintenanceRunsGetter interface {
	MaintenanceRuns(namespace string) MaintenanceRunInterface
}

MaintenanceRunsGetter has a method to return a MaintenanceRunInterface. A group's client should implement this interface.

type ManagementDbManagementPrivateEndpointExpansion

type ManagementDbManagementPrivateEndpointExpansion interface{}

type ManagementDbManagementPrivateEndpointInterface

ManagementDbManagementPrivateEndpointInterface has methods to work with ManagementDbManagementPrivateEndpoint resources.

type ManagementDbManagementPrivateEndpointsGetter

type ManagementDbManagementPrivateEndpointsGetter interface {
	ManagementDbManagementPrivateEndpoints(namespace string) ManagementDbManagementPrivateEndpointInterface
}

ManagementDbManagementPrivateEndpointsGetter has a method to return a ManagementDbManagementPrivateEndpointInterface. A group's client should implement this interface.

type ManagementManagedDatabaseGroupExpansion

type ManagementManagedDatabaseGroupExpansion interface{}

type ManagementManagedDatabaseGroupInterface

ManagementManagedDatabaseGroupInterface has methods to work with ManagementManagedDatabaseGroup resources.

type ManagementManagedDatabaseGroupsGetter

type ManagementManagedDatabaseGroupsGetter interface {
	ManagementManagedDatabaseGroups(namespace string) ManagementManagedDatabaseGroupInterface
}

ManagementManagedDatabaseGroupsGetter has a method to return a ManagementManagedDatabaseGroupInterface. A group's client should implement this interface.

type ManagementManagedDatabasesChangeDatabaseParameterExpansion

type ManagementManagedDatabasesChangeDatabaseParameterExpansion interface{}

type ManagementManagedDatabasesChangeDatabaseParameterInterface

type ManagementManagedDatabasesChangeDatabaseParameterInterface interface {
	Create(ctx context.Context, managementManagedDatabasesChangeDatabaseParameter *v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, opts v1.CreateOptions) (*v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, error)
	Update(ctx context.Context, managementManagedDatabasesChangeDatabaseParameter *v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, opts v1.UpdateOptions) (*v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, error)
	UpdateStatus(ctx context.Context, managementManagedDatabasesChangeDatabaseParameter *v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, opts v1.UpdateOptions) (*v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagementManagedDatabasesChangeDatabaseParameterList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ManagementManagedDatabasesChangeDatabaseParameter, err error)
	ManagementManagedDatabasesChangeDatabaseParameterExpansion
}

ManagementManagedDatabasesChangeDatabaseParameterInterface has methods to work with ManagementManagedDatabasesChangeDatabaseParameter resources.

type ManagementManagedDatabasesChangeDatabaseParametersGetter

type ManagementManagedDatabasesChangeDatabaseParametersGetter interface {
	ManagementManagedDatabasesChangeDatabaseParameters(namespace string) ManagementManagedDatabasesChangeDatabaseParameterInterface
}

ManagementManagedDatabasesChangeDatabaseParametersGetter has a method to return a ManagementManagedDatabasesChangeDatabaseParameterInterface. A group's client should implement this interface.

type ManagementManagedDatabasesResetDatabaseParameterExpansion

type ManagementManagedDatabasesResetDatabaseParameterExpansion interface{}

type ManagementManagedDatabasesResetDatabaseParameterInterface

type ManagementManagedDatabasesResetDatabaseParameterInterface interface {
	Create(ctx context.Context, managementManagedDatabasesResetDatabaseParameter *v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, opts v1.CreateOptions) (*v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, error)
	Update(ctx context.Context, managementManagedDatabasesResetDatabaseParameter *v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, opts v1.UpdateOptions) (*v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, error)
	UpdateStatus(ctx context.Context, managementManagedDatabasesResetDatabaseParameter *v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, opts v1.UpdateOptions) (*v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagementManagedDatabasesResetDatabaseParameterList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ManagementManagedDatabasesResetDatabaseParameter, err error)
	ManagementManagedDatabasesResetDatabaseParameterExpansion
}

ManagementManagedDatabasesResetDatabaseParameterInterface has methods to work with ManagementManagedDatabasesResetDatabaseParameter resources.

type ManagementManagedDatabasesResetDatabaseParametersGetter

type ManagementManagedDatabasesResetDatabaseParametersGetter interface {
	ManagementManagedDatabasesResetDatabaseParameters(namespace string) ManagementManagedDatabasesResetDatabaseParameterInterface
}

ManagementManagedDatabasesResetDatabaseParametersGetter has a method to return a ManagementManagedDatabasesResetDatabaseParameterInterface. A group's client should implement this interface.

type MigrationAgentExpansion

type MigrationAgentExpansion interface{}

type MigrationAgentInterface

type MigrationAgentInterface interface {
	Create(ctx context.Context, migrationAgent *v1alpha1.MigrationAgent, opts v1.CreateOptions) (*v1alpha1.MigrationAgent, error)
	Update(ctx context.Context, migrationAgent *v1alpha1.MigrationAgent, opts v1.UpdateOptions) (*v1alpha1.MigrationAgent, error)
	UpdateStatus(ctx context.Context, migrationAgent *v1alpha1.MigrationAgent, opts v1.UpdateOptions) (*v1alpha1.MigrationAgent, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.MigrationAgent, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MigrationAgentList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MigrationAgent, err error)
	MigrationAgentExpansion
}

MigrationAgentInterface has methods to work with MigrationAgent resources.

type MigrationAgentsGetter

type MigrationAgentsGetter interface {
	MigrationAgents(namespace string) MigrationAgentInterface
}

MigrationAgentsGetter has a method to return a MigrationAgentInterface. A group's client should implement this interface.

type MigrationConnectionExpansion

type MigrationConnectionExpansion interface{}

type MigrationConnectionInterface

type MigrationConnectionInterface interface {
	Create(ctx context.Context, migrationConnection *v1alpha1.MigrationConnection, opts v1.CreateOptions) (*v1alpha1.MigrationConnection, error)
	Update(ctx context.Context, migrationConnection *v1alpha1.MigrationConnection, opts v1.UpdateOptions) (*v1alpha1.MigrationConnection, error)
	UpdateStatus(ctx context.Context, migrationConnection *v1alpha1.MigrationConnection, opts v1.UpdateOptions) (*v1alpha1.MigrationConnection, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.MigrationConnection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MigrationConnectionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MigrationConnection, err error)
	MigrationConnectionExpansion
}

MigrationConnectionInterface has methods to work with MigrationConnection resources.

type MigrationConnectionsGetter

type MigrationConnectionsGetter interface {
	MigrationConnections(namespace string) MigrationConnectionInterface
}

MigrationConnectionsGetter has a method to return a MigrationConnectionInterface. A group's client should implement this interface.

type MigrationExpansion

type MigrationExpansion interface{}

type MigrationInterface

type MigrationInterface interface {
	Create(ctx context.Context, migration *v1alpha1.Migration, opts v1.CreateOptions) (*v1alpha1.Migration, error)
	Update(ctx context.Context, migration *v1alpha1.Migration, opts v1.UpdateOptions) (*v1alpha1.Migration, error)
	UpdateStatus(ctx context.Context, migration *v1alpha1.Migration, opts v1.UpdateOptions) (*v1alpha1.Migration, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Migration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MigrationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Migration, err error)
	MigrationExpansion
}

MigrationInterface has methods to work with Migration resources.

type MigrationJobExpansion

type MigrationJobExpansion interface{}

type MigrationJobInterface

type MigrationJobInterface interface {
	Create(ctx context.Context, migrationJob *v1alpha1.MigrationJob, opts v1.CreateOptions) (*v1alpha1.MigrationJob, error)
	Update(ctx context.Context, migrationJob *v1alpha1.MigrationJob, opts v1.UpdateOptions) (*v1alpha1.MigrationJob, error)
	UpdateStatus(ctx context.Context, migrationJob *v1alpha1.MigrationJob, opts v1.UpdateOptions) (*v1alpha1.MigrationJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.MigrationJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MigrationJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MigrationJob, err error)
	MigrationJobExpansion
}

MigrationJobInterface has methods to work with MigrationJob resources.

type MigrationJobsGetter

type MigrationJobsGetter interface {
	MigrationJobs(namespace string) MigrationJobInterface
}

MigrationJobsGetter has a method to return a MigrationJobInterface. A group's client should implement this interface.

type MigrationMigrationExpansion

type MigrationMigrationExpansion interface{}

type MigrationMigrationInterface

type MigrationMigrationInterface interface {
	Create(ctx context.Context, migrationMigration *v1alpha1.MigrationMigration, opts v1.CreateOptions) (*v1alpha1.MigrationMigration, error)
	Update(ctx context.Context, migrationMigration *v1alpha1.MigrationMigration, opts v1.UpdateOptions) (*v1alpha1.MigrationMigration, error)
	UpdateStatus(ctx context.Context, migrationMigration *v1alpha1.MigrationMigration, opts v1.UpdateOptions) (*v1alpha1.MigrationMigration, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.MigrationMigration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MigrationMigrationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.MigrationMigration, err error)
	MigrationMigrationExpansion
}

MigrationMigrationInterface has methods to work with MigrationMigration resources.

type MigrationMigrationsGetter

type MigrationMigrationsGetter interface {
	MigrationMigrations(namespace string) MigrationMigrationInterface
}

MigrationMigrationsGetter has a method to return a MigrationMigrationInterface. A group's client should implement this interface.

type MigrationsGetter

type MigrationsGetter interface {
	Migrations(namespace string) MigrationInterface
}

MigrationsGetter has a method to return a MigrationInterface. A group's client should implement this interface.

type PluggableDatabaseExpansion

type PluggableDatabaseExpansion interface{}

type PluggableDatabaseInterface

type PluggableDatabaseInterface interface {
	Create(ctx context.Context, pluggableDatabase *v1alpha1.PluggableDatabase, opts v1.CreateOptions) (*v1alpha1.PluggableDatabase, error)
	Update(ctx context.Context, pluggableDatabase *v1alpha1.PluggableDatabase, opts v1.UpdateOptions) (*v1alpha1.PluggableDatabase, error)
	UpdateStatus(ctx context.Context, pluggableDatabase *v1alpha1.PluggableDatabase, opts v1.UpdateOptions) (*v1alpha1.PluggableDatabase, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.PluggableDatabase, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PluggableDatabaseList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PluggableDatabase, err error)
	PluggableDatabaseExpansion
}

PluggableDatabaseInterface has methods to work with PluggableDatabase resources.

type PluggableDatabasesGetter

type PluggableDatabasesGetter interface {
	PluggableDatabases(namespace string) PluggableDatabaseInterface
}

PluggableDatabasesGetter has a method to return a PluggableDatabaseInterface. A group's client should implement this interface.

type PluggableDatabasesLocalCloneExpansion

type PluggableDatabasesLocalCloneExpansion interface{}

type PluggableDatabasesLocalCloneInterface

type PluggableDatabasesLocalCloneInterface interface {
	Create(ctx context.Context, pluggableDatabasesLocalClone *v1alpha1.PluggableDatabasesLocalClone, opts v1.CreateOptions) (*v1alpha1.PluggableDatabasesLocalClone, error)
	Update(ctx context.Context, pluggableDatabasesLocalClone *v1alpha1.PluggableDatabasesLocalClone, opts v1.UpdateOptions) (*v1alpha1.PluggableDatabasesLocalClone, error)
	UpdateStatus(ctx context.Context, pluggableDatabasesLocalClone *v1alpha1.PluggableDatabasesLocalClone, opts v1.UpdateOptions) (*v1alpha1.PluggableDatabasesLocalClone, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.PluggableDatabasesLocalClone, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PluggableDatabasesLocalCloneList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PluggableDatabasesLocalClone, err error)
	PluggableDatabasesLocalCloneExpansion
}

PluggableDatabasesLocalCloneInterface has methods to work with PluggableDatabasesLocalClone resources.

type PluggableDatabasesLocalClonesGetter

type PluggableDatabasesLocalClonesGetter interface {
	PluggableDatabasesLocalClones(namespace string) PluggableDatabasesLocalCloneInterface
}

PluggableDatabasesLocalClonesGetter has a method to return a PluggableDatabasesLocalCloneInterface. A group's client should implement this interface.

type PluggableDatabasesRemoteCloneExpansion

type PluggableDatabasesRemoteCloneExpansion interface{}

type PluggableDatabasesRemoteCloneInterface

type PluggableDatabasesRemoteCloneInterface interface {
	Create(ctx context.Context, pluggableDatabasesRemoteClone *v1alpha1.PluggableDatabasesRemoteClone, opts v1.CreateOptions) (*v1alpha1.PluggableDatabasesRemoteClone, error)
	Update(ctx context.Context, pluggableDatabasesRemoteClone *v1alpha1.PluggableDatabasesRemoteClone, opts v1.UpdateOptions) (*v1alpha1.PluggableDatabasesRemoteClone, error)
	UpdateStatus(ctx context.Context, pluggableDatabasesRemoteClone *v1alpha1.PluggableDatabasesRemoteClone, opts v1.UpdateOptions) (*v1alpha1.PluggableDatabasesRemoteClone, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.PluggableDatabasesRemoteClone, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PluggableDatabasesRemoteCloneList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PluggableDatabasesRemoteClone, err error)
	PluggableDatabasesRemoteCloneExpansion
}

PluggableDatabasesRemoteCloneInterface has methods to work with PluggableDatabasesRemoteClone resources.

type PluggableDatabasesRemoteClonesGetter

type PluggableDatabasesRemoteClonesGetter interface {
	PluggableDatabasesRemoteClones(namespace string) PluggableDatabasesRemoteCloneInterface
}

PluggableDatabasesRemoteClonesGetter has a method to return a PluggableDatabasesRemoteCloneInterface. A group's client should implement this interface.

type ToolsDatabaseToolsConnectionExpansion added in v0.5.0

type ToolsDatabaseToolsConnectionExpansion interface{}

type ToolsDatabaseToolsConnectionInterface added in v0.5.0

type ToolsDatabaseToolsConnectionInterface interface {
	Create(ctx context.Context, toolsDatabaseToolsConnection *v1alpha1.ToolsDatabaseToolsConnection, opts v1.CreateOptions) (*v1alpha1.ToolsDatabaseToolsConnection, error)
	Update(ctx context.Context, toolsDatabaseToolsConnection *v1alpha1.ToolsDatabaseToolsConnection, opts v1.UpdateOptions) (*v1alpha1.ToolsDatabaseToolsConnection, error)
	UpdateStatus(ctx context.Context, toolsDatabaseToolsConnection *v1alpha1.ToolsDatabaseToolsConnection, opts v1.UpdateOptions) (*v1alpha1.ToolsDatabaseToolsConnection, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ToolsDatabaseToolsConnection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ToolsDatabaseToolsConnectionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ToolsDatabaseToolsConnection, err error)
	ToolsDatabaseToolsConnectionExpansion
}

ToolsDatabaseToolsConnectionInterface has methods to work with ToolsDatabaseToolsConnection resources.

type ToolsDatabaseToolsConnectionsGetter added in v0.5.0

type ToolsDatabaseToolsConnectionsGetter interface {
	ToolsDatabaseToolsConnections(namespace string) ToolsDatabaseToolsConnectionInterface
}

ToolsDatabaseToolsConnectionsGetter has a method to return a ToolsDatabaseToolsConnectionInterface. A group's client should implement this interface.

type ToolsDatabaseToolsPrivateEndpointExpansion added in v0.5.0

type ToolsDatabaseToolsPrivateEndpointExpansion interface{}

type ToolsDatabaseToolsPrivateEndpointInterface added in v0.5.0

ToolsDatabaseToolsPrivateEndpointInterface has methods to work with ToolsDatabaseToolsPrivateEndpoint resources.

type ToolsDatabaseToolsPrivateEndpointsGetter added in v0.5.0

type ToolsDatabaseToolsPrivateEndpointsGetter interface {
	ToolsDatabaseToolsPrivateEndpoints(namespace string) ToolsDatabaseToolsPrivateEndpointInterface
}

ToolsDatabaseToolsPrivateEndpointsGetter has a method to return a ToolsDatabaseToolsPrivateEndpointInterface. A group's client should implement this interface.

type VmClusterAddVirtualMachineExpansion

type VmClusterAddVirtualMachineExpansion interface{}

type VmClusterAddVirtualMachineInterface

type VmClusterAddVirtualMachineInterface interface {
	Create(ctx context.Context, vmClusterAddVirtualMachine *v1alpha1.VmClusterAddVirtualMachine, opts v1.CreateOptions) (*v1alpha1.VmClusterAddVirtualMachine, error)
	Update(ctx context.Context, vmClusterAddVirtualMachine *v1alpha1.VmClusterAddVirtualMachine, opts v1.UpdateOptions) (*v1alpha1.VmClusterAddVirtualMachine, error)
	UpdateStatus(ctx context.Context, vmClusterAddVirtualMachine *v1alpha1.VmClusterAddVirtualMachine, opts v1.UpdateOptions) (*v1alpha1.VmClusterAddVirtualMachine, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VmClusterAddVirtualMachine, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VmClusterAddVirtualMachineList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VmClusterAddVirtualMachine, err error)
	VmClusterAddVirtualMachineExpansion
}

VmClusterAddVirtualMachineInterface has methods to work with VmClusterAddVirtualMachine resources.

type VmClusterAddVirtualMachinesGetter

type VmClusterAddVirtualMachinesGetter interface {
	VmClusterAddVirtualMachines(namespace string) VmClusterAddVirtualMachineInterface
}

VmClusterAddVirtualMachinesGetter has a method to return a VmClusterAddVirtualMachineInterface. A group's client should implement this interface.

type VmClusterExpansion

type VmClusterExpansion interface{}

type VmClusterInterface

type VmClusterInterface interface {
	Create(ctx context.Context, vmCluster *v1alpha1.VmCluster, opts v1.CreateOptions) (*v1alpha1.VmCluster, error)
	Update(ctx context.Context, vmCluster *v1alpha1.VmCluster, opts v1.UpdateOptions) (*v1alpha1.VmCluster, error)
	UpdateStatus(ctx context.Context, vmCluster *v1alpha1.VmCluster, opts v1.UpdateOptions) (*v1alpha1.VmCluster, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VmCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VmClusterList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VmCluster, err error)
	VmClusterExpansion
}

VmClusterInterface has methods to work with VmCluster resources.

type VmClusterNetworkExpansion

type VmClusterNetworkExpansion interface{}

type VmClusterNetworkInterface

type VmClusterNetworkInterface interface {
	Create(ctx context.Context, vmClusterNetwork *v1alpha1.VmClusterNetwork, opts v1.CreateOptions) (*v1alpha1.VmClusterNetwork, error)
	Update(ctx context.Context, vmClusterNetwork *v1alpha1.VmClusterNetwork, opts v1.UpdateOptions) (*v1alpha1.VmClusterNetwork, error)
	UpdateStatus(ctx context.Context, vmClusterNetwork *v1alpha1.VmClusterNetwork, opts v1.UpdateOptions) (*v1alpha1.VmClusterNetwork, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VmClusterNetwork, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VmClusterNetworkList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VmClusterNetwork, err error)
	VmClusterNetworkExpansion
}

VmClusterNetworkInterface has methods to work with VmClusterNetwork resources.

type VmClusterNetworksGetter

type VmClusterNetworksGetter interface {
	VmClusterNetworks(namespace string) VmClusterNetworkInterface
}

VmClusterNetworksGetter has a method to return a VmClusterNetworkInterface. A group's client should implement this interface.

type VmClusterRemoveVirtualMachineExpansion

type VmClusterRemoveVirtualMachineExpansion interface{}

type VmClusterRemoveVirtualMachineInterface

type VmClusterRemoveVirtualMachineInterface interface {
	Create(ctx context.Context, vmClusterRemoveVirtualMachine *v1alpha1.VmClusterRemoveVirtualMachine, opts v1.CreateOptions) (*v1alpha1.VmClusterRemoveVirtualMachine, error)
	Update(ctx context.Context, vmClusterRemoveVirtualMachine *v1alpha1.VmClusterRemoveVirtualMachine, opts v1.UpdateOptions) (*v1alpha1.VmClusterRemoveVirtualMachine, error)
	UpdateStatus(ctx context.Context, vmClusterRemoveVirtualMachine *v1alpha1.VmClusterRemoveVirtualMachine, opts v1.UpdateOptions) (*v1alpha1.VmClusterRemoveVirtualMachine, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VmClusterRemoveVirtualMachine, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VmClusterRemoveVirtualMachineList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VmClusterRemoveVirtualMachine, err error)
	VmClusterRemoveVirtualMachineExpansion
}

VmClusterRemoveVirtualMachineInterface has methods to work with VmClusterRemoveVirtualMachine resources.

type VmClusterRemoveVirtualMachinesGetter

type VmClusterRemoveVirtualMachinesGetter interface {
	VmClusterRemoveVirtualMachines(namespace string) VmClusterRemoveVirtualMachineInterface
}

VmClusterRemoveVirtualMachinesGetter has a method to return a VmClusterRemoveVirtualMachineInterface. A group's client should implement this interface.

type VmClustersGetter

type VmClustersGetter interface {
	VmClusters(namespace string) VmClusterInterface
}

VmClustersGetter has a method to return a VmClusterInterface. A group's client should implement this interface.

Source Files

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL