1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 02:10:48 +00:00
Commit Graph

1818 Commits

Author SHA1 Message Date
Ryan Sanna
fe03f32597
Merge pull request #1159 from ryansann/resource-name-validation
Relax Resource Name Validation - ConfigMaps, Secrets, PVs, PVCs
2020-06-25 10:41:56 -07:00
Sebastiaan van Steenis
d21f6b7b59
Merge pull request #1162 from superseb/add_dockerinfo_selinux
Add SELinux related params to DockerInfo
2020-06-09 19:19:39 +02:00
Sebastiaan van Steenis
985b8fe4fc go generate 2020-06-09 16:57:12 +02:00
Sebastiaan van Steenis
79d36fe1b5 Add InitBinary/SecurityOptions to DockerInfo 2020-06-09 13:08:20 +02:00
Ryan Sanna
02238b1693 relax name validation on several types 2020-06-05 10:21:27 -07:00
Dan Ramich
12f6c09793
Merge pull request #1149 from rawmind0/master-apibool
Updated api bool fields with default=true to *bool, to be usable from client
2020-06-02 11:07:23 -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
29fa023a5b
Merge pull request #1154 from rancher/revert-1145-userattrib
Revert "Add UserInfo field to UserAttributes"
2020-05-29 11:00:20 -07:00
Rajashree Mandaogane
99c476ae99
Revert "Add UserInfo field to UserAttributes" 2020-05-29 09:55:52 -07:00
Darren Shepherd
57a315b44c
Merge pull request #1153 from ibuildthecloud/master
Move github.com/rancher/rancher/pkg/namespace to types
2020-05-28 14:12:10 -07:00
Darren Shepherd
2ca5754481 Move github.com/rancher/rancher/pkg/namespace to types
The namespace package contains constants that need to be used
globally so moving to types to other go modules can depend on it.
2020-05-28 14:02:47 -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
ecd764720a
Merge pull request #1144 from ibuildthecloud/master
Refactor to using a shared controller factory between wrangler and norman
2020-05-16 22:41:42 -07:00
Darren Shepherd
dded8313ac Allow purposely mis-capitalized type 2020-05-16 22:18:35 -07:00
Darren Shepherd
f477d5d0b2 Update generated code 2020-05-16 22:12:46 -07:00
Darren Shepherd
8d8abc899c Update vendor 2020-05-16 22:12:43 -07:00
Darren Shepherd
02e11aeb41 Refactor to using a shared controller factory between wrangler and norman 2020-05-15 17:43:34 -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
8b729a8f3a
Merge pull request #1135 from daxmc99/k3os_cluster_driver
Add k3os cluster driver constant
2020-04-10 09:51:08 -07:00
Dax McDonald
90457ac606 Add k3os cluster driver constant 2020-04-07 17:08:31 -07:00
Dan Ramich
bd140b76a4
Merge pull request #1133 from dramich/nodecount
Add nodeCount to clusterStatus
2020-04-07 08:49:53 -07:00
Dan Ramich
cf7eab7969 Generated changes 2020-04-06 09:22:15 -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
Darren Shepherd
784a390255
Merge pull request #1132 from ibuildthecloud/master
Move dialer interface to DialContext
2020-04-03 10:56:48 -07:00
Darren Shepherd
983b49fdd3 Move dialer interface to DialContext 2020-04-03 09:23:16 -07:00
Darren Shepherd
a36e8d2479
Merge pull request #1126 from ibuildthecloud/master
Update to k8s 1.18
2020-03-27 13:38:38 -07:00
Darren Shepherd
19b8e21bfa Update to go 1.13 2020-03-27 13:30:08 -07:00
Darren Shepherd
438c299ece Update generated code for k8s 1.18 2020-03-26 15:43:49 -07:00
Darren Shepherd
0cb9d9a237 Update vendor 2020-03-26 15:43:49 -07:00
Rajashree Mandaogane
0d1e1dcc8d
Merge pull request #1127 from mrajashree/updStrategy
Copy k8s updateStrategy into new type
2020-03-26 15:42:35 -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 Mandaogane
131b470971
Merge pull request #1124 from mrajashree/drainTimeout
Change nodeDrainInput default timeout to 120
2020-03-20 18:06:55 -07:00
rajashree
49d9d8e3ae Change nodeDrainInput default timeout to 120 2020-03-20 17:33:14 -07:00
Daishan Peng
36d43b5937
Merge pull request #1123 from StrongMonkey/cis-fix
Move CIS annotation to status
2020-03-19 08:48:46 -07:00
Daishan
2e7fd669bf Generated changes 2020-03-18 21:53:14 -07:00
Daishan
85263a52d2 Move CIS annotation to status 2020-03-18 21:40:55 -07:00
Brenda Rearden
14e9ee6d63
Merge pull request #1121 from brendarearden/catalog-types-update
Catalog types update
2020-03-11 18:04:55 -07:00
Brenda Rearden
2a9d100355 Add new condition 2020-03-11 10:46:03 -07:00
rmweir
93eb468902
Merge pull request #1122 from rmweir/check-concurrency
Prevent less than 1 concurrency
2020-03-09 18:49:05 -07:00
rmweir
0dcfecbc5e Prevent less than 1 concurrency 2020-03-09 18:02:06 -07:00
rmweir
ad773344a3
Merge pull request #1120 from rmweir/add-feature-description
Add feature description
2020-03-09 12:13:55 -07:00
rmweir
70911da429 go generate 2020-03-08 18:06:05 -07:00
rmweir
5295402060 Add description field to feature status 2020-03-08 18:03:31 -07:00