1
0
mirror of https://github.com/rancher/types.git synced 2025-06-27 14:06:49 +00:00
Commit Graph

1519 Commits

Author SHA1 Message Date
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
Dan Ramich
f76865eaa2
Merge pull request #930 from rmweir/add-storage-client
Add storage client
2019-08-05 13:53:58 -07:00
rmweir
9aa56d31e6 Add storage interface to scaled context
Added storage interface to scaled context. Prior, there was no
way to interact with storage API without using k8s API directly.
Now, client exists for storage API.
2019-08-02 10:11:40 -07:00
rmweir
23c78c662d go generate 2019-07-31 12:12:52 -07:00
rmweir
02639373f2 add k8s storageclass type to generator 2019-07-31 12:12:03 -07:00
orangedeng
f3b0d3f5ed go generate 2019-07-31 10:29:03 -07:00
orangedeng
365da17d01 Fix marshal v1.Taint to yaml panic
**Problem:**
Marshal v1.Taint with timeAdded nil value to yaml panic.

**Solution:**
Use our own taint struct with omitempty flag of timeAdded field.
2019-07-31 10:29:03 -07:00
moelsayed
45caae4c52 generated code 2019-07-29 17:01:14 -07:00
moelsayed
70cec52fd6 Add user types to process and etcd service 2019-07-29 17:01:14 -07:00
Guangbo Chen
facd19d687 Add monitoring version types 2019-07-26 14:51:32 -07:00
Dan Ramich
839eead94c
Merge pull request #911 from rmweir/wait-timeout-fix
Wait timeout fix
2019-07-25 10:01:25 -07:00
orangedeng
6f21918797 go generate 2019-07-24 19:00:38 -07:00
orangedeng
fec9589dd3 Add Windows prefer field to cluster
**Problem:**
We don't have a specific field for windows prefered cluster.
So UI has to guess the cluster support windows node or not.
2019-07-24 19:00:38 -07:00
orangedeng
f277b4895a Add taints field to node type
- Add desiredNodeTaints feilds to node.
- Add nodeTaints field to node pool.
- Add nodeTaints field to node template.
2019-07-24 19:00:38 -07:00
orangedeng
197b45db42 Add taints field into rke node config 2019-07-24 19:00:38 -07:00
gitlawr
b9d6b98174 Bump pipeline-tools image to v0.1.10 2019-07-22 19:55:20 -07:00
orangedeng
01e479069c go generate 2019-07-22 19:45:30 -07:00
orangedeng
35112c6ee7 Introduce APIService resource to Rancher 2019-07-22 19:45:30 -07:00
orangedeng
62d70fb549 Update vendor for kube-aggregator 2019-07-22 19:45:30 -07:00
orangedeng
ceafd174fc Add ScalingLimited condition to status map
The hpa condition ScalingLimited should be in reverseErrorMap.
It means the the hps object is currently not able to scale due to
the scaling speed is too high.
2019-07-22 19:45:11 -07:00
rmweir
e254a9ecb7 go generate 2019-07-22 16:50:28 -07:00
rmweir
bcc4494b9a Add timeout and wait to apps
Added timeout and wait fields to apps. Prior, there was no way for
rancher to utilize helm's timeout and wait flags. Now, values for
these flags can be read from and assigned to their respective app
fields.
2019-07-22 16:47:10 -07:00
gitlawr
897c9b5d95 go generate 2019-07-22 16:47:05 -07:00
gitlawr
d5b5108ddb Correct schedulerName, priority and priorityClassName fields 2019-07-22 16:47:05 -07:00
gitlawr
c8c22eccbd go generate 2019-07-22 16:20:21 -07:00
gitlawr
9e9f110be1 Bring back host field in HttpGet probe
Problem:
On redeploy/UI update, httpGet.host in yaml manifest is removed.

Solution:
Bring it back in API scheme
2019-07-22 16:20:21 -07:00
Alena Prokharchyk
4f65b5d2da Ingress name type to hostname 2019-07-22 12:33:13 -07:00
Prachi Damle
aa57f8af4e Generated changes 2019-07-19 11:37:59 -07:00
Prachi Damle
5b8362efd4 Drop Enforced flag from ClusterTemplate, add ClusterTemplate Questions on ClusterSpec 2019-07-19 11:37:59 -07:00
Sebastiaan van Steenis
7aea84d554 Generated code 2019-07-19 11:37:06 -07:00
Sebastiaan van Steenis
76b4f078af Add s3 folder option 2019-07-19 11:37:06 -07:00
moelsayed
8c592cf98f remove required 2019-07-15 16:22:23 -07:00
kinarashah
d8241faa37 go generate 2019-07-15 15:28:42 -07:00
kinarashah
80ba3fa874 add refresh action 2019-07-15 15:28:42 -07:00