Documentation
¶
Index ¶
- func NewCommonResourceFromDynamicClient(input *unstructured.Unstructured) rortypes.CommonResource
- func NewResourceFromDynamicClient(input *unstructured.Unstructured) *rorresources.Resource
- func NewResourceFromMapInterface(input map[string]any) *rorresources.Resource
- func NewResourceSetFromDynamicClient(input *unstructured.Unstructured) *rorresources.ResourceSet
- func NewResourceSetFromMapInterface(input map[string]any) *rorresources.ResourceSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommonResourceFromDynamicClient ¶ added in v0.3.0
func NewCommonResourceFromDynamicClient(input *unstructured.Unstructured) rortypes.CommonResource
func NewResourceFromDynamicClient ¶
func NewResourceFromDynamicClient(input *unstructured.Unstructured) *rorresources.Resource
NewResourceFromDynamicClient creates a new resource from a unstructured.Unstructured type provided by the kubernetes universal client.
func NewResourceFromMapInterface ¶ added in v1.2.1
func NewResourceFromMapInterface(input map[string]any) *rorresources.Resource
NewResourceFromMapInterface creates a new resource from a map[string]any type provided by the kubernetes universal client.
func NewResourceSetFromDynamicClient ¶
func NewResourceSetFromDynamicClient(input *unstructured.Unstructured) *rorresources.ResourceSet
func NewResourceSetFromMapInterface ¶ added in v1.2.1
func NewResourceSetFromMapInterface(input map[string]any) *rorresources.ResourceSet
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.