Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,496 for mock2 (0.11 sec)

  1. hack/testdata/multi-resource-rclist-modify.json

            "metadata":{
              "name":"mock2",
              "labels":{
                "app":"mock2",
                "status":"replaced"
              }
            },
            "spec":{
              "replicas":1,
              "selector":{
                "app":"mock2"
              },
              "template":{
                "metadata":{
                  "labels":{
                    "app":"mock2"
                  }
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. hack/testdata/multi-resource-rclist.json

            "metadata":{
              "name":"mock2",
              "labels":{
                "app":"mock2",
                "status":"replaced"
              }
            },
            "spec":{
              "replicas":1,
              "selector":{
                "app":"mock2"
              },
              "template":{
                "metadata":{
                  "labels":{
                    "app":"mock2"
                  }
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. hack/testdata/multi-resource-svclist-modify.json

          "metadata":{
            "name":"mock2",
            "labels":{
              "app":"mock2",
              "status":"replaced"
            }
          },
          "spec":{
            "ports": [{
              "protocol": "TCP",
              "port": 99,
              "targetPort": 9949
            }],
            "selector":{
              "app":"mock2"
            }
          }
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 12 03:56:15 UTC 2015
    - 837 bytes
    - Viewed (0)
  4. hack/testdata/multi-resource-svclist.json

           "metadata":{
             "name":"mock2",
             "labels":{
               "app":"mock2"
             }
           },
           "spec":{
             "ports": [{
               "protocol": "TCP",
               "port": 99,
               "targetPort": 9949
             }],
             "selector":{
               "app":"mock2"
             }
           }
         }
       ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 12 03:56:15 UTC 2015
    - 819 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolverTest.groovy

            def root = Stub(TestComponent) {
                getVariants() >> [child1, child2]
            }
    
            def publication = pub('mock3', "root-group", "root-name", "root-version", root)
            def publication2 = pub('mock', "pub-group", "pub-name", "pub-version", child1)
            def publication3 = pub('mock2', "pub-group", "pub-name", "pub-version", child2)
            registry.register(project.identityPath, publication, publication2, publication3)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:37:13 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  6. pkg/config/schema/collections/mock.go

    			if cfg.Spec.(*testconfig.MockConfig).Key == "" {
    				return nil, errors.New("empty key")
    			}
    			return nil, nil
    		},
    	}.MustBuild()
    
    	// Mocks is a Schemas containing the Mock Schema.
    	Mocks = collection.NewSchemasBuilder().MustAdd(Mock).Build()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. hack/verify-mocks.sh

    # This script checks whether updating of Mock files generated from Interfaces
    # is needed or not. We should run `hack/update-mocks.sh` 
    # if Mock files are out of date.
    # Usage: `hack/verify-mocks.sh`.
    
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/verify-generated.sh"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 22 18:39:23 UTC 2023
    - 1K bytes
    - Viewed (0)
  8. security/pkg/credentialfetcher/plugin/mock.go

    	return "fakeIDP"
    }
    
    func (p *MockPlugin) Stop() {}
    
    // MetadataServer mocks GCE metadata server.
    type MetadataServer struct {
    	server *httptest.Server
    
    	numGetTokenCall int
    	credential      string
    	mutex           sync.RWMutex
    }
    
    // StartMetadataServer starts a mock GCE metadata server.
    func StartMetadataServer() (*MetadataServer, error) {
    	ms := &MetadataServer{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 3K bytes
    - Viewed (0)
  9. hack/update-mocks.sh

    # limitations under the License.
    
    # This script generates mock files using mockgen.
    # Usage: `hack/update-mocks.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    kube::golang::setup_env
    
    echo 'installing mockgen'
    go -C "${KUBE_ROOT}/hack/tools" install go.uber.org/mock/mockgen
    
    function git_grep() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. pkg/security/mock.go

    zirain <******@****.***> 1684861711 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top