pub struct IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus {
pub artifact_repository: Option<IoArgoprojWorkflowV1alpha1ArtifactRepository>,
pub config_map: Option<String>,
pub default: Option<bool>,
pub key: Option<String>,
pub namespace: Option<String>,
}Fields§
§artifact_repository: Option<IoArgoprojWorkflowV1alpha1ArtifactRepository>The repository the workflow will use. This maybe empty before v3.1.
config_map: Option<String>The name of the config map. Defaults to “artifact-repositories”.
default: Option<bool>If this ref represents the default artifact repository, rather than a config map.
key: Option<String>The config map key. Defaults to the value of the “workflows.argoproj.io/default-artifact-repository” annotation.
namespace: Option<String>The namespace of the config map. Defaults to the workflow’s namespace, or the controller’s namespace (if found).
Trait Implementations§
Source§impl Clone for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl Clone for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
Source§fn clone(&self) -> IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
fn clone(&self) -> IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus> for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl From<&IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus> for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
Source§fn from(value: &IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus) -> Self
fn from(value: &IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl RefUnwindSafe for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl Send for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl Sync for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl Unpin for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
impl UnwindSafe for IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more