Skip to content

Commit

Permalink
Merge pull request #399 from damemi/scheduler-config-desc
Browse files Browse the repository at this point in the history
Bug 1732150: Update Scheduler config description
  • Loading branch information
openshift-merge-robot committed Aug 8, 2019
2 parents d297251 + e3adc22 commit b76189c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/v1/types_scheduling.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// Scheduler holds cluster-wide information about Scheduler. The canonical name is `cluster`
// Scheduler holds cluster-wide config information to run the Kubernetes Scheduler
// and influence its placement decisions. The canonical name for this config is `cluster`.
type Scheduler struct {
metav1.TypeMeta `json:",inline"`
// Standard object's metadata.
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b76189c

Please sign in to comment.