.. |
create.go
|
Fix inconsistent validation of -f or -k flag in kubectl create command
|
2024-05-22 15:36:28 -04:00 |
create_clusterrole.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_clusterrole_test.go
|
kubectl: use bytes.Buffer.String
|
2023-06-04 15:45:24 +02:00 |
create_clusterrolebinding.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_clusterrolebinding_test.go
|
Fix int->string casts
|
2020-07-24 11:13:07 -04:00 |
create_configmap.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_configmap_test.go
|
Replace os.Setenv with testing.T.Setenv in tests
|
2023-04-15 10:09:47 -05:00 |
create_cronjob.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_cronjob_test.go
|
Fix batch/v1 CronJob support in create, describe and polymorphichelpers
|
2021-03-09 09:44:02 +01:00 |
create_deployment.go
|
making suggested changes
|
2023-11-30 13:09:54 +05:30 |
create_deployment_test.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_ingress.go
|
Update CLI help text for grammar and consistency
|
2023-06-12 15:55:59 -04:00 |
create_ingress_test.go
|
code cleanup for kubectl
|
2021-04-12 10:45:08 +08:00 |
create_job.go
|
kubectl create cronjobs: Manually set OwnerReferences
|
2024-05-15 13:31:31 +03:00 |
create_job_test.go
|
kubectl create cronjobs: Manually set OwnerReferences
|
2024-05-15 13:31:31 +03:00 |
create_namespace.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_namespace_test.go
|
Remove the dependency between create namespace command and generators (#96556)
|
2021-02-05 17:33:15 +00:00 |
create_pdb.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_pdb_test.go
|
test: Assert max unavailable for PDB test cases
|
2021-10-28 05:20:03 +00:00 |
create_priorityclass.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_priorityclass_test.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_quota.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_quota_test.go
|
Remove the dependency between create quota command and generators
|
2020-10-03 03:04:09 +05:30 |
create_role.go
|
fix: fix miss makezero bug (#125132)
|
2024-12-12 10:56:37 +08:00 |
create_role_test.go
|
fix: fix miss makezero bug (#125132)
|
2024-12-12 10:56:37 +08:00 |
create_rolebinding.go
|
A few minor help text tweaks
|
2024-07-17 13:30:34 -04:00 |
create_rolebinding_test.go
|
Update staging/src/k8s.io/kubectl/pkg/cmd/create/create_rolebinding_test.go
|
2020-11-04 11:50:03 +01:00 |
create_secret.go
|
Optimize usage message of commands which have subcommands.
|
2023-05-10 18:10:28 +08:00 |
create_secret_docker.go
|
fix unusable secret manifest for type docker-registry
|
2023-07-26 18:08:01 +08:00 |
create_secret_docker_test.go
|
fix unusable secret manifest for type docker-registry
|
2023-07-26 18:08:01 +08:00 |
create_secret_test.go
|
Replace os.Setenv with testing.T.Setenv in tests
|
2023-04-15 10:09:47 -05:00 |
create_secret_tls.go
|
fix: create tls secret cert to crt for --cert flag
|
2023-12-29 06:19:28 +00:00 |
create_secret_tls_test.go
|
reduce util pkg for testing in tempdir.
|
2023-04-18 11:18:10 +08:00 |
create_service.go
|
Fix Go vet errors for master golang
|
2024-09-12 18:15:22 +05:30 |
create_service_test.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_serviceaccount.go
|
Migrate genericclioptions.IOStreams usage to genericiooptions
|
2023-04-05 14:07:46 +03:00 |
create_serviceaccount_test.go
|
remove generator dependency in create service account
|
2020-11-12 07:21:46 +05:30 |
create_test.go
|
Fix inconsistent validation of -f or -k flag in kubectl create command
|
2024-05-22 15:36:28 -04:00 |
create_token.go
|
Switch from using a function to just pure map in create token
|
2025-01-23 13:10:06 +01:00 |
create_token_test.go
|
Drop null creationTimestamp from test fixtures
|
2025-03-24 09:37:26 -04:00 |