- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 195 for Lifecycle (0.07 sec)
-
cmd/erasure-server-pool.go
if matches() { objInfo, err := z.GetObjectInfo(ctx, bucket, path.Dir(prefix), ObjectOptions{NoLock: true}) if err == nil || objInfo.IsLatest && objInfo.DeleteMarker { if opts.Lifecycle != nil { evt := evalActionFromLifecycle(ctx, *opts.Lifecycle, opts.Retention, opts.Replication.Config, objInfo) if evt.Action.Delete() { globalExpiryState.enqueueByDays(objInfo, evt, lcEventSrc_s3ListObjects)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 89.8K bytes - Viewed (0) -
docs/bucket/replication/setup_ilm_expiry_replication.sh
./mc ilm rule remove --id "${id}" sitea/bucket sleep 30s # should error as rule doesn't exist error=$(./mc ilm rule list siteb/bucket --json | jq '.error.cause.message' | sed 's/"//g') if [ "$error" != "The lifecycle configuration does not exist" ]; then echo "BUG: Removed ILM expiry rule not replicated to 'siteb'" exit 1 fi ## Check addition of new replication site to existing site replication setup
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 12.8K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/EventListener.kt
) { } fun interface Factory { /** * Creates an instance of the [EventListener] for a particular [Call]. The returned * [EventListener] instance will be used during the lifecycle of [call]. * * This method is invoked after [call] is created. See [OkHttpClient.newCall]. * * **It is an error for implementations to issue any mutating operations on the [call] instance
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 15.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
[SIG Autoscaling]: https://github.com/kubernetes/community/tree/master/sig-autoscaling ### SIG Cluster Lifecycle [SIG Cluster Lifecycle][] is responsible for the user experience of deploying, upgrading, and deleting clusters. For the 1.8 release, SIG Cluster Lifecycle continued to focus on expanding the capabilities of kubeadm, which is both a user-facing tool to manage clusters
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
- [Major themes](#major-themes) - [API Machinery](#api-machinery) - [Apps](#apps) - [Auth](#auth) - [AWS](#aws) - [Azure](#azure) - [Cluster Lifecycle](#cluster-lifecycle) - [Instrumentation](#instrumentation) - [Network](#network) - [Node](#node) - [OpenStack](#openstack) - [Storage](#storage) - [Windows](#windows)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
if (request.isProcessPlugins()) { if (lifecycleBindingsInjector == null) { throw new IllegalStateException("lifecycle bindings injector is missing"); } // lifecycle bindings injection lifecycleBindingsInjector.injectLifecycleBindings(resultModel, request, problems); } // dependency management import
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 83.6K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
"errors" "fmt" "io" "sort" "strings" "sync" "time" "github.com/cespare/xxhash/v2" "github.com/google/uuid" jsoniter "github.com/json-iterator/go" "github.com/minio/minio/internal/bucket/lifecycle" "github.com/minio/minio/internal/bucket/replication" "github.com/minio/minio/internal/config/storageclass" xhttp "github.com/minio/minio/internal/http" "github.com/tinylib/msgp/msgp" ) var (
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 64K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.13.md
- [SIG AWS](#sig-aws) - [SIG Azure](#sig-azure) - [SIG Big Data](#sig-big-data) - [SIG CLI](#sig-cli) - [SIG Cloud Provider](#sig-cloud-provider) - [SIG Cluster Lifecycle](#sig-cluster-lifecycle) - [SIG IBM Cloud](#sig-ibm-cloud) - [SIG Multicluster](#sig-multicluster) - [SIG Network](#sig-network) - [SIG Node](#sig-node) - [SIG Openstack](#sig-openstack)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
- [CustomResourceDefinition Defaulting](#customresourcedefinition-defaulting) - [CustomResourceDefinition OpenAPI Publishing](#customresourcedefinition-openapi-publishing) - [Cluster Lifecycle Stability and Usability Improvements](#cluster-lifecycle-stability-and-usability-improvements) - [Continued improvement of CSI](#continued-improvement-of-csi) - [Additional Notable Feature Updates](#additional-notable-feature-updates)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
common-protos/k8s.io/api/batch/v1/generated.proto
// execution (either Complete or Failed). If this field is set, // ttlSecondsAfterFinished after the Job finishes, it is eligible to be // automatically deleted. When the Job is being deleted, its lifecycle // guarantees (e.g. finalizers) will be honored. If this field is unset, // the Job won't be automatically deleted. If this field is set to zero, // the Job becomes eligible to be deleted immediately after it finishes.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 21.1K bytes - Viewed (0)