Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 393 for Extract (0.08 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/deployment.go

    // the fieldManager never owned fields any fields.
    // deployment must be a unmodified Deployment API object that was retrieved from the Kubernetes API.
    // ExtractDeployment provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/cronjob.go

    // the fieldManager never owned fields any fields.
    // cronJob must be a unmodified CronJob API object that was retrieved from the Kubernetes API.
    // ExtractCronJob provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequest.go

    // certificateSigningRequest must be a unmodified CertificateSigningRequest API object that was retrieved from the Kubernetes API.
    // ExtractCertificateSigningRequest provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go

    // the fieldManager never owned fields any fields.
    // componentStatus must be a unmodified ComponentStatus API object that was retrieved from the Kubernetes API.
    // ExtractComponentStatus provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go

    // the fieldManager never owned fields any fields.
    // endpoints must be a unmodified Endpoints API object that was retrieved from the Kubernetes API.
    // ExtractEndpoints provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podtemplate.go

    // the fieldManager never owned fields any fields.
    // podTemplate must be a unmodified PodTemplate API object that was retrieved from the Kubernetes API.
    // ExtractPodTemplate provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go

    // the fieldManager never owned fields any fields.
    // persistentVolume must be a unmodified PersistentVolume API object that was retrieved from the Kubernetes API.
    // ExtractPersistentVolume provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go

    // the fieldManager never owned fields any fields.
    // persistentVolumeClaim must be a unmodified PersistentVolumeClaim API object that was retrieved from the Kubernetes API.
    // ExtractPersistentVolumeClaim provides a way to perform a extract/modify-in-place/apply workflow.
    // Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 13K bytes
    - Viewed (0)
  9. internal/http/headers.go

    	AmzBucketReplicationStatus    = "X-Amz-Replication-Status"
    
    	// AmzSnowballExtract will trigger unpacking of an archive content
    	AmzSnowballExtract = "X-Amz-Meta-Snowball-Auto-Extract"
    	// MinIOSnowballIgnoreDirs will skip creating empty directory objects.
    	MinIOSnowballIgnoreDirs = "X-Amz-Meta-Minio-Snowball-Ignore-Dirs"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:44:56 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_sharding_identification_pass.cc

                  func.getArgument(use.getOperandNumber()));
            }
          }
        }
    
        values_to_visit.swap(next_values_to_visit);
      }
    
      return std::nullopt;
    }
    
    // Tries to extract sharding configurations for all inputs by parsing
    // XlaSharding/ TPUPartitionedInput op connected to the operands/arguments. If
    // argument to the `cluster_func` directly feeds into another function call op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top