Enum k8s_openapi::v1_8::api::extensions::v1beta1::CreateExtensionsV1beta1NamespacedDeploymentRollbackResponse
source · pub enum CreateExtensionsV1beta1NamespacedDeploymentRollbackResponse {
Ok(DeploymentRollback),
Unauthorized,
Other,
}
Expand description
Parses the HTTP response of DeploymentRollback::create_extensions_v1beta1_namespaced_deployment_rollback
Variants§
Ok(DeploymentRollback)
Other
Trait Implementations§
source§impl Response for CreateExtensionsV1beta1NamespacedDeploymentRollbackResponse
impl Response for CreateExtensionsV1beta1NamespacedDeploymentRollbackResponse
source§fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
Tries to parse the response from the given status code and response body.