Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,041 for certv1 (0.14 sec)

  1. pkg/controlplane/controller/kubernetesservice/controller_test.go

    			},
    			serviceType: corev1.ServiceTypeClusterIP,
    			service: &corev1.Service{
    				ObjectMeta: om("foo"),
    				Spec: corev1.ServiceSpec{
    					Ports: []corev1.ServicePort{
    						{Name: "foo", Port: 8000, Protocol: "TCP", TargetPort: intstr.FromInt32(8080)},
    					},
    					Selector:        nil,
    					ClusterIP:       "1.2.3.4",
    					SessionAffinity: corev1.ServiceAffinityNone,
    					Type:            corev1.ServiceTypeClusterIP,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 10:41:06 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/reference-policy-tls.yaml

    metadata:
      name: allow-cert
      namespace: cert
    spec:
      from:
      - group: gateway.networking.k8s.io
        kind: Gateway
        namespace: istio-system
      to:
        - group: ""
          kind: Secret
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: http
      namespace: cert
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
      hostnames: ["cert1.domain.example"]
      rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. pkg/client/tests/fake_client_test.go

    	if err == nil {
    		t.Fatalf("Expected Pods.Update nsA/pod-3 to fail with not found error")
    	}
    }
    
    func testSA(ns, name string) *corev1.ServiceAccount {
    	return &corev1.ServiceAccount{
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace: ns,
    			Name:      name,
    		},
    	}
    }
    
    func testPod(ns, name string) *corev1.Pod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 08 17:30:21 UTC 2020
    - 5.6K bytes
    - Viewed (0)
  4. pkg/api/v1/persistentvolume/util_test.go

    				ScaleIO: &corev1.ScaleIOPersistentVolumeSource{
    					SecretRef: &corev1.SecretReference{
    						Name: "Spec.PersistentVolumeSource.ScaleIO.SecretRef"}}}}},
    		{Spec: corev1.PersistentVolumeSpec{
    			ClaimRef: &corev1.ObjectReference{Namespace: "claimrefns", Name: "claimrefname"},
    			PersistentVolumeSource: corev1.PersistentVolumeSource{
    				ScaleIO: &corev1.ScaleIOPersistentVolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  5. tests/testdata/certs/cert.key

    Nathan Mittler <******@****.***> 1522713288 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 02 23:54:48 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  6. pilot/cmd/pilot-agent/status/test-cert/cert.key

    Zhonghu Xu <******@****.***> 1554199606 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 10:06:46 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  7. pkg/quota/v1/evaluator/core/services_test.go

    	// we give a lot of resources
    	input := []corev1.ResourceName{
    		corev1.ResourceConfigMaps,
    		corev1.ResourceCPU,
    		corev1.ResourceServices,
    		corev1.ResourceServicesNodePorts,
    		corev1.ResourceServicesLoadBalancers,
    	}
    	// but we only match these...
    	expected := quota.ToSet([]corev1.ResourceName{
    		corev1.ResourceServices,
    		corev1.ResourceServicesNodePorts,
    		corev1.ResourceServicesLoadBalancers,
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 16 15:48:58 UTC 2021
    - 9.4K bytes
    - Viewed (0)
  8. pkg/controlplane/reconcilers/instancecount_test.go

    			ip:            "1.2.3.4",
    			endpointPorts: []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}},
    			initialState:  nil,
    			expectCreate:  makeEndpointsArray("foo", []string{"1.2.3.4"}, []corev1.EndpointPort{{Name: "foo", Port: 8080, Protocol: "TCP"}}),
    		},
    		{
    			testName:      "existing endpoints satisfy",
    			serviceName:   "foo",
    			ip:            "1.2.3.4",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 27 12:46:24 UTC 2022
    - 14K bytes
    - Viewed (0)
  9. pkg/testcerts/generate-certs.sh

    # 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.
    
    # Generates the a CA cert, a server key/cert, client key/cert signed by
    # the CA.
    #
    # reference: https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/admission/webhook/gencerts.sh
    
    set -e
    
    cat > client.conf <<EOF
    [req]
    req_extensions = v3_req
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  10. cni/pkg/repair/repair_test_helpers.go

    				},
    			},
    			Containers: []corev1.Container{
    				{
    					Name: "payload-container",
    				},
    			},
    		},
    		Status: corev1.PodStatus{
    			InitContainerStatuses: []corev1.ContainerStatus{
    				*args.InitContainerStatus,
    			},
    			ContainerStatuses: []corev1.ContainerStatus{
    				{
    					Name: "payload-container",
    					State: corev1.ContainerState{
    						Waiting: &corev1.ContainerStateWaiting{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 12 17:39:53 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top