1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00
Commit Graph

1190 Commits

Author SHA1 Message Date
Rajashree Mandaogane
054202acf6 Revert "[2.4] Add UserInfo field to UserAttributes" 2020-05-29 09:56:15 -07:00
rawmind0
a34b8354fd [Fix] Updated bool fields with default=true to *bool, to be usable from client. Go generated files 2020-05-28 21:59:47 +02:00
rawmind0
cd333fe783 [Fix] Updated bool fields with default=true to *bool, to be usable from client. Go types files 2020-05-26 23:17:45 +02:00
rajashree
656597e0ba Generated changes 2020-05-22 11:14:41 -07:00
rajashree
795144ee9b Add UserInfo field to UserAttributes 2020-05-22 11:12:43 -07:00
Caleb Bron
3fe1e8b5b7 Istios UseSourceIP must be nullable or it fails LBs validation
You can have only one ConsistentHashLB setting, and since useSourceIp
was not nullable and defaulting to false, it was always getting
set. Meaning setting any of the either two would fail validation.
This PR turns bool to pointer, making it nullable.
See: https://archive.istio.io/v1.4/docs/reference/config/networking/destination-rule/#LoadBalancerSettings-ConsistentHashLB
2020-05-20 16:30:05 -07:00
Dax McDonald
d7e9caf6bf Add k3os cluster driver constant 2020-04-10 09:58:45 -07:00
Dan Ramich
6a7ab5c55c Add nodeCount to clusterStatus 2020-04-07 09:06:31 -07:00
GGGitBoy
29ff83f968 Set Field 'Me' to nocreate and noupdate 2020-04-04 06:59:46 -07:00
Darren Shepherd
796254da08 Update generated code 2020-03-26 15:46:25 -07:00
rajashree
5e7b91198f Copy k8s updateStrategy structs 2020-03-26 15:45:02 -07:00
rajashree
49d9d8e3ae Change nodeDrainInput default timeout to 120 2020-03-20 17:33:14 -07:00
Daishan
85263a52d2 Move CIS annotation to status 2020-03-18 21:40:55 -07:00
Brenda Rearden
2a9d100355 Add new condition 2020-03-11 10:46:03 -07:00
rmweir
0dcfecbc5e Prevent less than 1 concurrency 2020-03-09 18:02:06 -07:00
rmweir
5295402060 Add description field to feature status 2020-03-08 18:03:31 -07:00
kinarashah
37f04dbaa0 go generate 2020-03-06 09:06:54 -07:00
kinarashah
b0a442020d fields for rke worker node upgrade 2020-03-06 09:06:54 -07:00
rmweir
8a6aadfa08 Add server/worker drain fields to k3sConfig 2020-03-06 07:08:55 -07:00
Brenda Rearden
434c986d3f Generate code 2020-03-04 13:32:21 -07:00
Brenda Rearden
bd3290eba6 Add helm version to catalog,templates,apps 2020-03-04 13:32:21 -07:00
Sebastiaan van Steenis
300a04e6f7 Merge pull request #1114 from superseb/correct_ip_address
Correct YAML ip_address for JSON ipAddress
2020-03-03 17:28:37 +01:00
Darren Shepherd
92d62b9077 Add more ObjectClusterName implementations 2020-03-03 09:17:05 -07:00
Sebastiaan van Steenis
1109b12445 Correct YAML ip_address for JSON ipAddress 2020-03-03 14:02:18 +01:00
Daishan
4e59c20795 Revert pipeline changes 2020-03-02 23:12:46 -07:00
Dax McDonald
da0de2cf9d Merge pull request #1109 from daxmc99/update_k3s_types
Update k3s types to make version a string
2020-03-02 14:31:09 -07:00
Sebastiaan van Steenis
b2b94dc65a Merge pull request #1111 from superseb/nodelocal_addonoptions
Extend nodelocal with common addon options
2020-03-02 19:26:52 +01:00
Dan Ramich
52c563d794 Add ObjClusterName to objects 2020-03-02 09:36:29 -07:00
Sebastiaan van Steenis
477843b9f1 generated data 2020-03-02 16:55:26 +01:00
Sebastiaan van Steenis
e8490487cd Extend nodelocal with common addon options
Align nodelocal with other addons by adding upgradeStrategy and nodeSelector
2020-03-02 15:52:07 +01:00
Dax McDonald
711984f3d8 Update k3s types to make version a string 2020-02-28 18:37:29 -07:00
rajashree
3f272745ec Add maxUnavailable field for controlplane nodes 2020-02-26 13:39:53 -08:00
Luther Monson
ec30c7e870 adding k8s version and cluster object to backup 2020-02-24 15:03:08 -07:00
Daishan Peng
0cbd16146c Merge pull request #1093 from StrongMonkey/update-rancher-pipeline-images
Update rancher pipeline images
2020-02-24 13:42:01 -07:00
Brenda Rearden
4d6eb5af86 Merge pull request #1095 from brendarearden/helm3-upgrade
Add helm version
2020-02-24 11:00:14 -07:00
Dax McDonald
1c5d0bee5a Generated code for k3s config types 2020-02-24 10:16:46 -07:00
Dax McDonald
961aac3e74 Types for k3s Rancher integration
This updates the cluster object with support for k3s clusters.
The K3sConfig type also includes an embedded struct to handle upgrading.
2020-02-24 10:16:43 -07:00
Brenda Rearden
50fc1411d2 Add helm version 2020-02-23 18:22:54 -07:00
Murali Paluru
3455ef4f91 Merge pull request #1087 from leodotcloud/cis
CIS changes: cis-1.5, profiles, schedule, alerts
2020-02-22 22:41:34 +05:30
Daishan
3f3e435df3 Update rancher pipeline images 2020-02-21 15:23:42 -07:00
Murali Paluru
2a517d6e08 generated changes 2020-02-21 23:10:00 +05:30
Murali Paluru
36ee6103df cis: schedule, alerts, profiles 2020-02-21 23:06:42 +05:30
rmweir
2eaa9b5bc7 Merge pull request #1042 from rmweir/add-binding-tags
Add tags to CRTBs and PRTBs
2020-02-20 10:21:36 -07:00
Dan Ramich
fdb0217d60 Merge pull request #1051 from XianglongLuo/notifiersmtp
Update notifier fields type
2020-02-18 14:08:36 -07:00
Rajashree Mandaogane
dc762fc27c Merge pull request #1036 from mrajashree/addons_scale_update
Make updateStrategy and replicas configurable for addons
2020-02-18 11:13:31 -08:00
rajashree
823d88a23f Generated changes 2020-02-18 08:58:46 -08:00
rajashree
d930fe035e Make updateStrategy and replicas configurable for addons 2020-02-18 08:58:46 -08:00
Dan Ramich
1fd17e4801 Merge pull request #1044 from XianglongLuo/wechat
Support API URL for WeChat notifier
2020-02-13 16:59:48 -07:00
rmweir
2a265274d3 Add tags to CRTBs and PRTBs 2020-02-13 16:20:40 -07:00
rmweir
8da85e8d3e go generate 2020-02-12 15:12:25 -07:00