Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for IngressClass (0.59 sec)

  1. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    var xxx_messageInfo_IngressBackend proto.InternalMessageInfo
    
    func (m *IngressClass) Reset()      { *m = IngressClass{} }
    func (*IngressClass) ProtoMessage() {}
    func (*IngressClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9497719c79c89d2d, []int{4}
    }
    func (m *IngressClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IngressClass) 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
    - 101.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1/generated.pb.go

    var xxx_messageInfo_IngressBackend proto.InternalMessageInfo
    
    func (m *IngressClass) Reset()      { *m = IngressClass{} }
    func (*IngressClass) ProtoMessage() {}
    func (*IngressClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c41434372fec1d7, []int{5}
    }
    func (m *IngressClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IngressClass) 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
    - 158.2K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    	}
    }
    
    func TestPrintIngressClass(t *testing.T) {
    	testCases := []struct {
    		name         string
    		ingressClass *networking.IngressClass
    		expected     []metav1.TableRow
    	}{{
    		name: "example with params",
    		ingressClass: &networking.IngressClass{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:              "test1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers.go

    	ingressColumnDefinitions := []metav1.TableColumnDefinition{
    		{Name: "Name", Type: "string", Format: "name", Description: metav1.ObjectMeta{}.SwaggerDoc()["name"]},
    		{Name: "Class", Type: "string", Description: "The name of the IngressClass resource that should be used for additional configuration"},
    		{Name: "Hosts", Type: "string", Description: "Hosts that incoming requests are matched against before the ingress rule"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "global.proxy.protocolDetectionTim" "meshConfig.protocolDetectionTim" "global.proxy.holdApplicationUntil" "meshConfig.defaultConfig.holdApplicationUntil" "pilot.ingress" "meshConfig.ingressService, meshConfig.ingressControllerMod, and meshConfig.ingressClass" "global.mtls.enabled" "the PeerAuthentication resource" "global.mtls.auto" "meshConfig.enableAutoMtls" "global.tracer.lightstep.address" "meshConfig.defaultConfig.tracing.lightstep.address" "global.tracer.lightstep.accessToken" "meshConfig.de...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top