Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Dec 18, 2019
1 parent 98f926b commit c61acdc
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/crds/troubleshoot.replicated.com_analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
outcomes:
items:
properties:
Expand Down Expand Up @@ -437,6 +439,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
outcomes:
items:
properties:
Expand Down Expand Up @@ -478,6 +482,8 @@ spec:
type: string
customResourceDefinitionName:
type: string
exclude:
type: boolean
outcomes:
items:
properties:
Expand Down Expand Up @@ -518,6 +524,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
name:
type: string
namespace:
Expand Down Expand Up @@ -563,6 +571,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
outcomes:
items:
properties:
Expand Down Expand Up @@ -602,6 +612,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
outcomes:
items:
properties:
Expand Down Expand Up @@ -644,6 +656,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
ingressName:
type: string
namespace:
Expand Down Expand Up @@ -689,6 +703,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
key:
type: string
namespace:
Expand Down Expand Up @@ -736,6 +752,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
name:
type: string
namespace:
Expand Down Expand Up @@ -781,6 +799,8 @@ spec:
properties:
checkName:
type: string
exclude:
type: boolean
outcomes:
items:
properties:
Expand Down
47 changes: 47 additions & 0 deletions config/crds/troubleshoot.replicated.com_collectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,22 @@ spec:
items:
properties:
clusterInfo:
properties:
collectorName:
type: string
when:
type: boolean
required:
- when
type: object
clusterResources:
properties:
collectorName:
type: string
when:
type: boolean
required:
- when
type: object
copy:
properties:
Expand All @@ -439,10 +453,27 @@ spec:
items:
type: string
type: array
when:
type: boolean
required:
- selector
- namespace
- containerPath
- when
type: object
data:
properties:
collectorName:
type: string
data:
type: string
name:
type: string
when:
type: boolean
required:
- data
- when
type: object
exec:
properties:
Expand All @@ -468,9 +499,12 @@ spec:
type: array
timeout:
type: string
when:
type: boolean
required:
- selector
- namespace
- when
type: object
http:
properties:
Expand Down Expand Up @@ -521,6 +555,10 @@ spec:
required:
- url
type: object
when:
type: boolean
required:
- when
type: object
logs:
properties:
Expand All @@ -546,8 +584,11 @@ spec:
items:
type: string
type: array
when:
type: boolean
required:
- selector
- when
type: object
run:
properties:
Expand All @@ -571,9 +612,12 @@ spec:
type: string
timeout:
type: string
when:
type: boolean
required:
- namespace
- image
- when
type: object
secret:
properties:
Expand All @@ -587,8 +631,11 @@ spec:
type: string
namespace:
type: string
when:
type: boolean
required:
- name
- when
type: object
type: object
type: array
Expand Down

0 comments on commit c61acdc

Please sign in to comment.