Skip to content

Instantly share code, notes, and snippets.

@aaronjwood
Created July 25, 2021 07:26
Show Gist options
  • Save aaronjwood/1324208ef4c3991f66fa332a25092a7c to your computer and use it in GitHub Desktop.
Save aaronjwood/1324208ef4c3991f66fa332a25092a7c to your computer and use it in GitHub Desktop.
Apply method stub
// Apply takes parsed resources and applies them into a cluster.
func Apply(ctx context.Context, resources ...*Resource) error {
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment