Documentation ¶
Index ¶
- func NewCrossNamespaceListResponse(r *http.Request, w http.ResponseWriter, parentDir string, group string, ...) error
- func NewGetResponse(r *http.Request, w http.ResponseWriter, parentDir string, resourceName string, ...) error
- func NewListResponse(r *http.Request, w http.ResponseWriter, parentDir string, resourceName string, ...) error
- func ReadAndDeserializeList(parenDir, resourceName string) (*unstructured.UnstructuredList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetResponse ¶
func NewGetResponse( r *http.Request, w http.ResponseWriter, parentDir string, resourceName string, objectName string, staticFallBack *unstructured.Unstructured, transform transform.TransformFunc, ) error
func NewListResponse ¶
func NewListResponse( r *http.Request, w http.ResponseWriter, parentDir string, resourceName string, transform transform.TransformFunc, staticFallBack *unstructured.UnstructuredList, filter ...filter.Filter, ) error
func ReadAndDeserializeList ¶
func ReadAndDeserializeList(parenDir, resourceName string) (*unstructured.UnstructuredList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.