Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,419 for Meta (0.04 sec)

  1. security/pkg/k8s/configutil_test.go

    		name              string
    		meta              metav1.ObjectMeta
    		existingConfigMap *v1.ConfigMap
    		caBundle          []byte
    		expectedActions   []ktesting.Action
    		expectedErr       string
    		clientMod         func(*fake.Clientset)
    	}{
    		{
    			name:              "non-existing ConfigMap",
    			existingConfigMap: nil,
    			caBundle:          caBundle,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 21:58:25 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of VolumeAttributesClass objects.
      repeated VolumeAttributesClass items = 2;
    }
    
    // VolumeError captures an error encountered during a volume operation.
    message VolumeError {
      // time represents the time the error was encountered.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/test/api_meta_meta_test.go

    limitations under the License.
    */
    
    package test
    
    import (
    	"reflect"
    	"testing"
    
    	fuzz "github.com/google/gofuzz"
    	"k8s.io/apimachinery/pkg/api/meta"
    	metafuzzer "k8s.io/apimachinery/pkg/apis/meta/fuzzer"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/apis/testapigroup"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/runtime/serializer"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 14 10:11:56 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  4. pilot/pkg/model/config_test.go

    	want := "test.istio.io/v1/MockConfig/ns/mock-config2"
    	if key := cfg.Meta.Key(); key != want {
    		t.Fatalf("config.Key() => got %q, want %q", key, want)
    	}
    }
    
    func TestResolveShortnameToFQDN(t *testing.T) {
    	tests := []struct {
    		name string
    		meta config.Meta
    		out  host.Name
    	}{
    		{
    			"*", config.Meta{}, "*",
    		},
    		{
    			"*", config.Meta{Namespace: "default", Domain: "cluster.local"}, "*",
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginIntegrationTest.groovy

            goodPlugin()
    
            expect:
            succeeds "jar"
            def jar = new JarTestFixture(file('build/libs/test.jar'))
            jar.assertContainsFile('META-INF/gradle-plugins/test-plugin.properties') &&
                jar.assertFileContent('META-INF/gradle-plugins/test-plugin.properties', descriptorFile.text)
            jar.assertContainsFile('com/xxx/TestPlugin.class')
            ! output.contains(NO_DESCRIPTOR_WARNING)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: joakim Build-Jdk: 1.4.2_12 META-INF/plexus/components.xml org.apache.maven.wagon.Wagon dav org.apache.maven.wagon.providers.webdav.WebDavWagon per-lookup META-INF/LICENSE.txt Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 16.9K bytes
    - Viewed (0)
  7. 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)
  8. api/openapi-spec/v3/apis__authentication.k8s.io__v1alpha1_openapi.json

                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
                    }
                  },
                  "application/vnd.kubernetes.protobuf": {
                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList"
                    }
                  },
                  "application/yaml": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  9. 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)
  10. pilot/test/mock/config.go

    		t.Error("expected error posting twice")
    	}
    
    	invalid := config2.Config{
    		Meta: config2.Meta{
    			GroupVersionKind: mockGvk,
    			Name:             "invalid",
    			ResourceVersion:  revs[0],
    		},
    		Spec: &config.MockConfig{},
    	}
    
    	missing := config2.Config{
    		Meta: config2.Meta{
    			GroupVersionKind: mockGvk,
    			Name:             "missing",
    			ResourceVersion:  revs[0],
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 13.2K bytes
    - Viewed (0)
Back to top