Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/v1/0000_10_config-operator_01_infrastructure.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ spec:
type: string
apiServerURL:
description: apiServerURL is a valid URI with scheme(http/https), address
and port. apiServerURL can be used by components like the web console
and port and optionally a port (defaulting to 80 for http and 443

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only one "and port"

for https). apiServerURL can be used by components like the web console
to tell users where to find the Kubernetes API.
type: string
etcdDiscoveryDomain:
Expand Down
2 changes: 1 addition & 1 deletion config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type InfrastructureStatus struct {
EtcdDiscoveryDomain string `json:"etcdDiscoveryDomain"`

// apiServerURL is a valid URI with scheme(http/https), address and
// port. apiServerURL can be used by components like the web console
// port and optionally a port (defaulting to 80 for http and 443 for https). apiServerURL can be used by components like the web console
// to tell users where to find the Kubernetes API.
APIServerURL string `json:"apiServerURL"`

Expand Down