Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for Carp (0.2 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // If not specified, the carp will be dispatched by default scheduler.
      // +optional
      optional string schedulername = 19;
    }
    
    // CarpStatus represents information about the status of a carp. Status may trail the actual
    // state of a system.
    message CarpStatus {
      // Current condition of the carp.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#carp-phase
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // If not specified, the carp will be dispatched by default scheduler.
      // +optional
      optional string schedulername = 19;
    }
    
    // CarpStatus represents information about the status of a carp. Status may trail the actual
    // state of a system.
    message CarpStatus {
      // Current condition of the carp.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#carp-phase
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/test/api_meta_help_test.go

    		if e, a := list[i].(*testapigroup.Carp).Name, pl.Items[i].Name; e != a {
    			t.Fatalf("Expected %v, got %v", e, a)
    		}
    	}
    }
    
    func TestSetListToRuntimeObjectArray(t *testing.T) {
    	pl := &List{}
    	list := []runtime.Object{
    		&testapigroup.Carp{ObjectMeta: metav1.ObjectMeta{Name: "1"}},
    		&testapigroup.Carp{ObjectMeta: metav1.ObjectMeta{Name: "2"}},
    		&testapigroup.Carp{ObjectMeta: metav1.ObjectMeta{Name: "3"}},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go

    }
    
    // CarpStatus represents information about the status of a carp. Status may trail the actual
    // state of a system.
    type CarpStatus struct {
    	// Current condition of the carp.
    	// More info: http://kubernetes.io/docs/user-guide/carp-states#carp-phase
    	// +optional
    	Phase CarpPhase `json:"phase,omitempty" protobuf:"bytes,1,opt,name=phase,casttype=CarpPhase"`
    	// Current service state of carp.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf_test.go

    		obj  runtime.Object
    	}{
    		{
    			name: "encode a bufferedMarshaller obj",
    			obj: &testapigroupv1.Carp{
    				TypeMeta: metav1.TypeMeta{APIVersion: "group/version", Kind: "Carp"},
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "name",
    					Namespace: "namespace",
    				},
    				Spec: testapigroupv1.CarpSpec{
    					Subdomain: "carp.k8s.io",
    				},
    			},
    		},
    
    		{
    			name: "encode a runtime.Unknown obj",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 27 03:17:50 UTC 2022
    - 5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/test/runtime_serializer_protobuf_protobuf_test.go

    	}
    }
    
    func TestDecodeObjects(t *testing.T) {
    	obj1 := &v1.Carp{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "cool",
    		},
    		Spec: v1.CarpSpec{
    			Hostname: "coolhost",
    		},
    	}
    	obj1wire, err := obj1.Marshal()
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	wire1, err := (&runtime.Unknown{
    		TypeMeta: runtime.TypeMeta{Kind: "Carp", APIVersion: "v1"},
    		Raw:      obj1wire,
    	}).Marshal()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:16 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Carp) Reset()      { *m = Carp{} }
    func (*Carp) ProtoMessage() {}
    func (*Carp) Descriptor() ([]byte, []int) {
    	return fileDescriptor_83e19b543dd132db, []int{0}
    }
    func (m *Carp) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Carp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 57K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top