Skip to content

Commit

Permalink
Update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Sep 24, 2020
1 parent 6925825 commit 4649b6e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
65 changes: 65 additions & 0 deletions charts/fleet-crd/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,25 @@ spec:
type: string
nullable: true
type: array
resourceCounts:
properties:
desiredReady:
type: integer
missing:
type: integer
modified:
type: integer
notReady:
type: integer
orphaned:
type: integer
ready:
type: integer
unknown:
type: integer
waitApplied:
type: integer
type: object
summary:
properties:
desiredReady:
Expand Down Expand Up @@ -1650,6 +1669,8 @@ spec:
type: object
nullable: true
type: array
desiredReadyGitRepos:
type: integer
display:
properties:
readyBundles:
Expand All @@ -1668,6 +1689,27 @@ spec:
namespace:
nullable: true
type: string
readyGitRepos:
type: integer
resourceCounts:
properties:
desiredReady:
type: integer
missing:
type: integer
modified:
type: integer
notReady:
type: integer
orphaned:
type: integer
ready:
type: integer
unknown:
type: integer
waitApplied:
type: integer
type: object
summary:
properties:
desiredReady:
Expand Down Expand Up @@ -2031,6 +2073,8 @@ spec:
type: object
nullable: true
type: array
desiredReadyClusters:
type: integer
display:
properties:
readyBundleDeployments:
Expand All @@ -2042,6 +2086,27 @@ spec:
type: object
observedGeneration:
type: integer
readyClusters:
type: integer
resourceCounts:
properties:
desiredReady:
type: integer
missing:
type: integer
modified:
type: integer
notReady:
type: integer
orphaned:
type: integer
ready:
type: integer
unknown:
type: integer
waitApplied:
type: integer
type: object
resourceErrors:
items:
nullable: true
Expand Down
19 changes: 19 additions & 0 deletions pkg/apis/fleet.cattle.io/v1alpha1/zz_generated_deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4649b6e

Please sign in to comment.