Unverified Commit 4ba5db08 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69550 from tallclair/runtimeclass-spec

Allow an empty "" runtimeHandler
parents f9acfd8e db776ace
......@@ -23,4 +23,4 @@ spec:
properties:
runtimeHandler:
type: string
pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$'
pattern: '^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?$'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment