gitlawr
22d7e3870b
go generate
2019-08-29 11:44:54 -07:00
gitlawr
06419de6e3
Add SendResolved field to Notifier
2019-08-29 11:44:54 -07:00
rajashree
7046482445
Generated changes
2019-08-27 14:40:52 -07:00
rajashree
3608cf0da4
Add nodeSelector for RKE addons
2019-08-27 14:40:52 -07:00
gitlawr
2c26850836
Bump pipeine-tools to v0.1.12
2019-08-26 15:42:19 -07:00
rajashree
c0775cc536
Remove unused backups condition
2019-08-26 14:34:09 -07:00
moelsayed
8206ec2585
generated code
2019-08-26 14:29:48 -07:00
moelsayed
d415e5bb3a
Add flag to use safe snapshot timestamps
2019-08-26 14:29:48 -07:00
rajashree
6adafad92a
Disable update on some etcdbackup fields
2019-08-26 14:29:03 -07:00
rajashree
39870f5624
Generated changes
2019-08-26 11:59:10 -07:00
rajashree
b595dbd1a3
Add cluster capability to indicate taints support
2019-08-26 11:59:10 -07:00
Prachi Damle
9505a1672e
generated changes
2019-08-26 10:24:30 -07:00
Prachi Damle
9d2b59dedc
add enable disable clustertemplaterevision actions
2019-08-26 10:24:30 -07:00
Dan Ramich
782023395d
Merge pull request #960 from rmweir/wait-timeout-mcapp
...
Add wait and timeout to mcapp
2019-08-26 09:26:53 -07:00
rmweir
a6d3cb890d
go generate
2019-08-23 16:50:54 -07:00
rmweir
d566e23522
Add wait and timeout to mcapp
2019-08-23 16:50:54 -07:00
Chris Kim
444dc01b3d
go generate
2019-08-23 13:59:14 -07:00
Chris Kim
972bca92b4
Add DNS Policy Field
2019-08-23 13:59:14 -07:00
Dan Ramich
b99efa820b
Merge pull request #957 from daxmc99/README
...
Update README for usage with go modules
2019-08-22 10:09:51 -07:00
Dax McDonald
df6744b140
Update README for usage with go modules
2019-08-22 10:01:55 -07:00
Frank Mai
376c6f64c7
Go generated
2019-08-21 20:04:41 -07:00
Frank Mai
719551e498
Windows refactor
...
- Don't need `RKEK8sWindowsSystemImage` anymore, Windows keeps its images as the same as `RKEK8sSystemImage` via Docker manifest.
- Add `PodInfraWindowsContainer` filed into `RKESystemImages`
**Issue:**
https://github.com/rancher/rancher/issues/16460
2019-08-21 20:04:41 -07:00
Dax McDonald
d8f2cacb8d
Update generated code for PutClusterScoped function
2019-08-21 17:49:59 -07:00
Dax McDonald
b61d0733a3
Update vendor
2019-08-21 17:49:59 -07:00
galal-hussein
b4a31197d6
modify gitignore
2019-08-21 12:55:27 -07:00
galal-hussein
4826d0d29d
go generate
2019-08-21 12:55:27 -07:00
galal-hussein
ab1f192276
Add flex volume images to the rke types
2019-08-21 12:55:27 -07:00
rajashree
3ae2276799
Generated changes
2019-08-20 10:18:29 -07:00
rajashree
d36ab41b35
Change ingress capabilities customDefaultBackend type
2019-08-20 10:18:29 -07:00
Prachi Damle
eb94f3aba6
Generated Changes
2019-08-19 11:46:10 -07:00
Prachi Damle
917ccad7c0
ClusterTemplateRevision name needs to be required and non-unique
2019-08-19 11:46:10 -07:00
Darren Shepherd
96e6d6f302
Merge pull request #953 from ibuildthecloud/master
...
Switch to go modules
2019-08-19 10:37:48 -07:00
Darren Shepherd
c2052ff483
Regenerate code for k8s 1.14
2019-08-19 10:34:39 -07:00
Darren Shepherd
6c963ac005
Switch to go modules
2019-08-19 10:34:19 -07:00
Darren Shepherd
4698351630
Drop unused code
2019-08-19 10:14:58 -07:00
Dan Ramich
db699f0c06
Merge pull request #940 from cbron/label-tokens
...
Add kind label to tokens
2019-08-16 09:31:36 -07:00
gitlawr
0c35fd48b3
bump pipeline-tools image to v0.1.11
2019-08-14 17:06:21 -07:00
Caleb Bron
e79b1fb936
Add kind label to tokens
2019-08-14 15:34:54 -07:00
Dan Ramich
9097b6038b
Merge pull request #921 from cbron/issue-124
...
Add AppRevision Project ID to Spec
2019-08-14 09:56:16 -07:00
Guangbo Chen
4ada929fe4
Update defaultRecipient of slackConfig to not required
2019-08-13 10:03:06 -07:00
gitlawr
1492046a65
Bump Jenkins version
2019-08-13 09:06:43 -07:00
Caleb Bron
1316005b16
issue-124 types
2019-08-09 09:48:26 -07:00
Dax McDonald
8c6adc8d2f
Modify norman struct tag to be 1 year in seconds
...
Javascript only supports a max int of 2^53 so very large values
can cause errors.
Instead, use the max value of a year in seconds for node timeout limit
2019-08-08 17:33:02 -07:00
Dan Ramich
38857e16c3
Merge pull request #936 from daxmc99/nodepool_timeout_overflow
...
Use norman struct tags for limits of nodepool timeout
2019-08-07 16:30:09 -07:00
Dax McDonald
9dda5ddc02
Use norman struct tags for limits of nodepool timeout
...
Extreme values could overflow nodepool timeout int64 value. Now, it will
return an error for values > maxInt64 or less than 0.
2019-08-07 09:57:12 -07:00
Aiwantaozi
cc1d9c767f
Add exist condition for expression alert
...
Problem:
current we require the user to input a threshold number, could not support
the scenario any matched condition event happens
Solution:
add exist condition and remove the required in thresdhold
Issue:
https://github.com/rancher/rancher/issues/21302
2019-08-07 08:23:28 -07:00
Dan Ramich
0173b6ff40
Merge pull request #934 from mrajashree/nestedGoogle
...
Add option for nested group memberships based access
2019-08-06 16:21:15 -07:00
orangedeng
503eda6fe8
Remove scaling limited from error map
...
**Problem:**
The `ScalingLimited` will set to true when the target workload's
cpu useage is zero.
In this case, we should not set state to error.
**Solution:**
Remove `ScalingLimited` from reverseErrorMap.
2019-08-06 09:06:04 -07:00
rajashree
fb04389ba7
Generated changes
2019-08-05 16:49:03 -07:00
rajashree
97fc3864ee
Add option for nested group memberships based access
2019-08-05 16:38:55 -07:00