Skip to content

Conversation

@TheIronDev
Copy link
Contributor

Description

Code sample

Comment on lines 6 to 25
export const MINIMAL_V2_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
concurrency: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};

export const MINIMAL_V1_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oof, didn't see they were moved during conflict resolution.

Are you ok with:

export { MINIMAL_V1_ENDPOINT, MINIMAL_V2_ENDPOINT } from "../../fixtures";

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer we fix import statements, but given the size of this PR that is fine w/ me.

@TheIronDev TheIronDev requested a review from taeold October 27, 2022 03:14
Comment on lines 6 to 25
export const MINIMAL_V2_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
concurrency: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};

export const MINIMAL_V1_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer we fix import statements, but given the size of this PR that is fine w/ me.

@taeold taeold merged commit d6d05aa into master Oct 27, 2022
@taeold taeold deleted the tystark.cherry_pick__trigger branch October 27, 2022 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants