kubernetes

package
v0.10.13 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubernetesClient

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

Client structure

func NewKubernetesClient

func NewKubernetesClient(cloudFQDN string, authorizer auth.Authorizer) (*KubernetesClient, error)

NewClient method returns new client

func (*KubernetesClient) CreateOrUpdate

func (c *KubernetesClient) CreateOrUpdate(ctx context.Context, group, name string, cloud *cloud.Kubernetes) (*cloud.Kubernetes, error)

CreateOrUpdate methods invokes create or update on the client

func (*KubernetesClient) Delete

func (c *KubernetesClient) Delete(ctx context.Context, group, name string) error

Delete methods invokes delete of the cloud resource

func (*KubernetesClient) Get

func (c *KubernetesClient) Get(ctx context.Context, group, name string) (*[]cloud.Kubernetes, error)

Get methods invokes the client Get method

type Service

type Service interface {
	Get(context.Context, string, string) (*[]cloud.Kubernetes, error)
	CreateOrUpdate(context.Context, string, string, *cloud.Kubernetes) (*cloud.Kubernetes, error)
	Delete(context.Context, string, string) error
}

Service interface

Jump to

Keyboard shortcuts

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