Documentation ¶
Index ¶
- Variables
- func AddToManager(m manager.Manager) error
- type KubernetesPlatformService
- func (service *KubernetesPlatformService) Create(ctx context.Context, obj runtime.Object) error
- func (service *KubernetesPlatformService) Delete(ctx context.Context, obj runtime.Object, opts ...clientv1.DeleteOption) error
- func (service *KubernetesPlatformService) Get(ctx context.Context, key clientv1.ObjectKey, obj runtime.Object) error
- func (service *KubernetesPlatformService) GetCached(ctx context.Context, key clientv1.ObjectKey, obj runtime.Object) error
- func (service *KubernetesPlatformService) GetDiscoveryClient() *discovery.DiscoveryClient
- func (service *KubernetesPlatformService) GetScheme() *runtime.Scheme
- func (service *KubernetesPlatformService) IsMockService() bool
- func (service *KubernetesPlatformService) List(ctx context.Context, list runtime.Object, opts clientv1.ListOption) error
- func (service *KubernetesPlatformService) Update(ctx context.Context, obj runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
View Source
var AddToManagerFuncs []func(manager.Manager) error
AddToManagerFuncs is a list of functions to add all Controllers to the Manager
Functions ¶
func AddToManager ¶
AddToManager adds all Controllers to the Manager
Types ¶
type KubernetesPlatformService ¶
type KubernetesPlatformService struct {
// contains filtered or unexported fields
}
func GetInstance ¶
func GetInstance(mgr manager.Manager) KubernetesPlatformService
func (*KubernetesPlatformService) Delete ¶
func (service *KubernetesPlatformService) Delete(ctx context.Context, obj runtime.Object, opts ...clientv1.DeleteOption) error
func (*KubernetesPlatformService) GetDiscoveryClient ¶
func (service *KubernetesPlatformService) GetDiscoveryClient() *discovery.DiscoveryClient
func (*KubernetesPlatformService) GetScheme ¶
func (service *KubernetesPlatformService) GetScheme() *runtime.Scheme
func (*KubernetesPlatformService) IsMockService ¶
func (service *KubernetesPlatformService) IsMockService() bool
func (*KubernetesPlatformService) List ¶
func (service *KubernetesPlatformService) List(ctx context.Context, list runtime.Object, opts clientv1.ListOption) error
Click to show internal directories.
Click to hide internal directories.