INPUT_OBJECT
OperationQuarantineSpec
Description
New quarantine spec for operations (different from snapshot-based quarantine).
link GraphQL Schema definition
- input OperationQuarantineSpec {
- # File path to quarantine.
- : String
- # File version represented as modified time.
- : DateTime
- # This represents the metadata for quarantine operation.
- : MetadataOneof
- # Workload ID.
- : String!
- }