Ryan Sanna
02238b1693
relax name validation on several types
2020-06-05 10:21:27 -07:00
rawmind0
7aaf7f29d0
[Fix] Updated bool fields with default=true to *bool, to be usable from client. Go generated files
2020-06-02 19:43:11 +02:00
rawmind0
04df33ba8f
[Fix] Updated bool fields with default=true to *bool, to be usable from client. Go types files
2020-06-02 19:43:11 +02:00
Rajashree Mandaogane
99c476ae99
Revert "Add UserInfo field to UserAttributes"
2020-05-29 09:55:52 -07:00
Rajashree Mandaogane
0db99d3f04
Merge pull request #1145 from mrajashree/userattrib
...
Add UserInfo field to UserAttributes
2020-05-22 11:12:07 -07:00
rajashree
e91aac4ad5
Generated changes
2020-05-20 15:41:53 -07:00
rajashree
84e14a918e
Add UserInfo field to UserAttributes
2020-05-20 15:41:53 -07:00
Caleb Bron
048e08ca75
Merge pull request #1142 from cbron/istio-dest-rule-lb-nullable
...
Istios UseSourceIP must be nullable or it fails LBs validation
2020-05-18 15:54:35 -07:00
Darren Shepherd
f477d5d0b2
Update generated code
2020-05-16 22:12:46 -07:00
Darren Shepherd
dfbf460320
Rename types to match the wrongly capitalized CRD
...
The CRDs for these types got created with the wrong capitalization for
the kind. GlobalDNS was created as GlobalDns. In order to make the
codename match the CRD we've renamed them to the wrong capitalization.
2020-05-15 17:42:44 -07:00
Caleb Bron
d421c6e7b3
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-14 14:42:31 -07:00
Dax McDonald
90457ac606
Add k3os cluster driver constant
2020-04-07 17:08:31 -07:00
Dan Ramich
8ea2f8f686
Add nodeCount to clusterStatus
2020-04-06 09:22:02 -07:00
GGGitBoy
7a787b3549
Set Field 'Me' to nocreate and noupdate
2020-04-04 06:58:32 -07:00
rajashree
63c228203c
Copy k8s updateStrategy structs
2020-03-26 15:33:46 -07:00
rajashree
888c728bb0
Generated changes
2020-03-26 15:33:46 -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