Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 216 for typed (0.06 sec)

  1. pkg/controller/statefulset/stateful_set.go

    	"k8s.io/klog/v2"
    )
    
    // controllerKind contains the schema.GroupVersionKind for this controller type.
    var controllerKind = apps.SchemeGroupVersion.WithKind("StatefulSet")
    
    // podKind contains the schema.GroupVersionKind for pods.
    var podKind = v1.SchemeGroupVersion.WithKind("Pod")
    
    // StatefulSetController controls statefulsets.
    type StatefulSetController struct {
    	// client interface
    	kubeClient clientset.Interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. pkg/kubelet/container/helpers_test.go

    	assert.Equal(t, false, actual)
    
    	var nilObj *v1.ObjectReference = nil
    	_, actual = innerEventRecorder.shouldRecordEvent(nilObj)
    	assert.Equal(t, false, actual, "should not panic if the typed nil was used, see https://github.com/kubernetes/kubernetes/issues/95552")
    }
    
    func TestHasWindowsHostProcessContainer(t *testing.T) {
    	trueVar := true
    	falseVar := false
    	const containerName = "container"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 01:55:46 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/deadcode.go

    	}
    }
    
    // methodsig is a typed method signature (name + type).
    type methodsig struct {
    	name string
    	typ  loader.Sym // type descriptor symbol of the function
    }
    
    // methodref holds the relocations from a receiver type symbol to its
    // method. There are three relocations, one for each of the fields in
    // the reflect.method struct: mtyp, ifn, and tfn.
    type methodref struct {
    	m   methodsig
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 14:52:41 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. pkg/controller/resourcequota/resource_quota_controller.go

    	corev1client "k8s.io/client-go/kubernetes/typed/core/v1"
    	corelisters "k8s.io/client-go/listers/core/v1"
    	"k8s.io/client-go/tools/cache"
    	"k8s.io/client-go/util/workqueue"
    	"k8s.io/controller-manager/pkg/informerfactory"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/controller"
    )
    
    // NamespacedResourcesFunc knows how to discover namespaced resources.
    type NamespacedResourcesFunc func() ([]*metav1.APIResourceList, error)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/task_configuration_avoidance.adoc

    Usually, referencing a task by name is a fragile pattern and should be avoided.
    Although the task name is available on the `TaskProvider`, an effort should be made to use references from a strongly typed model instead.
    
    7. **Use the new task API as much as possible.** +
    Eagerly realizing some tasks may cause a cascade of other tasks to be realized.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 23:45:25 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/builder.go

    		route.Param(b.ws.PathParameter("name", "name of the "+b.kind).DataType("string"))
    	}
    
    	// Build consume media types
    	if httpMethod == "PATCH" {
    		supportedTypes := []string{
    			string(types.JSONPatchType),
    			string(types.MergePatchType),
    			string(types.ApplyPatchType),
    		}
    		route.Consumes(supportedTypes...)
    	} else {
    		route.Consumes(runtime.ContentTypeJSON, runtime.ContentTypeYAML)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  7. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <version>1.0.0+</version>
              <type>String</type>
              <description>The version of the dependency.</description>
            </field>
            <field>
              <name>type</name>
              <version>1.0.0+</version>
              <type>String</type>
              <defaultValue>jar</defaultValue>
              <description>The type of dependency.</description>
            </field>
          </fields>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/builder_test.go

    			wantedSchema:     `{"type":"object","properties":{"apiVersion":{"type":"string"},"kind":{"type":"string"},"metadata":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"}]},"spec":{"type":"object","properties":{"field":{"type":"string","default":"foo"}}},"status":{"type":"object"}},"x-kubernetes-group-version-kind":[{"group":"bar.k8s.io",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  9. src/encoding/gob/encode.go

    // the indirection count to reach it.
    func encOpFor(rt reflect.Type, inProgress map[reflect.Type]*encOp, building map[*typeInfo]bool) (*encOp, int) {
    	ut := userType(rt)
    	// If the type implements GobEncoder, we handle it without further processing.
    	if ut.externalEnc != 0 {
    		return gobEncodeOpFor(ut)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 19K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/RISCV64.rules

    (Rsh16x8  <t> x y) && !shiftIsBounded(v) => (SRA  <t> (SignExt16to64 x) (OR <y.Type> y (ADDI <y.Type> [-1] (SLTIU <y.Type> [64] (ZeroExt8to64  y)))))
    (Rsh16x16 <t> x y) && !shiftIsBounded(v) => (SRA  <t> (SignExt16to64 x) (OR <y.Type> y (ADDI <y.Type> [-1] (SLTIU <y.Type> [64] (ZeroExt16to64 y)))))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 40.3K bytes
    - Viewed (0)
Back to top