Skip to content

Commit

Permalink
Update crd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 29, 2020
1 parent 6ac65f8 commit 5f5ef65
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions charts/fleet-crd/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ spec:
readyClusters:
nullable: true
type: string
state:
nullable: true
type: string
type: object
maxNew:
type: integer
Expand Down Expand Up @@ -589,6 +592,9 @@ spec:
monitored:
nullable: true
type: string
state:
nullable: true
type: string
type: object
modifiedStatus:
items:
Expand Down Expand Up @@ -897,6 +903,9 @@ spec:
readyClusters:
nullable: true
type: string
state:
nullable: true
type: string
type: object
nonReadyClusterCount:
type: integer
Expand Down Expand Up @@ -1056,6 +1065,9 @@ spec:
sampleNode:
nullable: true
type: string
state:
nullable: true
type: string
type: object
namespace:
nullable: true
Expand Down Expand Up @@ -1156,8 +1168,8 @@ spec:
- JSONPath: .status.commit
name: Commit
type: string
- JSONPath: .status.display.readyBundles
name: Bundles-Ready
- JSONPath: .status.display.readyBundleDeployments
name: BundleDeployments-Ready
type: string
- JSONPath: .status.conditions[?(@.type=="Ready")].message
name: Status
Expand Down Expand Up @@ -1297,10 +1309,15 @@ spec:
type: array
display:
properties:
readyBundles:
readyBundleDeployments:
nullable: true
type: string
state:
nullable: true
type: string
type: object
observedGeneration:
type: integer
summary:
properties:
desiredReady:
Expand Down

0 comments on commit 5f5ef65

Please sign in to comment.