Skip to content

Instantly share code, notes, and snippets.

@aaronjwood
Created July 25, 2021 07:31
Show Gist options
  • Save aaronjwood/a8b7c39dc8c361ad714086371da71503 to your computer and use it in GitHub Desktop.
Save aaronjwood/a8b7c39dc8c361ad714086371da71503 to your computer and use it in GitHub Desktop.
Resources type
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