Created
July 25, 2021 07:26
-
-
Save aaronjwood/1324208ef4c3991f66fa332a25092a7c to your computer and use it in GitHub Desktop.
Apply method stub
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
// 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