issues
search
imdone
/
kubernetes
Production-Grade Container Scheduling and Management
http://kubernetes.io
Apache License 2.0
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TODO updates by @imdone
#4098
piascikj
closed
7 years ago
0
extend this to unknown resources with a client pool
#4097
piascikj
opened
7 years ago
0
fix the server code to avoid this
#4096
piascikj
opened
7 years ago
0
ObjectReference is copied from k8s.io/kubernetes/pkg/api/types.go. We
#4095
piascikj
opened
7 years ago
0
Make this configurable.
#4094
piascikj
opened
7 years ago
0
have a "real" external address
#4093
piascikj
opened
7 years ago
0
unregister group level discovery when there are no more versions for the group
#4092
piascikj
opened
7 years ago
0
remove Comments and use DocComments everywhere.
#4091
piascikj
opened
7 years ago
0
include function signature
#4090
piascikj
opened
7 years ago
0
add to name test
#4089
piascikj
opened
7 years ago
0
sort imports like goimports does.
#4088
piascikj
opened
7 years ago
0
This is too ad-hoc. We need a better way.
#4087
piascikj
opened
7 years ago
0
Implement it when necessary.
#4086
piascikj
opened
7 years ago
0
move into upstream gogo-protobuf once https://github.com/gogo/protobuf/issues/181
#4085
piascikj
opened
7 years ago
0
when we enable proto3, also include other fundamental types in the google.protobuf package
#4084
piascikj
opened
7 years ago
0
Inefficient conversion - can we improve it?\n", nil)
#4083
piascikj
opened
7 years ago
0
Add support for aliases.
#4082
piascikj
opened
7 years ago
0
Consider generating functions for other kinds too.
#4081
piascikj
opened
7 years ago
0
This is too ad-hoc. We need a better way.
#4080
piascikj
opened
7 years ago
0
Figure out schemantic for deleting a sub-resource (what arguments
#4079
piascikj
opened
7 years ago
0
Figure out schemantic for deleting a sub-resource (what arguments
#4078
piascikj
opened
7 years ago
0
extend this to unknown resources with a client pool
#4077
piascikj
opened
7 years ago
0
replace with Ticker (and add to clock) so this can be cleaned up.
#4076
piascikj
opened
7 years ago
0
should take a meta.Interface see http://issue.k8s.io/7127
#4075
piascikj
opened
7 years ago
0
introduce other types of paging functions - such as those that retrieve from a list
#4074
piascikj
opened
7 years ago
0
This behavior changed with https://github.com/imdario/mergo/commit/d304790b2ed594794496464fadd89d2bb266600a.
#4073
piascikj
opened
7 years ago
0
(jlowdermilk): remove this after eliminating downstream dependencies.
#4072
piascikj
opened
7 years ago
0
This is no worse than before, since reflectors were backed by unbounded DeltaFIFOs, but
#4071
piascikj
opened
7 years ago
0
(lavalamp): This may be racy-- we aren't properly locked
#4070
piascikj
opened
7 years ago
0
(lavalamp): I believe there is a possible race only when using an
#4069
piascikj
opened
7 years ago
0
Consider doing the processing in parallel. This will require a little thought
#4068
piascikj
opened
7 years ago
0
Currently we're handling subresource creation as an update
#4067
piascikj
opened
7 years ago
0
Is this obsoleted by the discovery client?
#4066
piascikj
opened
7 years ago
0
Should we clean the original response if it exists?
#4065
piascikj
opened
7 years ago
0
switch to using cluster DNS.
#4064
piascikj
opened
7 years ago
0
read/persist client configuration(OS_XXX env vars) in config
#4063
piascikj
opened
7 years ago
0
MODIFY THIS METHOD so that it checks for the podTemplateSpecHash label
#4062
piascikj
opened
7 years ago
0
This is a temporary arrangement and will be removed once all clients are moved to use the clientset.
#4061
piascikj
opened
7 years ago
0
this is producing unsafe guesses that don't actually work, but it matches previous behavior
#4060
piascikj
opened
7 years ago
0
extend this to unknown resources with a client pool
#4059
piascikj
opened
7 years ago
0
Inefficient conversion - can we improve it?
#4058
piascikj
opened
7 years ago
0
s
#4057
piascikj
opened
7 years ago
0
, think of a way to avoid checking on every service manipulation
#4056
piascikj
opened
7 years ago
0
this should properly handle content type negotiation
#4055
piascikj
opened
7 years ago
0
store the parameter names, not just types.
#4054
piascikj
opened
7 years ago
0
need to store array length, otherwise raw type name
#4053
piascikj
opened
7 years ago
0
add to name test
#4052
piascikj
opened
7 years ago
0
bikeshed about whether it's more readable to have an
#4051
piascikj
opened
7 years ago
0
The client will NOT resort to live lookups on cache misses.
#4050
piascikj
opened
7 years ago
0
client-go doesn't provide a registry. client-go does registers the
#4049
piascikj
opened
7 years ago
0
Next