Merge pull request #117527 from ndixita/e2e-gcp-credential-provider-test

Moving Kubelet Credential Provider test to common so that it can be r…
This commit is contained in:
Kubernetes Prow Robot 2023-05-31 06:31:45 -07:00 committed by GitHub
commit 544005c32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package e2enode
package node
import (
"context"
@ -30,7 +30,7 @@ import (
admissionapi "k8s.io/pod-security-admission/api"
)
var _ = SIGDescribe("ImageCredentialProvider", func() {
var _ = SIGDescribe("ImageCredentialProvider [Feature:KubeletCredentialProviders]", func() {
f := framework.NewDefaultFramework("image-credential-provider")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
var podClient *e2epod.PodClient