You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1beta1/awscluster_types.go
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,11 @@ const (
34
34
// AWSClusterSpec defines the desired state of an EC2-based Kubernetes cluster.
35
35
typeAWSClusterSpecstruct {
36
36
// NetworkSpec encapsulates all things related to AWS network.
37
+
// +optional
37
38
NetworkSpecNetworkSpec`json:"network,omitempty"`
38
39
39
40
// The AWS Region the cluster lives in.
41
+
// +optional
40
42
Regionstring`json:"region,omitempty"`
41
43
42
44
// SSHKeyName is the name of the ssh key to attach to the bastion host. Valid values are empty string (do not use SSH keys), a valid SSH key name, or omitted (use the default SSH key name)
@@ -81,6 +83,7 @@ type AWSClusterSpec struct {
81
83
// up machine images when a machine does not specify an AMI. When set, this
82
84
// will be used for all cluster machines unless a machine specifies a
0 commit comments