k3s/pkg/api
Clayton Coleman a84e62d9e6
Change ObjectKind signature to avoid allocations
We don't need to pass a pointer into SetGroupKindVersion() - a
struct works just as well.
2016-05-12 10:10:35 -04:00
..
annotations move server client shared annotations to new api/annotations package 2016-05-09 11:10:44 -07:00
endpoints Added Hostname and Subdomain field to Pod.Spec 2016-04-28 10:56:56 -07:00
errors Vet fixes, mostly pass lock by value errors. 2016-04-06 11:27:40 -07:00
install Avoid allocations and a reflect.Call in conversion 2016-04-26 16:42:12 -04:00
meta Change ObjectKind signature to avoid allocations 2016-05-12 10:10:35 -04:00
pod Fix the rest of the code 2016-04-29 17:12:10 -04:00
resource Run codegen and codecgen 2016-05-11 17:15:55 -07:00
rest Merge pull request #23490 from wojtek-t/remove_set_from_storage_interface 2016-04-13 14:22:05 -07:00
service LB Source Ranges: Move validation into API layer 2016-03-03 10:27:17 -05:00
testapi enable batch/v2alpha1 tests 2016-05-10 22:40:24 +02:00
testing Merge pull request #25279 from piosz/hpa-ga 2016-05-11 13:19:42 -07:00
unversioned Change ObjectKind signature to avoid allocations 2016-05-12 10:10:35 -04:00
util "experimental" -> "extensions" 2015-10-09 15:14:03 -07:00
v1 Merge pull request #24459 from fgrzadkowski/unschedulable_pod 2016-05-12 05:54:06 -07:00
validation Change ObjectKind signature to avoid allocations 2016-05-12 10:10:35 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
context.go New etcd client modifications part 1 (context support) 2015-10-12 08:45:49 -05:00
context_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
conversion.go Small improvements in conversion generator 2016-04-05 02:10:23 +02:00
conversion_test.go Slightly more effective conversion test (better variety) 2016-04-27 23:11:25 -04:00
copy_test.go Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
deep_copy_generated.go Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
deep_copy_test.go Switch API objects to not register per version codecs 2016-01-22 01:10:21 -05:00
doc.go Cleanup the content of deprecated V1beta1 2015-11-06 13:42:51 +08:00
field_constants.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
generate.go rewrite go imports 2015-08-05 17:30:03 -07:00
generate_test.go
helpers.go Merge pull request #24247 from sdminonne/service_loadbalancer_quotas 2016-04-23 10:22:45 -07:00
helpers_test.go Change "speter.net/go/exp/math/dec/inf" dependency 2016-05-11 17:01:28 -07:00
mapper.go changed NewDefaultRESTMapper to check for a partial package path 2016-02-23 04:24:01 -08:00
meta.go Switch api.ObjetaMetaFor to meta.Accessor 2016-03-31 17:52:31 +02:00
meta_test.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
node_example.json Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
pod_example.json Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
ref.go Change ObjectKind signature to avoid allocations 2016-05-12 10:10:35 -04:00
ref_test.go register internal types with scheme for reference unit test 2016-03-12 19:06:20 -05:00
register.go Handle streaming serializers more consistently 2016-04-22 11:07:24 -04:00
replication_controller_example.json Merge pull request #10604 from nikhiljindal/v1 2015-07-01 15:54:17 -07:00
requestcontext.go
resource_helpers.go Add pod condition PodScheduled to detect situation 2016-05-12 10:21:21 +02:00
resource_helpers_test.go Make default format right for nil values 2016-02-15 13:55:33 -05:00
serialization_proto_test.go Add a proto full decode benchmark 2016-05-07 11:55:31 -04:00
serialization_test.go Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
types.generated.go Run codegen and codecgen 2016-05-11 17:15:55 -07:00
types.go Merge pull request #24459 from fgrzadkowski/unschedulable_pod 2016-05-12 05:54:06 -07:00