Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jpeach
Copy link
Contributor

@jpeach jpeach commented Jul 15, 2020

Rename the Status struct to HTTPProxyStatus. This means that the
type name won't conflict when we bring new CRDs into the v1 namespace,
and makes the nomenclature consistent with established CRD patterns.

This is a no-op for API users, since the field name doesn't change,
but is an incompatible source change for projects using the Go types.

Signed-off-by: James Peach [email protected]

@jpeach jpeach force-pushed the rename-proxy-status branch from 2f6a01c to 54209d2 Compare July 15, 2020 07:58
@codecov
Copy link

codecov bot commented Jul 15, 2020

Codecov Report

Merging #2689 into master will increase coverage by 0.03%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2689      +/-   ##
==========================================
+ Coverage   76.96%   77.00%   +0.03%     
==========================================
  Files          71       71              
  Lines        5653     5653              
==========================================
+ Hits         4351     4353       +2     
+ Misses       1211     1210       -1     
+ Partials       91       90       -1     
Impacted Files Coverage Δ
internal/featuretests/featuretests.go 88.50% <66.66%> (ø)
internal/k8s/status.go 84.61% <80.00%> (ø)
internal/dag/cache.go 99.04% <0.00%> (+0.95%) ⬆️

Copy link
Member

@youngnick youngnick left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@stevesloka stevesloka left a comment

Choose a reason for hiding this comment

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

/lgtm

@stevesloka
Copy link
Member

@jpeach just need to commit the generated files back to pass CI.

Rename the `Status` struct to `HTTPProxyStatus`. This means that the
type name won't conflict when we bring new CRDs into the `v1` namespace,
and makes the nomenclature consistent with established CRD patterns.

This is a no-op for API users, since the field name doesn't change,
but is an incompatible source change for projects using the Go types.

Signed-off-by: James Peach <[email protected]>
@jpeach jpeach force-pushed the rename-proxy-status branch from 54209d2 to ab32e2f Compare July 15, 2020 21:56
@jpeach jpeach merged commit 06d7b1c into projectcontour:master Jul 16, 2020
@jpeach jpeach deleted the rename-proxy-status branch July 16, 2020 01:18
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