[−][src]Struct openshift_openapi::api::build::v1::CustomBuildStrategy
CustomBuildStrategy defines input parameters specific to Custom build.
Fields
build_api_version: Option<String>
buildAPIVersion is the requested API version for the Build object serialized and passed to the custom builder
env: Option<Vec<EnvVar>>
env contains additional environment variables you want to pass into a builder container.
expose_docker_socket: Option<bool>
exposeDockerSocket will allow running Docker commands (and build container images) from inside the container.
force_pull: Option<bool>
forcePull describes if the controller should configure the build pod to always pull the images for the builder or only pull if it is not present locally
from: ObjectReference
from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the container image should be pulled
pull_secret: Option<LocalObjectReference>
pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the container images from the private Docker registries
secrets: Option<Vec<SecretSpec>>
secrets is a list of additional secrets that will be included in the build pod
Trait Implementations
impl Clone for CustomBuildStrategy
[src]
fn clone(&self) -> CustomBuildStrategy
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for CustomBuildStrategy
[src]
impl Default for CustomBuildStrategy
[src]
fn default() -> CustomBuildStrategy
[src]
impl<'de> Deserialize<'de> for CustomBuildStrategy
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<CustomBuildStrategy> for CustomBuildStrategy
[src]
fn eq(&self, other: &CustomBuildStrategy) -> bool
[src]
fn ne(&self, other: &CustomBuildStrategy) -> bool
[src]
impl Serialize for CustomBuildStrategy
[src]
impl StructuralPartialEq for CustomBuildStrategy
[src]
Auto Trait Implementations
impl RefUnwindSafe for CustomBuildStrategy
impl Send for CustomBuildStrategy
impl Sync for CustomBuildStrategy
impl Unpin for CustomBuildStrategy
impl UnwindSafe for CustomBuildStrategy
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>,