mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #69550 from tallclair/runtimeclass-spec
Allow an empty "" runtimeHandler
This commit is contained in:
commit
4ba5db087a
@ -23,4 +23,4 @@ spec:
|
|||||||
properties:
|
properties:
|
||||||
runtimeHandler:
|
runtimeHandler:
|
||||||
type: string
|
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])?)*)?$'
|
||||||
|
Loading…
Reference in New Issue
Block a user