 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
	Create(ctx context.Context, obj runtime.Object) error
	Get(ctx context.Context, obj runtime.Object, namespace, name string) error
	Update(ctx context.Context, obj runtime.Object) error
	Delete(ctx context.Context, obj runtime.Object, namespace, name string) error
	List(ctx context.Context, obj runtime.Object, namespace string) error
	UpdateStatus(ctx context.Context, obj runtime.Object) error
}
    func NewForConfigOrDie ¶
 Click to show internal directories. 
   Click to hide internal directories.