Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 880 for Meta (0.09 sec)

  1. pkg/config/analysis/analyzers/webhook/webhook.go

    func (a *Analyzer) Metadata() analysis.Metadata {
    	meta := analysis.Metadata{
    		Name:        "webhook.Analyzer",
    		Description: "Checks the validity of Istio webhooks",
    		Inputs: []config.GroupVersionKind{
    			gvk.MutatingWebhookConfiguration,
    		},
    	}
    	if !a.SkipServiceCheck {
    		meta.Inputs = append(meta.Inputs, gvk.Service)
    	}
    	return meta
    }
    
    func getNamespaceLabels() []klabels.Set {
    	return []klabels.Set{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. analysis/analysis-api-fe10/resources/META-INF/analysis-api/analysis-api-fe10.xml

    <idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
      <xi:include href="/META-INF/analysis-api/analysis-api-impl-base.xml"/>
    
      <xi:include href="/META-INF/extensions/compiler.xml"/>
    
      <extensionPoints>
        <extensionPoint
            qualifiedName="org.jetbrains.kotlin.declarationAttributeAltererExtension"
            interface="org.jetbrains.kotlin.extensions.DeclarationAttributeAltererExtension"
            area="IDEA_PROJECT"
        />
    
        <extensionPoint
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/runtimeshaded/RuntimeShadedJarCreatorTest.groovy

                    'org/gradle/MyBClass.class',
                    'org/gradle/MyFirstClass.class',
                    'META-INF/',
                    'META-INF/services/',
                    'META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices',
                    'META-INF/services/org.gradle.internal.other.Service',
                    'META-INF/.gradle-runtime-shaded']
            }
            outputJar.md5Hash == "898989a29248bd8e44197d087164496a"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  4. pilot/pkg/networking/util/util_test.go

    			}
    		})
    	}
    }
    
    func TestAddConfigInfoMetadata(t *testing.T) {
    	cases := []struct {
    		name string
    		in   config.Meta
    		meta *core.Metadata
    		want *core.Metadata
    	}{
    		{
    			"nil metadata",
    			config.Meta{
    				Name:             "svcA",
    				Namespace:        "default",
    				Domain:           "svc.cluster.local",
    				GroupVersionKind: gvk.DestinationRule,
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  5. src/internal/coverage/cfile/ts_test.go

    	}
    
    	// Pick out the generated meta-data file.
    	files, err := os.ReadDir(dstdir)
    	if err != nil {
    		t.Fatalf("reading %s: %v", dstdir, err)
    	}
    	for _, f := range files {
    		if strings.HasPrefix(f.Name(), "covmeta") {
    			return filepath.Join(dstdir, f.Name()), "hello.go:"
    		}
    	}
    	t.Fatalf("could not locate generated meta-data file")
    	return "", ""
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:58:07 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    	"k8s.io/apiextensions-apiserver/test/integration/fixtures"
    	"k8s.io/apimachinery/pkg/api/errors"
    	"k8s.io/apimachinery/pkg/api/meta"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/wait"
    	"k8s.io/apimachinery/pkg/watch"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/generated.proto

      optional string status = 2;
    
      // The last time this condition was updated.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;
    
      // Last time the condition transitioned from one status to another.
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;
    
      // The reason for the condition's last transition.
      optional string reason = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. src/runtime/coverage/coverage.go

    // "-cover", or if the directory does not exist).
    func WriteMetaDir(dir string) error {
    	return cfile.WriteMetaDir(dir)
    }
    
    // WriteMeta writes the meta-data content (the payload that would
    // normally be emitted to a meta-data file) for the currently running
    // program to the writer 'w'. An error will be returned if the
    // operation can't be completed successfully (for example, if the
    // currently running program was not built with "-cover", or if a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. cmd/erasure-metadata-utils.go

    		// and move to collect others
    		if distribution[i] != meta.Erasure.Index {
    			inconsistent++ // keep track of inconsistent entries
    			continue
    		}
    		shuffledDisks[meta.Erasure.Index-1] = disks[i]
    		shuffledPartsMetadata[meta.Erasure.Index-1] = metaArr[i]
    	}
    
    	// Inconsistent meta info is with in the limit of
    	// expected quorum, proceed with EcIndex based
    	// disk order.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  10. pkg/bootstrap/option/instances.go

    }
    
    func SubZone(value string) Instance {
    	return newOptionOrSkipIfZero("sub_zone", value)
    }
    
    func NodeMetadata(meta *model.BootstrapNodeMetadata, rawMeta map[string]any) Instance {
    	return newOptionOrSkipIfZero("meta_json_str", meta).withConvert(nodeMetadataConverter(meta, rawMeta))
    }
    
    func RuntimeFlags(flags map[string]any) Instance {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top