Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct { // Server address (hostname or IP address) of the proxy. Host string `json:"host,omitempty"` // NoProxy represents the NO_PROXY or no_proxy environment // variable. It specifies a string that contains comma-separated values // specifying hosts that should be excluded from proxying. NoProxy string `json:"noProxy,omitempty"` // Secret name which contains the username and password used for authentication with the proxy, using the // "Basic" HTTP authentication scheme. AuthRef string `json:"authRef,omitempty"` // Port of the proxy. Port uint32 `json:"port,omitempty"` }
+kubebuilder:object:generate=true
func (*Spec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Spec.
func (*Spec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.