Skip to content

Commit

Permalink
Add k8s field to base component (#1465) (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostromart authored Jun 30, 2020
1 parent 72dad51 commit 5ffa410
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 113 deletions.
177 changes: 93 additions & 84 deletions operator/v1alpha1/component.pb.go

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

3 changes: 3 additions & 0 deletions operator/v1alpha1/component.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ message IstioComponentSetSpec {
message BaseComponentSpec {
// Selects whether this component is installed.
TypeBoolValueForPB enabled = 1;

// Kubernetes resource spec.
KubernetesResourcesSpec k8s = 50;
}

// Configuration for internal components.
Expand Down
11 changes: 11 additions & 0 deletions operator/v1alpha1/istio.operator.v1alpha1.pb.html

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

Loading

0 comments on commit 5ffa410

Please sign in to comment.