Dan Winship
0683e55fc1
Add networking.k8s.io v1 API, with NetworkPolicy
2017-05-28 10:11:01 -04:00
Chao Xu
bc9b305f17
generated clients
2017-05-26 00:03:53 -07:00
Christoph Blecker
6681835b0c
Fix gofmt errors
2017-03-28 17:12:04 -07:00
Morgan Bauer
1d48c1a0d7
Remove defaults from string flags
...
- The default is printed automatically
- The string text did not match the actual default
2017-03-02 18:40:45 +00:00
Jess Frazelle
fe84363ce2
Add settings API and admission controller
...
export functions from pkg/api/validation
add settings API
add settings to pkg/registry
add settings api to pkg/master/master.go
add admission control plugin for pod preset
add new admission control plugin to kube-apiserver
add settings to import_known_versions.go
add settings to codegen
add validation tests
add settings to client generation
add protobufs generation for settings api
update linted packages
add settings to testapi
add settings install to clientset
add start of e2e
add pod preset plugin to config-test.sh
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-01 13:04:28 -08:00
deads2k
11e8068d3f
move pkg/fields to apimachinery
2017-01-19 09:50:16 -05:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Chao Xu
850729bfaf
include multiple versions in clientset
...
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
Janet Kuo
e9927664cf
Remove unnecessary dependency in client-gen
2016-10-27 17:25:10 -07:00
Michal Fojtik
aea9b486a0
clientgen: allow to pass custom apiPath when generating client sets
2016-10-06 11:27:29 +02:00
Daniel Smith
23fb528e0d
fixdef
2016-09-22 13:42:46 -07:00
Daniel Smith
2709f07c71
rewrite import paths
2016-09-22 13:42:46 -07:00
deads2k
b83a317003
switch controller manager to generated clientset
2016-09-20 12:53:47 -04:00
deads2k
713a0b038d
update missing generated client
2016-09-12 07:38:34 -04:00
deads2k
cd5b6cc491
move StorageClass to its own group
2016-09-06 08:41:17 -04:00
deads2k
32920b5617
add subjectaccessreviews resource
2016-08-05 11:20:56 -04:00
deads2k
60dd4a5d26
interesting changes to add tokenreviews endpoint to implement webhook
2016-08-03 08:37:45 -04:00
jianhuiz
41b409b24e
support included-types-overrides without version provided (group/type)
2016-07-21 14:00:35 -07:00
Wojciech Tyczynski
4d0d115690
Revert "add tokenreviews endpoint to implement webhook"
2016-07-21 09:40:35 +02:00
deads2k
2c4a9f2e8d
interesting changes to add tokenreviews endpoint to implement webhook
2016-07-20 15:11:56 -04:00
Wojciech Tyczynski
16bf8c4008
Unify logging in generators and avoid annoying logs.
2016-07-13 15:06:44 +02:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
George Tankersley
f8f7e7e3c7
codegen: add certificates group to generators
2016-06-28 12:05:41 -07:00
Eric Chiang
a3467a06cb
client-gen: allow doc comment to override API group name
2016-05-25 14:16:45 -07:00
nikhiljindal
73895c0418
Updating client-gen to support a user specified override on the resources to be included in generated client
2016-05-13 14:12:58 -07:00
Piotr Szczesniak
212b459817
Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling
2016-05-09 09:18:13 +02:00
Tim Hockin
7aff0f1486
Rename codecgen "testdata" dir so ugorji works
...
Go mistreats "testdata" and can't find vendor/ dirs.
2016-05-08 20:32:09 -07:00
jianhuiz
d169fa6864
generate v1alpha and unversioned clientset for federation/clusters
2016-04-28 16:27:22 -07:00
Maciej Szulik
a3b4447305
Move internal types of job from pkg/apis/extensions to pkg/apis/batch
2016-04-25 11:03:54 +02:00
Chao Xu
79c3d6683c
Client-gen: add fake clients to testoutput; in fake clients, fix the imports of packages that contains dots in the name
2016-04-19 10:55:01 -07:00
Chao Xu
08fc35018a
Client-gen: handle dotted package name
2016-04-14 10:04:58 -07:00
goltermann
a3104ba96c
Final vet fixes; enabling vet checks in verify scripts.
2016-04-13 13:51:51 -07:00
Chao Xu
0d37fbdff9
changes in client-gen
2016-03-29 14:49:12 -07:00
goltermann
32d569d6c7
Fixing all the "composite literal uses unkeyed fields" Vet errors.
2016-03-25 15:25:09 -07:00
Chao Xu
f5ed9b3cd9
ignore verify-only flag
2016-03-14 10:28:20 -07:00
Chao Xu
d83175571d
include the client-gen arguments in the generated files
2016-03-14 10:28:20 -07:00
Chao Xu
ad46715f51
generate fake client for release_1_2
2016-02-17 16:10:02 -08:00
Chao Xu
1c84552757
generate the versioned clientset
2016-02-10 17:22:46 -08:00
k8s-merge-robot
2ec49efd54
Merge pull request #19945 from Clarifai/fix-formatting
...
Auto commit by PR queue bot
2016-02-09 16:05:00 -08:00
Chao Xu
184440f8ef
rename release_1_2 to internalclientset
2016-02-05 14:02:28 -08:00
Chao Xu
1b047f8e67
rename legacy to core
2016-02-04 14:26:56 -08:00
Chao Xu
f9f5736b01
grep sed
2016-02-03 13:06:07 -08:00
Rudi Chiarito
a0831a2378
Mass fix of Infof and co. missing the trailing "f", even when formatting placeholders are used
2016-02-03 11:34:59 -05:00
nikhiljindal
2ad642d370
Merge registered and latest and move to apimachinery
2016-01-21 14:42:21 -08:00
Chao Xu
fb81b2278e
client-gen now generates the fake client.
2016-01-19 17:27:17 -08:00
Chao Xu
64083a0576
Generate the clientset
2016-01-12 11:30:04 -08:00
Chao Xu
b61c9a4cf3
output of client-gen
2015-12-17 23:42:16 -08:00
Chao Xu
05e3cb8bfb
adding a mock.testType to test the generated client code
2015-12-14 11:24:44 -08:00
Chao Xu
8d00e3514a
add generator for group's client
2015-11-27 16:03:38 -08:00
Chao Xu
ff099bd460
First step of adding clinet-gen: add the generator that generates client code
...
for top-level types.
2015-11-25 10:06:31 -08:00