Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 3,300 for setS (0.32 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podspec.go

    }
    
    // WithHostPID sets the HostPID field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the HostPID field is set to the value of the last call.
    func (b *PodSpecApplyConfiguration) WithHostPID(value bool) *PodSpecApplyConfiguration {
    	b.HostPID = &value
    	return b
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:22:42 UTC 2022
    - 23.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/event.go

    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Name field is set to the value of the last call.
    func (b *EventApplyConfiguration) WithName(value string) *EventApplyConfiguration {
    	b.ensureObjectMetaApplyConfigurationExists()
    	b.Name = &value
    	return b
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/builder_flags.go

    	return o
    }
    
    // WithAllNamespaces sets the AllNamespaces flag
    func (o *ResourceBuilderFlags) WithAllNamespaces(defaultVal bool) *ResourceBuilderFlags {
    	o.AllNamespaces = &defaultVal
    	return o
    }
    
    // WithAll sets the All flag
    func (o *ResourceBuilderFlags) WithAll(defaultVal bool) *ResourceBuilderFlags {
    	o.All = &defaultVal
    	return o
    }
    
    // WithLocal sets the Local flag
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 13 10:28:09 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetstatus.go

    	return &StatefulSetStatusApplyConfiguration{}
    }
    
    // WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the ObservedGeneration field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 25 23:59:58 UTC 2021
    - 6.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go

    	return &StatefulSetSpecApplyConfiguration{}
    }
    
    // WithReplicas sets the Replicas field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Replicas field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 8K bytes
    - Viewed (0)
  6. pilot/pkg/model/proxy_view.go

    		return ProxyViewAll
    	}
    
    	// Restrict the view to the requested networks.
    	return &proxyViewImpl{
    		visible: sets.New(node.Metadata.RequestedNetworkView...).Insert(identifier.Undefined),
    		getValue: func(ep *IstioEndpoint) string {
    			return ep.Network.String()
    		},
    	}
    }
    
    type proxyViewImpl struct {
    	visible  sets.String
    	getValue func(ep *IstioEndpoint) string
    }
    
    func (v *proxyViewImpl) IsVisible(ep *IstioEndpoint) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 15 16:11:16 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. pkg/controller/podgc/gc_controller_test.go

    		pods                          []nameToPodConfig
    		nodes                         []node
    		deletedPodNames               sets.Set[string]
    		patchedPodNames               sets.Set[string]
    		enablePodDisruptionConditions bool
    	}{
    		{
    			name: "pods have deletion timestamp set and the corresponding nodes are not ready",
    			nodes: []node{
    				{name: "worker-0", readyCondition: v1.ConditionFalse},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/logging/DefaultTestLoggingContainerTest.groovy

        def "sets defaults for level ERROR"() {
            def logging = container.get(LogLevel.ERROR)
    
            expect:
            hasUnchangedDefaults(logging)
        }
    
        def "sets defaults for level QUIET"() {
            def logging = container.get(LogLevel.QUIET)
    
            expect:
            hasUnchangedDefaults(logging)
        }
    
        def "sets defaults for level WARN"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. pkg/proxy/util/nodeport_addresses_test.go

    	"net"
    	"testing"
    
    	"k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/util/sets"
    	fake "k8s.io/kubernetes/pkg/proxy/util/testing"
    	netutils "k8s.io/utils/net"
    )
    
    type InterfaceAddrsPair struct {
    	itf   net.Interface
    	addrs []net.Addr
    }
    
    func checkNodeIPs(expected sets.Set[string], actual []net.IP) error {
    	notFound := expected.Clone()
    	extra := sets.New[string]()
    	for _, ip := range actual {
    		str := ip.String()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listenertest/match.go

    		}
    	} else {
    		if missing := sets.SortedList(sets.New(want.NetworkFilters...).Difference(sets.New(haveNetwork...))); len(missing) > 0 {
    			t.Fatalf("%v/%v: missing network filters: %v, have %v", have.Name, haveType, missing, haveNetwork)
    		}
    		if missing := sets.SortedList(sets.New(want.HTTPFilters...).Difference(sets.New(haveHTTP...))); len(missing) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top