Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 941 for ipaddresses (0.15 sec)

  1. pilot/pkg/config/kube/gateway/testdata/zero.status.yaml.golden

      - HTTPRouteFeatureB
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      creationTimestamp: null
      name: gateway
      namespace: istio-system
    spec: null
    status:
      addresses:
      - type: IPAddress
        value: 1.2.3.4
      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. samples/kind-lb/setupkind.sh

      echo "    -r|--k8s-release   - the release of the k8s to setup, latest available if not given"
      echo "    -s|--ip-space      - the 2nd to the last part for public ip addresses, 255 if not given, valid range: 0-255."
      echo "    -m|--mode          - setup the required number of nodes per deployment model. Values are sidecar (1 node) or ambient (minimum of 2)"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 19:08:19 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/reference-policy-tcp.status.yaml.golden

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      creationTimestamp: null
      name: gateway
      namespace: istio-system
    spec: null
    status:
      addresses:
      - type: IPAddress
        value: 1.2.3.4
      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 16 17:59:50 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/route-precedence.status.yaml.golden

      - HTTPRouteFeatureB
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      creationTimestamp: null
      name: gateway
      namespace: istio-system
    spec: null
    status:
      addresses:
      - type: IPAddress
        value: 1.2.3.4
      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/networking.k8s.io.v1alpha1.IPAddress.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 465 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1alpha1.IPAddress.pb

    Antonio Ojea <******@****.***> 1696935716 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 10 11:03:19 UTC 2023
    - 465 bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/tls.status.yaml.golden

      - HTTPRouteFeatureB
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      creationTimestamp: null
      name: gateway
      namespace: istio-system
    spec: null
    status:
      addresses:
      - type: IPAddress
        value: 1.2.3.4
      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 20:54:36 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	hostStr string,
    	addresses []string,
    	name,
    	ns string,
    	labels map[string]string,
    	epAddresses []string,
    ) {
    	t.Helper()
    
    	se := &apiv1alpha3.ServiceEntry{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: ns,
    			Labels:    labels,
    		},
    		Spec:   *generateServiceEntry(hostStr, addresses, labels, epAddresses),
    		Status: v1alpha1.IstioStatus{},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1alpha1.IPAddress.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 465 bytes
    - Viewed (0)
  10. api/go1.3.txt

    pkg crypto/x509, type CertificateRequest struct, Extensions []pkix.Extension
    pkg crypto/x509, type CertificateRequest struct, ExtraExtensions []pkix.Extension
    pkg crypto/x509, type CertificateRequest struct, IPAddresses []net.IP
    pkg crypto/x509, type CertificateRequest struct, PublicKey interface{}
    pkg crypto/x509, type CertificateRequest struct, PublicKeyAlgorithm PublicKeyAlgorithm
    pkg crypto/x509, type CertificateRequest struct, Raw []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
Back to top