Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
update generated manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Liu <[email protected]>
  • Loading branch information
liu4480 committed Nov 14, 2022
1 parent 10687ab commit 212fa3b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cli/runtime/generated/crd/bases/cli.tanzu.vmware.com_catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ spec:
description: CompletionType determines how command line completion
will be determined.
type: integer
defaultFeatureFlags:
additionalProperties:
type: boolean
description: DefaultFeatureFlags is default featureflags to be configured
if missing when invoking plugin
type: object
description:
description: Description is the plugin's description.
type: string
Expand Down Expand Up @@ -104,6 +110,7 @@ spec:
required:
- buildSHA
- completionType
- defaultFeatureFlags
- description
- digest
- discoveredRecommendedVersion
Expand Down Expand Up @@ -155,6 +162,12 @@ spec:
description: CompletionType determines how command line completion
will be determined.
type: integer
defaultFeatureFlags:
additionalProperties:
type: boolean
description: DefaultFeatureFlags is default featureflags to be configured
if missing when invoking plugin
type: object
description:
description: Description is the plugin's description.
type: string
Expand Down Expand Up @@ -199,6 +212,7 @@ spec:
required:
- buildSHA
- completionType
- defaultFeatureFlags
- description
- digest
- discoveredRecommendedVersion
Expand Down

0 comments on commit 212fa3b

Please sign in to comment.