Skip to content

Commit

Permalink
Merge pull request #245 from derekwaynecarr/cloud-conf
Browse files Browse the repository at this point in the history
config: InfrastructureSpec reference cloud provider configuration
  • Loading branch information
openshift-merge-robot authored Mar 26, 2019
2 parents 1e53645 + 07f28f5 commit db56c6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ type Infrastructure struct {

// InfrastructureSpec contains settings that apply to the cluster infrastructure.
type InfrastructureSpec struct {
// secret reference?
// configmap reference to file?
// cloudConfig is a reference to a ConfigMap containing the cloud provider configuration file.
// This configuration file is used to configure the Kubernetes cloud provider integration
// when using the built-in cloud provider integration or the external cloud controller manager.
// The namespace for this config map is openshift-config.
// +optional
CloudConfig ConfigMapFileReference `json:"cloudConfig"`
}

// InfrastructureStatus describes the infrastructure the cluster is leveraging.
Expand Down
1 change: 1 addition & 0 deletions config/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db56c6d

Please sign in to comment.