kubernetes/pkg/kubectl
Antoine Pelisse f2e2a930f9 dry-run: Verify if the object supports dry-run
For each object, first we verify if they have a dryRun parameter in the
openapi for the patch verb. If we can't find the object, we assume that
CRD will behave like "namespace". So we check if namespace supports
dryRun. If it does, then we verify that the resource is a CRD.
2018-10-10 08:56:09 -07:00
..
apply Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
apps Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
cmd dry-run: Verify if the object supports dry-run 2018-10-10 08:56:09 -07:00
explain Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
metricsutil add flag --no-headers to kubectl top ... 2018-08-30 19:22:06 +08:00
polymorphichelpers kubectl remove references to internal version of resources 2018-09-28 10:34:53 -07:00
proxy Enable kubectl proxy to set tcp keepalive 2018-06-25 11:03:05 +08:00
scheme Remove legacyscheme by adding ParameterCodec to kubectl scheme 2018-09-13 14:37:30 -07:00
util Log real file's name and line 2018-08-11 14:57:45 +02:00
validation Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
.import-restrictions Move scheduler cache interface and implementation to pkg/scheduler/internal/cache 2018-10-06 20:48:59 +08:00
apply.go remove confusing flexibility for metadata interpretation 2018-04-23 13:31:55 -04:00
autoscale_test.go update the import file for move util/pointer to k8s.io/utils 2018-07-27 19:47:02 +08:00
autoscale.go
BUILD kubectl rollback: remove legacyscheme dependency 2018-10-04 13:13:32 -07:00
clusterrolebinding_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
clusterrolebinding.go
conditions.go Remove dependency on internal version of resource 2018-09-13 17:32:52 -07:00
configmap_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
configmap.go
deployment_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
deployment.go
doc.go
env_file_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
env_file.go
generate_test.go K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
generate.go
history_test.go
history.go kubectl: Use apps/v1 Deployment/ReplicaSet. 2018-05-22 13:43:06 -07:00
interfaces.go
namespace_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
namespace.go
OWNERS add labels to kubectl OWNERS files 2018-08-22 00:40:54 +03:00
pdb_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
pdb.go
priorityclass_test.go fix kubectl create priorityclass failure bug 2018-07-02 15:03:22 +08:00
priorityclass.go fix kubectl create priorityclass failure bug 2018-07-02 15:03:22 +08:00
quota_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
quota.go
rolebinding_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
rolebinding.go
rollback_test.go
rollback.go kubectl rollback: remove duplicated code for printing pod template 2018-10-08 15:39:16 -07:00
rolling_updater_test.go kubectl rolling-updater test: remove testapi and core testing dependency 2018-10-02 14:19:13 -07:00
rolling_updater.go switching rolling update to external clients 2018-08-03 13:18:14 -04:00
rollout_status_test.go Remove unused client in rollout status 2018-09-26 13:12:35 -07:00
rollout_status.go Remove unused client in rollout status 2018-09-26 13:12:35 -07:00
run_test.go Merge pull request #64938 from brendandburns/todo2 2018-06-21 04:15:08 -07:00
run.go Remove an old TODO. 2018-06-11 13:04:32 -07:00
scale_test.go Move dependency from k/k/pkg/apis/core to staging 2018-08-10 12:56:03 -07:00
scale.go Adding scale error retries 2018-06-12 11:23:16 +02:00
secret_for_docker_registry_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
secret_for_docker_registry.go
secret_for_tls_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
secret_for_tls.go Merge pull request #67713 from liggitt/process-substitution 2018-08-22 23:04:26 -07:00
secret_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
secret.go remove versioned printer 2018-05-17 17:20:54 -04:00
service_basic_test.go
service_basic.go
service_test.go Update gofmt for go1.11 2018-10-05 12:59:38 -07:00
service.go
serviceaccount_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
serviceaccount.go
sorter_test.go kubectl replace legacyscheme with kubectl scheme in two tests 2018-09-27 13:58:31 -07:00
sorter.go add prototype sorting for table rows 2018-08-30 16:09:05 -04:00