k3s/cmd
noqcks 0334a34e4a
Add validation for kube-scheduler
adding validation for componentconfig

adding validation to cmd kube-scheduler

Add support for ipv6 in IsValidSocketAddr function

updating copyright date in componentconfig/validation/validation.go

updating copyright date in componentconfig/validation/validation_test.go

adding validation for cli options

adding BUILD files

updating validate function to return []errors in cmd/kube-scheduler

ok, really returning []error this time

adding comments for exported componentconfig Validation functions

silly me, not checking structs along the way :'(

refactor to avoid else statement

moving policy nil check up one function

rejigging some deprecated cmd validations

stumbling my way around validation slowly but surely

updating according to review from @bsalamat

- not validating leader election config unless leader election is enabled
- leader election time values cannot be zero
- removing validation for KubeConfigFile
- removing validation for scheduler policy

leader elect options should be non-negative

adding test cases for renewDeadline and leaseDuration being zero

fixing logic in componentconfig validation 😅

removing KubeConfigFile reference from tests as it was removed in master

2ff9bd6699

removing bogus space after var assignment

adding more tests for componentconfig based on feedback

making updates to validation because types were moved on master

update bazel build

adding validation for staging/apimachinery

adding validation for staging/apiserver

adding fieldPaths for staging validations

moving staging validations out of componentconfig

updating test case scenario for staging/apimachinery

./hack/update-bazel.sh

moving kube-scheduler validations from componentconfig

./hack/update-bazel.sh

removing non-negative check for QPS

resourceLock required

adding HardPodAffinitySymmetricWeight 0-100 range to cmd flag help section
2018-08-31 22:29:19 -04:00
..
clicheck wire config flags through factory 2018-05-04 17:02:20 -04:00
cloud-controller-manager Merge pull request #67362 from stewart-yu/stewart-controller-manager-codeclean#02 2018-08-27 07:31:08 -07:00
controller-manager Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
gendocs wire config flags through factory 2018-05-04 17:02:20 -04:00
genkubedocs Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
genman Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
genswaggertypedocs Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
genutils
genyaml wire config flags through factory 2018-05-04 17:02:20 -04:00
hyperkube Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
importverifier fix message output for import verifier 2018-05-10 12:50:28 -04:00
kube-apiserver Set paging feature correctly for aggregator and crd storage 2018-08-25 09:51:34 -04:00
kube-controller-manager Merge pull request #67362 from stewart-yu/stewart-controller-manager-codeclean#02 2018-08-27 07:31:08 -07:00
kube-proxy update bazel 2018-08-16 09:59:33 +08:00
kube-scheduler Add validation for kube-scheduler 2018-08-31 22:29:19 -04:00
kubeadm Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
kubectl add labels to kubectl OWNERS files 2018-08-22 00:40:54 +03:00
kubelet Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
kubemark update bazel 2018-08-16 09:59:33 +08:00
linkcheck
BUILD
OWNERS