Skip to content

Commit b1d85a6

Browse files
authored
minor update (kubernetes#89638)
* minor update Added a missing period. * add some more missing periods - add in the missing period in 2 more places - update generated files with `make update`
1 parent 788a073 commit b1d85a6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

api/openapi-spec/swagger.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type ServiceReference struct {
4545
// Only https is supported, though you are able to disable certificate verification.
4646
type APIServiceSpec struct {
4747
// Service is a reference to the service for this API server. It must communicate
48-
// on port 443
48+
// on port 443.
4949
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
5050
// The call will simply delegate to the normal handler chain to be fulfilled.
5151
// +optional

staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type ServiceReference struct {
4545
// Only https is supported, though you are able to disable certificate verification.
4646
type APIServiceSpec struct {
4747
// Service is a reference to the service for this API server. It must communicate
48-
// on port 443
48+
// on port 443.
4949
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
5050
// The call will simply delegate to the normal handler chain to be fulfilled.
5151
// +optional

staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type ServiceReference struct {
4545
// Only https is supported, though you are able to disable certificate verification.
4646
type APIServiceSpec struct {
4747
// Service is a reference to the service for this API server. It must communicate
48-
// on port 443
48+
// on port 443.
4949
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
5050
// The call will simply delegate to the normal handler chain to be fulfilled.
5151
// +optional

0 commit comments

Comments
 (0)