• Kubernetes Submit Queue's avatar
    Merge pull request #42083 from fraenkel/validate_name · 70684584
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 42038, 42083)
    
    Validate ConfigMapRef and SecretRef name
    
    fixes #42037
    
    **Release note**:
    ```release-note
    When creating a container using envFrom,
    1. validate the name of the ConfigMap in a ConfigMapRef
    2. validate the name of the Secret in a SecretRef
    ```
    70684584
Name
Last commit
Last update
..
testdata/v1 Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
events.go Loading commit data...
events_test.go Loading commit data...
schema.go Loading commit data...
schema_test.go Loading commit data...
validation.go Loading commit data...
validation_test.go Loading commit data...