Documentation
¶
Index ¶
- func DeleteResourcesAtPath(dynamicClient dynamic.Interface, dc discovery.DiscoveryInterface, ...) error
- func GetInstanceGroupList(dynamicClient dynamic.Interface) (*unstructured.UnstructuredList, error)
- func GetResource(dc discovery.DiscoveryInterface, TemplateArguments interface{}, ...) (unstructuredResource, error)
- func GetResources(dc discovery.DiscoveryInterface, TemplateArguments interface{}, ...) ([]unstructuredResource, error)
- func ResourceConditionShouldBe(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceOperation(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceOperationInNamespace(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceOperationWithResult(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceOperationWithResultInNamespace(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceShouldBe(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceShouldConvergeToField(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourceShouldConvergeToSelector(dynamicClient dynamic.Interface, resource unstructuredResource, ...) error
- func ResourcesOperation(dynamicClient dynamic.Interface, resources []unstructuredResource, ...) error
- func ResourcesOperationInNamespace(dynamicClient dynamic.Interface, resources []unstructuredResource, ...) error
- func UpdateResourceWithField(dynamicClient dynamic.Interface, resource unstructuredResource, key string, ...) error
- func VerifyInstanceGroups(dynamicClient dynamic.Interface) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteResourcesAtPath ¶
func DeleteResourcesAtPath(dynamicClient dynamic.Interface, dc discovery.DiscoveryInterface, TemplateArguments interface{}, w common.WaiterConfig, resourcesPath string) error
TODO: refactor so it doesnt need the dynamic and discovery clients
func GetInstanceGroupList ¶ added in v0.10.1
func GetInstanceGroupList(dynamicClient dynamic.Interface) (*unstructured.UnstructuredList, error)
func GetResource ¶
func GetResource(dc discovery.DiscoveryInterface, TemplateArguments interface{}, resourceFilePath string) (unstructuredResource, error)
func GetResources ¶
func GetResources(dc discovery.DiscoveryInterface, TemplateArguments interface{}, resourcesFilePath string) ([]unstructuredResource, error)
func ResourceOperation ¶
func ResourceShouldBe ¶
func ResourceShouldConvergeToField ¶ added in v0.14.0
func ResourcesOperation ¶
func UpdateResourceWithField ¶
func VerifyInstanceGroups ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.