Skip to content

Commit

Permalink
Make ClusterNetwork ClusterNetworkingConfig field optional within (ku…
Browse files Browse the repository at this point in the history
…bernetes-sigs#919)

Cluster resources. This is useful for Managed Control Planes and
Bare Metal where networking configuration options may be limited.

(cherry picked from commit 9e1eb56)
  • Loading branch information
davidewatson authored and ncdc committed Jun 25, 2019
1 parent be185f2 commit 17dfd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/cluster/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type Cluster struct {
// ClusterSpec defines the desired state of Cluster
type ClusterSpec struct {
// Cluster network configuration
// +optional
ClusterNetwork ClusterNetworkingConfig `json:"clusterNetwork"`

// Provider-specific serialized configuration to use during
Expand Down

0 comments on commit 17dfd98

Please sign in to comment.