Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions config/v1/types_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ type ProxySpec struct {
HTTPSProxy string `json:"httpsProxy,omitempty"`

// noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used.
// Each name is matched as either a domain which contains the host name as a suffix, or the host name itself.
// For instance, example.com would match example.com, example.com:80, and www.example.com.
// Wildcard(*) characters are not accepted, except a single * character which matches all hosts
// and effectively disables the proxy. Empty means unset and will not result in an env var.
// Empty means unset and will not result in an env var.
// +optional
NoProxy string `json:"noProxy,omitempty"`
}
Expand Down
2 changes: 1 addition & 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.