Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for VERSION (0.06 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    type parentReference struct {
    	parentKey
    
    	SectionName k8s.SectionName
    	Port        k8s.PortNumber
    }
    
    var meshGVK = config.GroupVersionKind{
    	Group:   gvk.KubernetesGateway.Group,
    	Version: gvk.KubernetesGateway.Version,
    	Kind:    "Mesh",
    }
    
    var meshParentKey = parentKey{
    	Kind: meshGVK,
    	Name: "istio",
    }
    
    type configContext struct {
    	GatewayResources
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/sidecar_simulation_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top