Documentation ¶
Index ¶
- type Resource
- func (r *Resource) Create(res interface{}, callbacks ...func(...interface{})) (string, error)
- func (r *Resource) Delete(name string, timeout time.Duration, callbacks ...func(...interface{})) error
- func (r *Resource) Get(name string, callbacks ...func(...interface{})) (*unstructured.Unstructured, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { ResCli dynamic.ResourceInterface // contains filtered or unexported fields }
func (*Resource) Get ¶
func (r *Resource) Get(name string, callbacks ...func(...interface{})) (*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.