1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 04:49:37 +00:00
Commit Graph

1605 Commits

Author SHA1 Message Date
Dan Ramich
37b6b2cc25 Vendor update 2019-11-11 12:38:03 -08:00
Alena Prokharchyk
9644e7bb84 Use default mapper for hostport conversion 2019-11-07 15:35:40 -08:00
Dan Ramich
e9d59cb739 Generated changes 2019-11-06 15:10:13 -08:00
Dan Ramich
679c1611db Add output for catalog refresh 2019-11-06 15:10:13 -08:00
Dan Ramich
c684e200ae
Merge pull request #1010 from prachidamle/save_template_action_master
[forwardport] Save template action on a cluster
2019-11-06 09:29:50 -08:00
Prachi Damle
cfefaef495 Vendor update 2019-11-05 22:43:10 -08:00
Prachi Damle
17b36cc929 Generated changes 2019-11-05 22:43:10 -08:00
Prachi Damle
81ad21d908 SaveAsTemplate action on cluster 2019-11-05 22:43:10 -08:00
Alena Prokharchyk
b4d1cf2048 generated data 2019-11-05 14:05:13 -08:00
Alena Prokharchyk
64fd6becd1 Respect natively set host port 2019-11-05 14:05:13 -08:00
Dan Ramich
1bb83aca99
Merge pull request #1022 from rmweir/add-psp-enabled-2.4
[Fordward port]: Add psp enabled 2.4
2019-11-04 10:38:54 -08:00
rmweir
2810825a9f go generate 2019-11-04 10:05:32 -07:00
rmweir
17f9689023 Add PspEnabled field to cluster capabilities
Added PspEnabled field to cluster capabilities. It is necessary to
track this value to determine if pod policies can be configured.
2019-11-04 10:05:32 -07:00
Sebastiaan van Steenis
4ba6690e19 go generate 2019-10-30 13:03:39 -07:00
Sebastiaan van Steenis
c069c58490 Add generate serving certificate for kubelet 2019-10-30 13:03:39 -07:00
Murali Paluru
4a33ba02d2 go generate changes 2019-10-30 12:23:58 -07:00
Murali Paluru
75bc3cf3f8 rke types 2019-10-30 12:23:58 -07:00
Murali Paluru
04a445d45f go mod changes 2019-10-30 12:23:58 -07:00
moelsayed
fb41976997 generated code 2019-10-29 13:45:50 -07:00
moelsayed
0223867195 Override encryption types in schema 2019-10-29 13:45:50 -07:00
moelsayed
560c2dd3d9 generated code 2019-10-29 13:45:50 -07:00
moelsayed
23159e917f add secrets encryption types 2019-10-29 13:45:50 -07:00
Prachi Damle
6a1ca1a57b Generated Changes 2019-10-25 11:55:59 -07:00
Prachi Damle
50f60a68b2 DockerCredential support auth and email 2019-10-25 11:55:59 -07:00
gitlawr
b554d6ed66 go generate 2019-10-18 12:02:57 -07:00
gitlawr
94267a93a7 Add Istio gateway to Rancher API 2019-10-18 12:02:57 -07:00
gitlawr
c4c5ca1581 Update images 2019-10-16 19:26:42 -07:00
kinarashah
ab3403a2c8 vendor update norman 2019-10-03 11:49:25 -07:00
rmweir
3aed94a405 Update pipeline tools to 0.1.14 2019-10-03 10:47:37 -07:00
kinarashah
bbd00336fe vendor update norman 2019-10-02 11:12:05 -07:00
kinarashah
6bbedae77a go generate 2019-09-30 09:56:50 -07:00
kinarashah
e224aa2b01 local changes for prometheus-operator update 2019-09-30 09:56:50 -07:00
kinarashah
ca76e0359d vendor change 2019-09-30 09:56:50 -07:00
Dan Ramich
eae85cf0ec
Merge pull request #988 from rancher/update-readme
Update README.md
2019-09-26 09:15:11 -07:00
Dax McDonald
1a582d5688
Update README.md
For go1.13 and beyond we next to explicitly disable go modules since it will be enabled for all go commands
2019-09-25 17:05:42 -07:00
Frank Mai
59fbe5e3a9 Go generated 2019-09-23 09:54:40 -07:00
Frank Mai
67078805df Change the json-tag of WindowsPodInfraContainer in RKESystemImages
**Problem:**
On air-gapped, the private registry could not apply to the pause image
of Windows kubelet. It seems the decoding of mapstructure doesn't
respect the json tag of the struct definition:
0ba3fd34cc/pkg/controllers/management/clusterprovisioner/provisioner.go (L751-L764)

**Solution:**
Correct the json-tag
2019-09-23 09:54:40 -07:00
gitlawr
55dc8a6c48 Update pipeline tools to 0.1.13 for cli 2.3.0-rc7 2019-09-17 10:20:18 -07:00
kinarashah
5fe258df56 correct path for credential annotation field name 2019-09-17 09:57:05 -07:00
kinarashah
2e67c63d1b set name annotation if name is empty
Issue: setting name doesn't work, because annotation_field mapper
overrides the name with field.cattle.io/name value
2019-09-16 18:03:29 -07:00
Darren Shepherd
4cf2c20529 Update generated code 2019-09-16 09:30:52 -07:00
Darren Shepherd
828ddcd4b6 Add MetadataUpdates field 2019-09-16 09:30:52 -07:00
michelia feng
e280b8a142 generate code 2019-09-13 09:52:11 -07:00
michelia feng
79c7a790de Remove alerting and logging image from system tools types because they deploy by system-charts now
Problem:
system tools is include in rancher-image.txt generated image list, legacy code cause useless image in rancher-image.txt

Solution:
remove logging and alert from tools image in rancher

Issue:
https://github.com/rancher/rancher/issues/22816
2019-09-13 09:52:11 -07:00
kinarashah
bba8483953 go generate 2019-09-11 15:16:59 -07:00
kinarashah
86c01d27a8 add displayName to cloud credential and mapper changes for it 2019-09-11 15:16:59 -07:00
Dan Ramich
e705052807
Merge pull request #971 from cbron/add-driver-to-nodepool-schema
Add driver to nodePool schema
2019-08-30 15:30:07 -07:00
Caleb Bron
a46b77689b Add driver to nodePool schema 2019-08-30 15:00:28 -07:00
gitlawr
e09365c769 Make node annotation editable 2019-08-30 10:53:43 -07:00
Dan Ramich
3aced2bfa2 Update APIs being used 2019-08-29 16:50:15 -07:00