Skip to content

Commit

Permalink
resolvecomments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenma committed Aug 2, 2024
1 parent 06f9777 commit cb2634d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 153 deletions.
150 changes: 0 additions & 150 deletions apis/cloudbuild/v1alpha1/conversion.go

This file was deleted.

2 changes: 1 addition & 1 deletion apis/cloudbuild/v1alpha1/workerpool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type NetworkConfig struct {
// +optional
EgressOption string `json:"egressOption,omitempty"`
// +optional
PeeredNetworkIPRange string `json:"PeeredNetworkIPRange,omitempty"`
PeeredNetworkIPRange string `json:"peeredNetworkIPRange,omitempty"`
}

// CloudBuildWorkerPoolStatus defines the observed state of Instance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ spec:
properties:
networkConfig:
properties:
PeeredNetworkIPRange:
type: string
egressOption:
type: string
peeredNetworkIPRange:
type: string
peeredNetworkRef:
oneOf:
- not:
Expand Down

0 comments on commit cb2634d

Please sign in to comment.