Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 109 for iprm (0.29 sec)

  1. pkg/controller/nodeipam/ipam/range_allocator_test.go

    limitations under the License.
    */
    
    package ipam
    
    import (
    	"net"
    	"testing"
    	"time"
    
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/util/wait"
    	"k8s.io/client-go/kubernetes/fake"
    	"k8s.io/kubernetes/pkg/controller/nodeipam/ipam/test"
    	"k8s.io/kubernetes/pkg/controller/testutil"
    	"k8s.io/kubernetes/test/utils/ktesting"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. pkg/controller/nodeipam/ipam/range_allocator.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package ipam
    
    import (
    	"context"
    	"fmt"
    	"net"
    	"time"
    
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/util/wait"
    	"k8s.io/klog/v2"
    	netutils "k8s.io/utils/net"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  3. cluster/gce/config-default.sh

    # and kubelet
    export CLOUD_PROVIDER_FLAG="${CLOUD_PROVIDER_FLAG:-external}"
    
    # Don't run the node-ipam-controller on the KCM if cloud-provider external
    if [[ "${CLOUD_PROVIDER_FLAG}" ==  "external" ]]; then
      RUN_CONTROLLERS="${RUN_CONTROLLERS:-*,-node-ipam-controller}"
    fi
    
    # When ENABLE_AUTH_PROVIDER_GCP is set, following flags for out-of-tree credential provider for GCP
    # are presented to kubelet:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

            # This container performs upgrade from host-local IPAM to calico-ipam.
            # It can be deleted if this is a fresh installation, or if you have already
            # upgraded to use calico-ipam.
            - name: upgrade-ipam
              image: gcr.io/istio-testing/calico/cni:v3.27.0
              imagePullPolicy: IfNotPresent
              command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
              envFrom:
              - configMapRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/s390x.s

    	TMHH	R1, $65535             // a712ffff
    	TMHL	R2, $1                 // a7230001
    	TMLH	R3, $0                 // a7300000
    	TMLL	R4, $32768             // a7418000
    
    	IPM	R3                     // b2220030
    	IPM	R12                    // b22200c0
    
    	SPM	R1                     // 0410
    	SPM	R10                    // 04a0
    
    	BRC	$7, 0(PC)              // a7740000
    	BNE	0(PC)                  // a7740000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  6. cluster/gce/config-test.sh

    # and kubelet
    export CLOUD_PROVIDER_FLAG="${CLOUD_PROVIDER_FLAG:-external}"
    
    # Don't run the node-ipam-controller on the KCM if cloud-provider external
    if [[ "${CLOUD_PROVIDER_FLAG}" ==  "external" ]]; then
      RUN_CONTROLLERS="${RUN_CONTROLLERS:-*,-node-ipam-controller}"
    fi
    
    # When ENABLE_AUTH_PROVIDER_GCP is set, following flags for out-of-tree credential provider for GCP
    # are presented to kubelet:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  7. ci/devinfra/docker_windows/Dockerfile

        sdkmanager 'patcher;v4'; \
        sdkmanager 'ndk;25.1.8937393'; \
        sdkmanager 'build-tools;27.0.3';
    
    # Install Scoop and packages
    RUN iex \"& {$(irm get.scoop.sh)} -RunAsAdmin\"; \
        scoop install perl; \
        scoop install bazel; \
        scoop install cuda; \
        scoop install azure-functions-core-tools; \
        scoop install azure-cli;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  8. cni/pkg/plugin/plugin_test.go

    	preVersion           = "0.2.0"
    )
    
    var mockConfTmpl = `{
        "cniVersion": "%s",
    	"name": "istio-plugin-sample-test",
    	"type": "sample",
        "capabilities": {
            "testCapability": false
        },
        "ipam": {
            "type": "testIPAM"
        },
        "dns": {
            "nameservers": ["testNameServer"],
            "domain": "testDomain",
            "search": ["testSearch"],
            "options": ["testOption"]
        },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  9. pkg/proxy/winkernel/hns_test.go

    		Name: "TestOverlay",
    		MacPool: hcn.MacPool{
    			Ranges: []hcn.MacRange{
    				{
    					StartMacAddress: "00-15-5D-52-C0-00",
    					EndMacAddress:   "00-15-5D-52-CF-FF",
    				},
    			},
    		},
    		Ipams: []hcn.Ipam{
    			{
    				Type: "Static",
    				Subnets: []hcn.Subnet{
    					{
    						IpAddressPrefix: addressPrefix,
    						Routes: []hcn.Route{
    							{
    								NextHop:           gatewayAddress,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/core-plugins/idea_plugin.adoc

    Removes the IDEA workspace file
    
    `ideaProject` — link:{groovyDslPath}/org.gradle.plugins.ide.idea.GenerateIdeaProject.html[GenerateIdeaProject]::
    Generates the `.ipr` file. This task is only added to the root project.
    
    `ideaModule` — link:{groovyDslPath}/org.gradle.plugins.ide.idea.GenerateIdeaModule.html[GenerateIdeaModule]::
    Generates the `.iml` file
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.8K bytes
    - Viewed (0)
Back to top