Created
July 25, 2021 07:31
-
-
Save aaronjwood/a8b7c39dc8c361ad714086371da71503 to your computer and use it in GitHub Desktop.
Resources type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Resource struct { | |
Action dynamic.ResourceInterface | |
Unstruct *unstructured.Unstructured | |
Mapping *meta.RESTMapping | |
Ns string | |
Name string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment