Documentation ¶
Index ¶
- type ApplicationUnstructuredExtractor
- func (ext ApplicationUnstructuredExtractor) Do(obj interface{}) (*v1alpha1.Application, error)
- func (ext ApplicationUnstructuredExtractor) FromUnstructured(obj *unstructured.Unstructured) (*v1alpha1.Application, error)
- func (ext ApplicationUnstructuredExtractor) ToUnstructured(obj interface{}) (*unstructured.Unstructured, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationUnstructuredExtractor ¶
type ApplicationUnstructuredExtractor struct{}
func (ApplicationUnstructuredExtractor) Do ¶
func (ext ApplicationUnstructuredExtractor) Do(obj interface{}) (*v1alpha1.Application, error)
func (ApplicationUnstructuredExtractor) FromUnstructured ¶
func (ext ApplicationUnstructuredExtractor) FromUnstructured(obj *unstructured.Unstructured) (*v1alpha1.Application, error)
func (ApplicationUnstructuredExtractor) ToUnstructured ¶
func (ext ApplicationUnstructuredExtractor) ToUnstructured(obj interface{}) (*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.