[−][src]Struct openshift_openapi::api::apps::v1::DeploymentLog
DeploymentLog represents the logs for a deployment
Implementations
impl DeploymentLog
[src]
pub fn read_namespaced_deployment_config_log(
name: &str,
namespace: &str,
optional: ReadNamespacedDeploymentConfigLogOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedDeploymentConfigLogResponse>), RequestError>
[src]
name: &str,
namespace: &str,
optional: ReadNamespacedDeploymentConfigLogOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedDeploymentConfigLogResponse>), RequestError>
read log of the specified DeploymentConfig
Use the returned k8s_openapi::ResponseBody
<
ReadNamespacedDeploymentConfigLogResponse
>
constructor, or ReadNamespacedDeploymentConfigLogResponse
directly, to parse the HTTP response.
Arguments
-
name
name of the DeploymentLog
-
namespace
object name and auth scope, such as for teams and projects
-
optional
Optional parameters. Use
Default::default()
to not pass any.
Trait Implementations
impl Clone for DeploymentLog
[src]
fn clone(&self) -> DeploymentLog
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for DeploymentLog
[src]
impl Default for DeploymentLog
[src]
fn default() -> DeploymentLog
[src]
impl<'de> Deserialize<'de> for DeploymentLog
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<DeploymentLog> for DeploymentLog
[src]
fn eq(&self, other: &DeploymentLog) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl Resource for DeploymentLog
[src]
const API_VERSION: &'static str
[src]
const GROUP: &'static str
[src]
const KIND: &'static str
[src]
const VERSION: &'static str
[src]
impl Serialize for DeploymentLog
[src]
impl StructuralPartialEq for DeploymentLog
[src]
Auto Trait Implementations
impl RefUnwindSafe for DeploymentLog
impl Send for DeploymentLog
impl Sync for DeploymentLog
impl Unpin for DeploymentLog
impl UnwindSafe for DeploymentLog
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>,