Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContext ¶
Types ¶
type FetchOptions ¶
type FetchResponse ¶
type GetOptions ¶
type GetOptions struct { // If false will not use the cache for the request Cache *bool `json:"cache,omitempty"` }
type GetResponse ¶
type GetResponse struct { Throw bool `json:"__throw,omitempty"` Reason string `json:"reason,omitempty"` Message string `json:"message,omitempty"` Object *unstructured.Unstructured `json:"object,omitempty"` }
type ListOptions ¶
type ListOptions struct { // A selector to restrict the list of returned objects by their labels. // Defaults to everything. // +optional LabelSelector string `json:"labelSelector,omitempty"` // Namespace to limit the search to // +optional Namespace string `json:"namespace,omitempty"` // If false will not use the cache for the request Cache *bool `json:"cache,omitempty"` }
type ListResponse ¶
type ResourceResponse ¶
Click to show internal directories.
Click to hide internal directories.