Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface {
Raw() rest2.Interface
Healthz(context.Context) error
Create(context.Context, string, string, any) error
Update(context.Context, string, string, any) error
Delete(context.Context, string, string, any) error
Get(context.Context, string, string, any) error
List(context.Context, string, any) error
}
func ClientWith ¶
Click to show internal directories.
Click to hide internal directories.