kubenativeclient

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyReq

type ApplyReq = kubenative.ApplyReq

type ApplyResp

type ApplyResp = kubenative.ApplyResp

type DataSet

type DataSet = kubenative.DataSet

type GetReq

type GetReq = kubenative.GetReq

type KubeNative

type KubeNative interface {
	ApplyYaml(ctx context.Context, in *ApplyReq, opts ...grpc.CallOption) (*ApplyResp, error)
	DeleteYaml(ctx context.Context, in *ApplyReq, opts ...grpc.CallOption) (*Resp, error)
	Get(ctx context.Context, in *GetReq, opts ...grpc.CallOption) (*Resp, error)
	List(ctx context.Context, in *ListReq, opts ...grpc.CallOption) (*Resp, error)
}

func NewKubeNative

func NewKubeNative(cli zrpc.Client) KubeNative

type ListReq

type ListReq = kubenative.ListReq

type Resp

type Resp = kubenative.Resp

Jump to

Keyboard shortcuts

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