Skip to content

Commit

Permalink
update ctrcfg crd to make spec & containerruntimeconfig required
Browse files Browse the repository at this point in the history
  • Loading branch information
kikisdeliveryservice committed Dec 7, 2020
1 parent 34d1cf0 commit f85b586
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
description: ContainerRuntimeConfig describes a customized Container Runtime
configuration.
type: object
required:
- spec
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -46,6 +48,8 @@ spec:
spec:
description: ContainerRuntimeConfigSpec defines the desired state of ContainerRuntimeConfig
type: object
required:
- containerRuntimeConfig
properties:
containerRuntimeConfig:
description: ContainerRuntimeConfiguration defines the tuneables of
Expand Down

0 comments on commit f85b586

Please sign in to comment.