1
0
mirror of https://github.com/rancher/types.git synced 2025-08-05 22:43:27 +00:00
Commit Graph

1215 Commits

Author SHA1 Message Date
rawmind0
9ec408a78e [2.4] Added timeout field to BackupConfig type 2021-01-18 15:34:10 +01:00
Steven Crespo
84f3a507ba Revert "Merge pull request #1190 from PennyScissors/relv24-fix-var-interpolation"
This reverts commit 0d90dc3a07, reversing
changes made to 98055cdcb6.
2021-01-14 13:40:49 -08:00
Sebastiaan van Steenis
76c78fdb64 go generate 2021-01-12 22:56:56 +01:00
Sebastiaan van Steenis
e0ccc40060 Add tolerations option to addons 2021-01-12 21:22:39 +01:00
Steven Crespo
7d11888f1e Fix env variable interpolation
- Add new type EnvironmentVar to emulate k8s' EnvVar type structure with
an EnvironmentFrom nested type (EnvironmentFrom represents everything
relevant in k8s' EnvVarSource type)
- Modify env mapper to store environmental variables in an array of
EnvironmentVar types to preserve their order (variables of type EnvFromSource
are still kept separate like upstream).
2020-12-25 22:19:49 -08:00
mrajashree
2f4341cb94 Add starttls option for ldap and AD 2020-12-22 16:35:53 -08:00
Caleb Bron
a647a415b0
Revert "Revert "Adds options to global DNS [types-2.4]"" 2020-11-23 21:12:14 -07:00
Caleb Bron
2d0641c665
Revert "Adds options to global DNS [types-2.4]" 2020-11-23 21:08:02 -07:00
Caleb Bron
69233689fc generated 2020-11-20 16:56:51 -07:00
Caleb Bron
7660e77e53 Adds options to global DNS 2020-11-20 16:56:42 -07:00
Sebastiaan van Steenis
3eb9846de8 Ability to change network mode/ports for ingress 2020-10-21 19:51:49 +02:00
kinarashah
1fae495895 update default for ignoreDaemonSets 2020-09-18 11:24:42 -07:00
kinarashah
0196014d85 go generate 2020-08-04 15:56:52 -07:00
kinarashah
cf6aad45fb add fields for kubeconfig saml tokens 2020-08-04 15:56:52 -07:00
Luther Monson
ae84b42a47
Merge pull request #1174 from luthermonson/wins
win_ Params for RKE
2020-07-23 15:40:53 -07:00
Luther
2316279385 generated 2020-07-20 18:59:30 -07:00
Steven Crespo
2ff34b8911 Bump minio version 2020-07-13 23:09:01 -07:00
Luther
cbc40e5210 wins params 2020-07-09 13:58:59 -07:00
maggieliu
b9650ec99a
Merge pull request #1167 from GGGitBoy/alert-enhance-pr-2.4
[2.4.6] Add DingtalkConfig and MicrosoftConfig for notifiers
2020-07-07 10:29:26 -07:00
Ryan Sanna
34259a45e4
Merge pull request #1160 from ryansann/resource-name-validation-backport-2.4
[2.4] Backport Relax Resource Name Validation - ConfigMaps, Secrets, PVs, PVCs
2020-06-26 10:01:00 -07:00
GGGitBoy
bc09c04150 go generate 2020-06-24 11:12:14 +08:00
GGGitBoy
b85c9948ed Add notifiers Dingtalk and Microsoft Teams 2020-06-24 11:07:27 +08:00
Sebastiaan van Steenis
f9b99ee437 go generate 2020-06-09 18:43:37 +02:00
Sebastiaan van Steenis
170bcc77a5 Add InitBinary/SecurityOptions to DockerInfo 2020-06-09 18:39:19 +02:00
Ryan Sanna
9ac3f4c770 relax name validation on several types 2020-06-05 12:59:41 -07:00
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