Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 138 for Managed (0.12 sec)

  1. pkg/kube/inject/testdata/inputs/hello-probes.yaml.18.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
    - 75.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/proxy-override-runas.yaml.34.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
    - 75.9K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inputs/hello.yaml.17.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
    - 75.9K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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 (1)
  9. 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)
  10. 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)
Back to top