Skip to content

Commit e94c72e

Browse files
committed
Fix v1beta1 e2e test
1 parent 32be371 commit e94c72e

5 files changed

+2
-12
lines changed

test/infrastructure/docker/api/v1beta1/dockercluster_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ type DockerClusterV1Beta2Status struct {
116116
// APIEndpoint represents a reachable Kubernetes API endpoint.
117117
type APIEndpoint struct {
118118
// Host is the hostname on which the API server is serving.
119+
// +optional
119120
Host string `json:"host"`
120121

121122
// Port is the port on which the API server is serving.
122123
// Defaults to 6443 if not set.
124+
// +optional
123125
Port int `json:"port"`
124126
}
125127

test/infrastructure/docker/config/crd/bases/infrastructure.cluster.x-k8s.io_devclusters.yaml

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

test/infrastructure/docker/config/crd/bases/infrastructure.cluster.x-k8s.io_devclustertemplates.yaml

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

test/infrastructure/docker/config/crd/bases/infrastructure.cluster.x-k8s.io_dockerclusters.yaml

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

test/infrastructure/docker/config/crd/bases/infrastructure.cluster.x-k8s.io_dockerclustertemplates.yaml

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

0 commit comments

Comments
 (0)