Address insensitive language (#2677)

* Change master to main in most uses

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-07-17 17:59:51 -04:00
committed by GitHub
parent 2376b697af
commit f42c63af1b
246 changed files with 443 additions and 440 deletions

View File

@@ -54,7 +54,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
)
// nonRestorableResources is a blacklist for the restoration process. Any resources
// nonRestorableResources is an exclusion list for the restoration process. Any resources
// included here are explicitly excluded from the restoration process.
var nonRestorableResources = []string{
"nodes",