Skip to content

Commit

Permalink
update kubeletcfg crd to make spec required
Browse files Browse the repository at this point in the history
  • Loading branch information
kikisdeliveryservice committed Dec 7, 2020
1 parent f85b586 commit 88e8416
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
"openAPIV3Schema":
description: KubeletConfig describes a customized Kubelet configuration.
type: object
required:
- spec
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down

0 comments on commit 88e8416

Please sign in to comment.