Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 173 for Managed (0.37 sec)

  1. pkg/kube/inject/testdata/inputs/custom-template.yaml.40.template.gen.yaml

            {{- toJsonMap
              .InfrastructureLabels
              (strdict
                "gateway.networking.k8s.io/gateway-name" .Name
                "istio.io/gateway-name" .Name
                "gateway.istio.io/managed" "istio.io-mesh-controller"
              ) | nindent 4 }}
          ownerReferences:
          - apiVersion: gateway.networking.k8s.io/v1beta1
            kind: Gateway
            name: "{{.Name}}"
            uid: "{{.UID}}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 76.7K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    }
    
    // ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource
    // that the fieldset applies to.
    message ManagedFieldsEntry {
      // Manager is an identifier of the workflow managing these fields.
      optional string manager = 1;
    
      // Operation is the type of operation which lead to this ManagedFieldsEntry being created.
      // The only valid values for this field are 'Apply' and 'Update'.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    }
    
    // ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource
    // that the fieldset applies to.
    message ManagedFieldsEntry {
      // Manager is an identifier of the workflow managing these fields.
      optional string manager = 1;
    
      // Operation is the type of operation which lead to this ManagedFieldsEntry being created.
      // The only valid values for this field are 'Apply' and 'Update'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.3.md

        * In order to remain backwards compatible, the new controller only manages attach/detach of volumes that are scheduled to nodes that opt-in to controller management. Nodes running v1.3 or higher of Kubernetes opt-in to controller management by default by setting the "volumes.kubernetes.io/controller-managed-attach-detach" annotation on the Node object on startup. This behavior is gated by a new kubelet flag, "enable-controller-attach-detach,”...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  5. src/runtime/traceback.go

    	//
    	// - The cgo symbolizer can expand a cgo PC to more than one logical frame,
    	//   and involves juggling state on the C side that we don't manage. Since its
    	//   expansion state is managed on the C side, we can't capture the expansion
    	//   state part way through, and because the output strings are managed on the
    	//   C side, we can't capture the output. Thus, our only choice is to replay a
    	//   whole expansion, potentially discarding some of it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    // ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource
    // that the fieldset applies to.
    type ManagedFieldsEntry struct {
    	// Manager is an identifier of the workflow managing these fields.
    	Manager string `json:"manager,omitempty" protobuf:"bytes,1,opt,name=manager"`
    	// Operation is the type of operation which lead to this ManagedFieldsEntry being created.
    	// The only valid values for this field are 'Apply' and 'Update'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

    import org.gradle.api.provider.Provider
    import org.gradle.api.specs.Spec
    import org.gradle.internal.Describables
    import org.gradle.internal.DisplayName
    import org.gradle.internal.state.Managed
    import org.gradle.internal.state.ModelObject
    import org.gradle.util.internal.TextUtil
    
    import java.util.concurrent.Callable
    import java.util.function.Consumer
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	//
    	// Conceptually, this object belongs into the scheduler framework
    	// where it might get shared by different plugins. But in practice,
    	// it is currently only used by dynamic provisioning and thus
    	// managed entirely here.
    	schedulingCtx *resourcev1alpha2.PodSchedulingContext
    
    	// selectedNode is set if (and only if) a node has been selected.
    	selectedNode *string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. cmd/kubelet/app/server.go

    // buildClientCertificateManager creates a certificate manager that will use certConfig to request a client certificate
    // if no certificate is available, or the most recent clientConfig (which is assumed to point to the cert that the manager will
    // write out).
    func buildClientCertificateManager(certConfig, clientConfig *restclient.Config, certDir string, nodeName types.NodeName) (certificate.Manager, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                                Version.V20,
                                prefix + prefix2 + "type",
                                key,
                                "must be 'pom' to import the managed dependencies.",
                                dependency);
                    } else if (dependency.getClassifier() != null
                            && !dependency.getClassifier().isEmpty()) {
                        addViolation(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
Back to top