Skip to content
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

CON-8711 - RP | In-use | Not MVP | add enable/disable to terraform module (sdk) #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chkp-eladya
Copy link
Contributor

No description provided.

@@ -55,6 +56,11 @@ type ImageAssuranceEnableRequest struct {
Enabled bool `json:"enabled"`
}

type ImageAccessRuntimeMonitorEnableRequest struct {
CloudAccountId string `json:"cloudAccountId"`

Choose a reason for hiding this comment

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

why is the json here "cloudAccountId" and at other places its "k8sAccountId"? can we make it consistent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

actually I took example from ImageAssurance in all places. 4 lines above, it has "cloudAccountId"

Choose a reason for hiding this comment

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

yes, I see that.
I think we can take the opportunity and change both of them to be like the others. but it's up to you to decide.

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