-
Couldn't load subscription status.
- Fork 64
pod completion status-1 #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
216a7c2 06a983d c82eddc 0fceae5 3b3eab7 b7df0ac 464443b 17c295d 5cf1fc1 9779863 23888e4 File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -60,6 +60,28 @@ spec: | |
| recognized schemas to the latest internal value, and may | ||
| reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
| type: string | ||
| # completionrequired: | ||
| # description: Optional field CompletionRequired defines if an item in an | ||
| # Appwrapper should be a candidate to complete an appwrapper. | ||
| # type: boolean | ||
| completionstatus: | ||
| description: Optional section that drives completion status of appwrapper | ||
| items: | ||
dmatch01 marked this conversation as resolved. Show resolved Hide resolved | ||
| properties: | ||
| statuspath: | ||
asm582 marked this conversation as resolved. Show resolved Hide resolved | ||
| type: string | ||
| completionrequired: | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do we do with this whole Also, could you add a description for this field? This will improve our documentation. Thanks! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If the | ||
| type: boolean | ||
| completionconditions: | ||
asm582 marked this conversation as resolved. Show resolved Hide resolved | ||
| items: | ||
| type: string | ||
| type: array | ||
asm582 marked this conversation as resolved. Show resolved Hide resolved | ||
| required: | ||
| - statuspath | ||
| - completionrequired | ||
| - completionconditions | ||
| type: object | ||
| type: array | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add a comment after this line to indicate associated field such as: # Type for completionstatus field? Is there a reason this should be an array of completionstatus'? I would expect that since this is 1 genericitme object we would have only one way to check for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, I will add a comment about the type. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes I see. My question is if the I could see that it would need to be an array if I assume the 2 items in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alternate example: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Otherwise change There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggest open new issue to generalize | ||
| custompodresources: | ||
| description: Optional section that specifies resource requirements | ||
| for non-standard k8s resources, follows same format as | ||
| | ||
Uh oh!
There was an error while loading. Please reload this page.