Skip to content

Commit

Permalink
Merge pull request #393 from bpradipt/manifest-fix
Browse files Browse the repository at this point in the history
crd: Fix manifest due to changes in the ccRuntime CRD
  • Loading branch information
bpradipt committed Jul 11, 2024
2 parents 6bba65f + 8711931 commit c5a9c96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/crd/bases/confidentialcontainers.org_ccruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5687,17 +5687,22 @@ spec:
description: This specifies the RuntimeClasses that need to be
created, with its name and an associated snapshotter to be used
items:
description: RuntimeClass holds the name and the snapshotter
description: RuntimeClass holds the name and basic customizations
to be used by a runtime class
properties:
name:
description: Name of the runtime class
type: string
pulltype:
description: The pulling image method to be used by the
runtime class
type: string
snapshotter:
description: The snapshotter to be used by the runtime class
type: string
required:
- name
- pulltype
- snapshotter
type: object
type: array
Expand Down

0 comments on commit c5a9c96

Please sign in to comment.