Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 408 for meshconfigs (0.19 sec)

  1. pkg/config/schema/collections/collections.agent.gen.go

    		ValidateProto: validation.ValidateGateway,
    	}.MustBuild()
    
    	MeshConfig = resource.Builder{
    		Identifier:    "MeshConfig",
    		Group:         "",
    		Kind:          "MeshConfig",
    		Plural:        "meshconfigs",
    		Version:       "v1alpha1",
    		Proto:         "istio.mesh.v1alpha1.MeshConfig",
    		ReflectType:   reflect.TypeOf(&istioioapimeshv1alpha1.MeshConfig{}).Elem(),
    		ProtoPackage:  "istio.io/api/mesh/v1alpha1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. pkg/config/schema/gvr/resources.gen.go

    	Lease                          = schema.GroupVersionResource{Group: "coordination.k8s.io", Version: "v1", Resource: "leases"}
    	MeshConfig                     = schema.GroupVersionResource{Group: "", Version: "v1alpha1", Resource: "meshconfigs"}
    	MeshNetworks                   = schema.GroupVersionResource{Group: "", Version: "v1alpha1", Resource: "meshnetworks"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. pkg/config/schema/metadata.yaml

        statusProto: "istio.meta.v1alpha1.IstioStatus"
        statusProtoPackage: "istio.io/api/meta/v1alpha1"
    
      - kind: "MeshConfig"
        plural: "meshconfigs"
        group: ""
        version: "v1alpha1"
        proto: "istio.mesh.v1alpha1.MeshConfig"
        protoPackage: "istio.io/api/mesh/v1alpha1"
        synthetic: true
    
      - kind: "MeshNetworks"
        plural: "meshnetworks"
        group: ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. pkg/config/schema/collections/collections.gen.go

    		ValidateProto: validation.EmptyValidate,
    	}.MustBuild()
    
    	MeshConfig = resource.Builder{
    		Identifier:    "MeshConfig",
    		Group:         "",
    		Kind:          "MeshConfig",
    		Plural:        "meshconfigs",
    		Version:       "v1alpha1",
    		Proto:         "istio.mesh.v1alpha1.MeshConfig",
    		ReflectType:   reflect.TypeOf(&istioioapimeshv1alpha1.MeshConfig{}).Elem(),
    		ProtoPackage:  "istio.io/api/mesh/v1alpha1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/meshconfig.go

    	"istio.io/istio/pkg/log"
    )
    
    type MeshConfig struct {
    	*meshapi.MeshConfig
    }
    
    func (m MeshConfig) ResourceName() string { return " " }
    
    func (m MeshConfig) Equals(other MeshConfig) bool { return proto.Equal(m.MeshConfig, other.MeshConfig) }
    
    func MeshConfigCollection(ConfigMaps krt.Collection[*v1.ConfigMap], options Options) krt.Singleton[MeshConfig] {
    	cmName := "istio"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 19:55:53 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. istioctl/pkg/workload/testdata/vmconfig/ipv4/meshconfig.yaml

    Xiaopeng Han <******@****.***> 1686841337 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 300 bytes
    - Viewed (0)
  7. istioctl/pkg/workload/testdata/vmconfig/ipv6/meshconfig.yaml

    Xiaopeng Han <******@****.***> 1686841337 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 300 bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/common/meshconfig.yaml

    Xiaopeng Han <******@****.***> 1701140112 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 02:55:12 UTC 2023
    - 50 bytes
    - Viewed (0)
  9. pkg/test/datasets/Readme.md

    The test file structure also allows multiple stages:
    
    ```plain
    # Input file for the test
    .../dataset/**/<testname>_<stageNo>.yaml
    .../dataset/**/<testname>_<stageNo>_meshconfig.yaml
    .../dataset/**/<testname>_<stageNo>_expected.json
    
    e.g.
    # First stage files. Meshconfig carries over to the next stage
    .../dataset/**/foo_0.yaml
    .../dataset/**/foo_0_meshconfig.yaml
    .../dataset/**/foo_0_expected.json
    # Second stage files.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/telemetry-lightstep-meshconfig.yaml

    zirain <******@****.***> 1679323003 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 20 14:36:43 UTC 2023
    - 157 bytes
    - Viewed (0)
Back to top