Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cmd/authentication-operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"k8s.io/component-base/cli"

kmshealth "github.com/openshift/library-go/pkg/operator/encryption/kms/health"
kmspreflight "github.com/openshift/library-go/pkg/operator/encryption/kms/preflight"
"github.com/openshift/library-go/pkg/operator/v1helpers"
)

Expand Down Expand Up @@ -47,7 +46,6 @@ func NewAuthenticationOperatorCommand() *cobra.Command {
// is implemented in library-go.
return nil, nil
}))
cmd.AddCommand(kmspreflight.NewCommand(context.Background()))

return cmd
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,8 @@ github.com/openshift/library-go/pkg/operator/encryption/crypto
github.com/openshift/library-go/pkg/operator/encryption/deployer
github.com/openshift/library-go/pkg/operator/encryption/encoding
github.com/openshift/library-go/pkg/operator/encryption/encryptiondata
github.com/openshift/library-go/pkg/operator/encryption/kms
github.com/openshift/library-go/pkg/operator/encryption/kms/health
github.com/openshift/library-go/pkg/operator/encryption/kms/pluginlifecycle
github.com/openshift/library-go/pkg/operator/encryption/kms/preflight
github.com/openshift/library-go/pkg/operator/encryption/observer
github.com/openshift/library-go/pkg/operator/encryption/secrets
github.com/openshift/library-go/pkg/operator/encryption/state
Expand Down