[−][src]Struct openshift_openapi::api::build::v1::GitBuildSource
GitBuildSource defines the parameters of a Git SCM
Fields
http_proxy: Option<String>
httpProxy is a proxy used to reach the git repository over http
https_proxy: Option<String>
httpsProxy is a proxy used to reach the git repository over https
no_proxy: Option<String>
noProxy is the list of domains for which the proxy should not be used
ref_: Option<String>
ref is the branch/tag/ref to build.
uri: String
uri points to the source that will be built. The structure of the source will depend on the type of build to run
Trait Implementations
impl Clone for GitBuildSource
[src]
fn clone(&self) -> GitBuildSource
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for GitBuildSource
[src]
impl Default for GitBuildSource
[src]
fn default() -> GitBuildSource
[src]
impl<'de> Deserialize<'de> for GitBuildSource
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<GitBuildSource> for GitBuildSource
[src]
fn eq(&self, other: &GitBuildSource) -> bool
[src]
fn ne(&self, other: &GitBuildSource) -> bool
[src]
impl Serialize for GitBuildSource
[src]
impl StructuralPartialEq for GitBuildSource
[src]
Auto Trait Implementations
impl RefUnwindSafe for GitBuildSource
impl Send for GitBuildSource
impl Sync for GitBuildSource
impl Unpin for GitBuildSource
impl UnwindSafe for GitBuildSource
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,